spelling: authorizations
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
80bede1039
commit
b93d64c09d
@ -120,8 +120,8 @@ spec:
|
||||
properties:
|
||||
authorizations:
|
||||
description: Authorizations contains data returned from the ACME server
|
||||
on what authoriations must be completed in order to validate the DNS
|
||||
names specified on the Order.
|
||||
on what authorizations must be completed in order to validate the
|
||||
DNS names specified on the Order.
|
||||
type: array
|
||||
items:
|
||||
description: ACMEAuthorization contains data returned from the ACME
|
||||
|
||||
@ -5778,8 +5778,8 @@ spec:
|
||||
properties:
|
||||
authorizations:
|
||||
description: Authorizations contains data returned from the ACME server
|
||||
on what authoriations must be completed in order to validate the DNS
|
||||
names specified on the Order.
|
||||
on what authorizations must be completed in order to validate the
|
||||
DNS names specified on the Order.
|
||||
type: array
|
||||
items:
|
||||
description: ACMEAuthorization contains data returned from the ACME
|
||||
|
||||
@ -99,7 +99,7 @@ type OrderStatus struct {
|
||||
FinalizeURL string `json:"finalizeURL,omitempty"`
|
||||
|
||||
// Authorizations contains data returned from the ACME server on what
|
||||
// authoriations must be completed in order to validate the DNS names
|
||||
// authorizations must be completed in order to validate the DNS names
|
||||
// specified on the Order.
|
||||
// +optional
|
||||
Authorizations []ACMEAuthorization `json:"authorizations,omitempty"`
|
||||
|
||||
@ -99,7 +99,7 @@ type OrderStatus struct {
|
||||
FinalizeURL string `json:"finalizeURL,omitempty"`
|
||||
|
||||
// Authorizations contains data returned from the ACME server on what
|
||||
// authoriations must be completed in order to validate the DNS names
|
||||
// authorizations must be completed in order to validate the DNS names
|
||||
// specified on the Order.
|
||||
// +optional
|
||||
Authorizations []ACMEAuthorization `json:"authorizations,omitempty"`
|
||||
|
||||
@ -101,7 +101,7 @@ type OrderStatus struct {
|
||||
Reason string
|
||||
|
||||
// Authorizations contains data returned from the ACME server on what
|
||||
// authoriations must be completed in order to validate the DNS names
|
||||
// authorizations must be completed in order to validate the DNS names
|
||||
// specified on the Order.
|
||||
Authorizations []ACMEAuthorization
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user