Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultBindPort is the default API port used to generate the kubeadm // configurations. DefaultBindPort = 6443 // DefaultRequeue is the default time for how long to wait when // requeueing a CAPI operation. DefaultRequeue = 20 * time.Second // VsphereUserKey is the key used to store/retrieve the vSphere user // name from a Kubernetes secret. VsphereUserKey = "username" // VspherePasswordKey is the key used to store/retrieve the vSphere // password from a Kubernetes secret. VspherePasswordKey = "password" // ReadyAnnotationLabel is the annotation used to indicate a machine and/or // cluster are ready. ReadyAnnotationLabel = "capv.sigs.k8s.io/ready" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.