Documentation
¶
Overview ¶
+groupName=plugins.rig.dev -- Only used for config doc generation
Index ¶
Constants ¶
View Source
const AnnotationImplementationSpecificPathType = "plugin.rig.dev/implementation-specific-path-type"
View Source
const Name = "rigdev.ingress_routes"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// ClusterIssuer to use for issueing ingress certificates
ClusterIssuer string `json:"clusterIssuer,omitempty"`
// CreateCertificateResources specifies wether to create Certificate
// resources. If this is not enabled we will use ingress annotations. This
// is handy in environments where the ingress-shim isn't enabled.
CreateCertificateResources bool `json:"createCertificateResources,omitempty"`
// ClassName specifies the default ingress class to use for all ingress
// resources created.
IngressClassName string `json:"ingressClassName,omitempty"`
// DisableTLS for ingress resources generated. This is useful if a 3rd-party component
// is handling the HTTPS TLS termination and certificates.
DisableTLS bool `json:"disableTLS,omitempty"`
}
Configuration for the ingress_routes plugin +kubebuilder:object:root=true
Click to show internal directories.
Click to hide internal directories.