Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IngressOption ¶ added in v1.2.3
IngressOption is an optional configuration parameter to Ingress.
func AnnotationManagedCertificates ¶ added in v1.2.3
func AnnotationManagedCertificates(value string) IngressOption
AnnotationManagedCertificates sets annotation "networking.gke.io/managed-certificates".
Passing this option again will overwrite earlier values.
Default: missing, Ingress.Annotations will have no key "networking.gke.io/managed-certificates"
func AnnotationPreSharedCert ¶ added in v1.2.3
func AnnotationPreSharedCert(value string) IngressOption
AnnotationPreSharedCert sets annotation "ingress.gcp.kubernetes.io/pre-shared-cert".
Passing this option again will overwrite earlier values.
Default: missing, Ingress.Annotations will have no key "ingress.gcp.kubernetes.io/pre-shared-cert"
Click to show internal directories.
Click to hide internal directories.