Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ingress ¶
type Ingress struct { *cmd.Checker Namespace string Clientset *kubernetes.Clientset NoDnsCheck bool NoHTTPCheck bool IngressClassName string ResourceName string ExternalHostname string // HTTPCheckEndpoint is the HTTP endpoint that is requested to check the service. // If not set, it defaults to http://<ExternalHostname>/ // This is usually set to the LoadBalancer IP of the Ingress Controller Service, // in case the external hostname is not resolvable. HTTPCheckEndpoint string }
Click to show internal directories.
Click to hide internal directories.