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", "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.
Click to show internal directories.
Click to hide internal directories.