Documentation
¶
Index ¶
Constants ¶
View Source
const IngressNginxControllerSuspendAnnotation = "network.deckhouse.io/ingress-nginx-validation-suspended"
Variables ¶
View Source
var IngressNginxControllerGVR = schema.GroupVersionResource{
Group: "deckhouse.io",
Version: "v1",
Resource: "ingressnginxcontrollers",
}
View Source
var Namespace = "d8-ingress-nginx"
Functions ¶
func NsSelector ¶
func NsSelector() *types.NamespaceSelector
Types ¶
type IngressNginxController ¶ added in v1.72.0
type IngressNginxController struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec IngressNginxControllerSpec `json:"spec"`
}
type IngressNginxControllerSpec ¶ added in v1.72.0
type IngressNginxControllerSpec struct {
ValidationEnabled bool `json:"validationEnabled,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.