local

package
v1.63.1 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2023 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Name is the name of the local provider.
	Name = "provider-local"
	// Type is the type of resources managed by the local actuators.
	Type = "local"

	// FieldOwner is a constant for the owner name in `.metadata.managedFields`.
	FieldOwner = client.FieldOwner("gardener-extension-provider-local")

	// MachineControllerManagerName is a constant for the name of the machine-controller-manager.
	MachineControllerManagerName = "machine-controller-manager"
	// MachineControllerManagerVpaName is the name of the VerticalPodAutoscaler of the machine-controller-manager
	// deployment.
	MachineControllerManagerVpaName = "machine-controller-manager-vpa"
	// MachineControllerManagerMonitoringConfigName is the name of the ConfigMap containing monitoring stack
	// configurations for machine-controller-manager.
	MachineControllerManagerMonitoringConfigName = "machine-controller-manager-monitoring-config"

	// LabelNetworkPolicyToIstioIngressGateway allows Egress from pods labeled with
	// 'networking.gardener.cloud/to-istio-ingressgateway=allowed' to istio-ingressgateway pods running in
	// 'istio-ingress' namespace.
	LabelNetworkPolicyToIstioIngressGateway = "networking.gardener.cloud/to-istio-ingressgateway"
)

Variables

View Source
var (
	// InternalChartsPath is the path to the internal charts
	InternalChartsPath = filepath.Join(charts.Path, "gardener", "provider-local", "internal")
	// NodeResourceCPU is the resource that will be used for advertising the node's CPU capacity.
	NodeResourceCPU = resource.MustParse("100")
	// NodeResourceMemory is the resource that will be used for advertising the node's memory capacity.
	NodeResourceMemory = resource.MustParse("100Gi")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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