Versions in this module Expand all Collapse all v0 v0.2.1 May 19, 2022 v0.2.0 May 13, 2022 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type CertificateIssuerRef struct + Kind string + Name string + func (in *CertificateIssuerRef) DeepCopy() *CertificateIssuerRef + func (in *CertificateIssuerRef) DeepCopyInto(out *CertificateIssuerRef) + type Config struct + IngressConfig IngressSet + func (in *Config) DeepCopy() *Config + func (in *Config) DeepCopyInto(out *Config) + func (in *Config) DeepCopyObject() runtime.Object + type IngressSelector struct + IngressClass string + func (in *IngressSelector) DeepCopy() *IngressSelector + func (in *IngressSelector) DeepCopyInto(out *IngressSelector) + type IngressSet struct + Issuer CertificateIssuerRef + Selector *IngressSelector + TargetService ServiceRef + func (in *IngressSet) DeepCopy() *IngressSet + func (in *IngressSet) DeepCopyInto(out *IngressSet) + type ServiceRef struct + Name string + Namespace string + func (in *ServiceRef) DeepCopy() *ServiceRef + func (in *ServiceRef) DeepCopyInto(out *ServiceRef)