Merge pull request #98 from jetstack-experimental/typo
Fix typo acme->authorizations
This commit is contained in:
commit
28570b508f
@ -261,7 +261,7 @@ const (
|
||||
|
||||
// CertificateACMEStatus holds the status for an ACME issuer
|
||||
type CertificateACMEStatus struct {
|
||||
Authorizations []ACMEDomainAuthorization `json:"acme"`
|
||||
Authorizations []ACMEDomainAuthorization `json:"authorizations"`
|
||||
}
|
||||
|
||||
// ACMEDomainAuthorization holds information about an ACME issuers domain
|
||||
|
||||
Loading…
Reference in New Issue
Block a user