From be7ea0da7ec9b445d9d117f53fe96e30ca831515 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Tue, 19 Sep 2017 16:43:44 +0100 Subject: [PATCH] Fix typo acme->authorizations --- pkg/apis/certmanager/v1alpha1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/certmanager/v1alpha1/types.go b/pkg/apis/certmanager/v1alpha1/types.go index 1a2e4b00e..8cec1f45a 100644 --- a/pkg/apis/certmanager/v1alpha1/types.go +++ b/pkg/apis/certmanager/v1alpha1/types.go @@ -256,7 +256,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