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

View File

@ -80,7 +80,7 @@ spec:
description: Email is the email for this account description: Email is the email for this account
type: string type: string
externalAccountBinding: externalAccountBinding:
description: ExternalAcccountBinding is a reference to a CA external description: ExternalAccountBinding is a reference to a CA external
account of the ACME server. account of the ACME server.
type: object type: object
required: required:

View File

@ -80,7 +80,7 @@ spec:
description: Email is the email for this account description: Email is the email for this account
type: string type: string
externalAccountBinding: externalAccountBinding:
description: ExternalAcccountBinding is a reference to a CA external description: ExternalAccountBinding is a reference to a CA external
account of the ACME server. account of the ACME server.
type: object type: object
required: required:

View File

@ -2230,7 +2230,7 @@ spec:
description: Email is the email for this account description: Email is the email for this account
type: string type: string
externalAccountBinding: externalAccountBinding:
description: ExternalAcccountBinding is a reference to a CA external description: ExternalAccountBinding is a reference to a CA external
account of the ACME server. account of the ACME server.
type: object type: object
required: required:
@ -3984,7 +3984,7 @@ spec:
description: Email is the email for this account description: Email is the email for this account
type: string type: string
externalAccountBinding: externalAccountBinding:
description: ExternalAcccountBinding is a reference to a CA external description: ExternalAccountBinding is a reference to a CA external
account of the ACME server. account of the ACME server.
type: object type: object
required: required:

View File

@ -36,7 +36,7 @@ type ACMEIssuer struct {
// +optional // +optional
SkipTLSVerify bool `json:"skipTLSVerify,omitempty"` 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. // server.
// +optional // +optional
ExternalAccountBinding *ACMEExternalAccountBinding `json:"externalAccountBinding,omitempty"` ExternalAccountBinding *ACMEExternalAccountBinding `json:"externalAccountBinding,omitempty"`
@ -51,7 +51,7 @@ type ACMEIssuer struct {
Solvers []ACMEChallengeSolver `json:"solvers,omitempty"` 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. // server.
type ACMEExternalAccountBinding struct { type ACMEExternalAccountBinding struct {
// keyID is the ID of the CA key that the External Account is bound to. // keyID is the ID of the CA key that the External Account is bound to.

View File

@ -36,7 +36,7 @@ type ACMEIssuer struct {
// +optional // +optional
SkipTLSVerify bool `json:"skipTLSVerify,omitempty"` 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. // server.
// +optional // +optional
ExternalAccountBinding *ACMEExternalAccountBinding `json:"externalAccountBinding,omitempty"` ExternalAccountBinding *ACMEExternalAccountBinding `json:"externalAccountBinding,omitempty"`
@ -51,7 +51,7 @@ type ACMEIssuer struct {
Solvers []ACMEChallengeSolver `json:"solvers,omitempty"` 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. // server.
type ACMEExternalAccountBinding struct { type ACMEExternalAccountBinding struct {
// keyID is the ID of the CA key that the External Account is bound to. // keyID is the ID of the CA key that the External Account is bound to.

View File

@ -34,7 +34,7 @@ type ACMEIssuer struct {
// If true, skip verifying the ACME server TLS certificate // If true, skip verifying the ACME server TLS certificate
SkipTLSVerify bool 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. // server.
ExternalAccountBinding *ACMEExternalAccountBinding ExternalAccountBinding *ACMEExternalAccountBinding
@ -47,7 +47,7 @@ type ACMEIssuer struct {
Solvers []ACMEChallengeSolver 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. // server.
type ACMEExternalAccountBinding struct { type ACMEExternalAccountBinding struct {
// keyID is the ID of the CA key that the External Account is bound to. // keyID is the ID of the CA key that the External Account is bound to.