Update test fixtures

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2018-08-11 13:17:47 +01:00 committed by James Munnelly
parent 9214615d6e
commit 55fbea348f

View File

@ -34,7 +34,6 @@ type CertificateConfig struct {
// ACME parameters
SolverConfig v1alpha1.SolverConfig
ACMEOrderURL string
}
func Certificate(cfg CertificateConfig) *v1alpha1.Certificate {
@ -60,12 +59,6 @@ func Certificate(cfg CertificateConfig) *v1alpha1.Certificate {
},
},
},
Status: v1alpha1.CertificateStatus{
ACME: &v1alpha1.CertificateACMEStatus{
OrderRef: &v1alpha1.LocalObjectReference{
Name: "",
},
},
},
Status: v1alpha1.CertificateStatus{},
}
}