spelling: account

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2020-02-24 16:14:20 -05:00
parent 56673bab40
commit ec5da97f2b
6 changed files with 10 additions and 10 deletions
@@ -80,7 +80,7 @@ spec:
description: Email is the email for this account
type: string
externalAccountBinding:
description: ExternalAcccountBinding is a reference to a CA external
description: ExternalAccountBinding is a reference to a CA external
account of the ACME server.
type: object
required:
+1 -1
View File
@@ -80,7 +80,7 @@ spec:
description: Email is the email for this account
type: string
externalAccountBinding:
description: ExternalAcccountBinding is a reference to a CA external
description: ExternalAccountBinding is a reference to a CA external
account of the ACME server.
type: object
required:
+2 -2
View File
@@ -2230,7 +2230,7 @@ spec:
description: Email is the email for this account
type: string
externalAccountBinding:
description: ExternalAcccountBinding is a reference to a CA external
description: ExternalAccountBinding is a reference to a CA external
account of the ACME server.
type: object
required:
@@ -3984,7 +3984,7 @@ spec:
description: Email is the email for this account
type: string
externalAccountBinding:
description: ExternalAcccountBinding is a reference to a CA external
description: ExternalAccountBinding is a reference to a CA external
account of the ACME server.
type: object
required:
+2 -2
View File
@@ -36,7 +36,7 @@ type ACMEIssuer struct {
// +optional
SkipTLSVerify bool `json:"skipTLSVerify,omitempty"`
// ExternalAcccountBinding is a reference to a CA external account of the ACME
// ExternalAccountBinding is a reference to a CA external account of the ACME
// server.
// +optional
ExternalAccountBinding *ACMEExternalAccountBinding `json:"externalAccountBinding,omitempty"`
@@ -51,7 +51,7 @@ type ACMEIssuer struct {
Solvers []ACMEChallengeSolver `json:"solvers,omitempty"`
}
// ACMEExternalAcccountBinding is a reference to a CA external account of the ACME
// ACMEExternalAccountBinding is a reference to a CA external account of the ACME
// server.
type ACMEExternalAccountBinding struct {
// keyID is the ID of the CA key that the External Account is bound to.
+2 -2
View File
@@ -36,7 +36,7 @@ type ACMEIssuer struct {
// +optional
SkipTLSVerify bool `json:"skipTLSVerify,omitempty"`
// ExternalAcccountBinding is a reference to a CA external account of the ACME
// ExternalAccountBinding is a reference to a CA external account of the ACME
// server.
// +optional
ExternalAccountBinding *ACMEExternalAccountBinding `json:"externalAccountBinding,omitempty"`
@@ -51,7 +51,7 @@ type ACMEIssuer struct {
Solvers []ACMEChallengeSolver `json:"solvers,omitempty"`
}
// ACMEExternalAcccountBinding is a reference to a CA external account of the ACME
// ACMEExternalAccountBinding is a reference to a CA external account of the ACME
// server.
type ACMEExternalAccountBinding struct {
// keyID is the ID of the CA key that the External Account is bound to.
+2 -2
View File
@@ -34,7 +34,7 @@ type ACMEIssuer struct {
// If true, skip verifying the ACME server TLS certificate
SkipTLSVerify bool
// ExternalAcccountBinding is a reference to a CA external account of the ACME
// ExternalAccountBinding is a reference to a CA external account of the ACME
// server.
ExternalAccountBinding *ACMEExternalAccountBinding
@@ -47,7 +47,7 @@ type ACMEIssuer struct {
Solvers []ACMEChallengeSolver
}
// ACMEExternalAcccountBinding is a reference to a CA external account of the ACME
// ACMEExternalAccountBinding is a reference to a CA external account of the ACME
// server.
type ACMEExternalAccountBinding struct {
// keyID is the ID of the CA key that the External Account is bound to.