Add omitempty to ingressClass
This commit is contained in:
parent
6aeaa1e6b6
commit
080983f768
@ -173,7 +173,7 @@ type ACMECertificateDomainConfig struct {
|
||||
|
||||
type ACMECertificateHTTP01Config struct {
|
||||
Ingress string `json:"ingress"`
|
||||
IngressClass *string `json:"ingressClass"`
|
||||
IngressClass *string `json:"ingressClass,omitempty"`
|
||||
}
|
||||
|
||||
type ACMECertificateDNS01Config struct {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user