nginxingress

package
v1.50.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2022 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// ManagedResourceName is the name of the of the nginx-ingress managed resource.
	ManagedResourceName = name
)

Variables

View Source
var TimeoutWaitForManagedResource = 2 * time.Minute

TimeoutWaitForManagedResource is the timeout used while waiting for the ManagedResources to become healthy or deleted.

Functions

func New

func New(
	client client.Client,
	namespace string,
	values Values,
) component.DeployWaiter

New creates a new instance of DeployWaiter for nginx-ingress

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL