package
1.32.0-beta.1
Repository: https://github.com/kubernetes/kops.git
Documentation: pkg.go.dev

# Functions

NewAWSIPAMReconciler is the constructor for a IPAMReconciler.
NewGCEIPAMReconciler is the constructor for a GCEIPAMReconciler.
NewHostsReconciler is the constructor for a HostsReconciler.
NewLegacyNodeReconciler is the constructor for a LegacyNodeReconciler.
NewNodeReconciler is the constructor for a NodeReconciler.

# Structs

AWSIPAMReconciler observes Node objects, and labels them with the correct labels for the instancegroup This used to be done by the kubelet, but is moving to a central controller for greater security in 1.16.
GCEIPAMReconciler observes Node objects, assigning their`PodCIDRs` from the instance's `ExternalIpv6`.
HostsReconciler populates an /etc/hosts style file in the CoreDNS config map, supporting in-pod resolution of our k8s.local entries.
LegacyNodeReconciler observes Node objects, and labels them with the correct labels for the instancegroup This used to be done by the kubelet, but is moving to a central controller for greater security in 1.16.
NodeReconciler observes Node objects, and labels them with the correct labels for the instancegroup This used to be done by the kubelet, but is moving to a central controller for greater security in 1.16.