Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultIngressNamespace default namespace fro ingress controller DefaultIngressNamespace = "nginx" // DefaultIngressServiceName default name for ingress controller service and deployment DefaultIngressServiceName = "ingress-nginx-controller" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { KubeClient kubernetes.Interface Dir string IngressNamespace string IngressService string }
func NewCmdVerifyIngress ¶
Click to show internal directories.
Click to hide internal directories.