Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TimeoutWaitForManagedResource = 2 * time.Minute
TimeoutWaitForManagedResource is the timeout used while waiting for the ManagedResources to become healthy or deleted.
Functions ¶
Types ¶
type Values ¶
type Values struct { // ImageController is the container image used for nginx-ingress controller. ImageController string // ImageDefaultBackend is the container image used for default ingress backend. ImageDefaultBackend string // KubernetesVersion is the version of kubernetes for the seed cluster. KubernetesVersion *semver.Version // IngressClass is the ingress class for the seed nginx-ingress controller IngressClass string // ConfigData contains the configuration details for the nginx-ingress controller ConfigData map[string]string }
Values is a set of configuration values for the nginx-ingress component.
Click to show internal directories.
Click to hide internal directories.