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"` // Annotations to be added to all ingress resources created. Annotations map[string]string `json:"annotations,omitempty"` }
Configuration for the ingress_routes plugin +kubebuilder:object:root=true
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func (*Plugin) Initialize ¶
func (p *Plugin) Initialize(req plugin.InitializeRequest) error
func (*Plugin) WatchObjectStatus ¶
Click to show internal directories.
Click to hide internal directories.