# Variables
AddToScheme adds the types in this group-version to the given scheme.
FailureReasonClusterNotFound indicates there was an error trying to find the cluster in Kind.
FailureReasonCreateFailed indicates there was an error during cluster creation.
FailureReasonDeleteFailed indicates there was an error while deleting a cluster.
FailureReasonEndpoint indicates there was an error retrieving and parsing the control plane endpoint details.
FailureReasonKubeConfig indicates there was an error retrieving the KubeConfig for the cluster.
GroupVersion is group version used to register these objects.
KindClusterPhaseCreating is the phase used during cluster creation.
KindClusterPhaseDeleting is the phase used when deleting an existing cluster.
KindClusterPhasePending is the initial phase used before a KindCluster has been reconciled.
KindClusterPhaseReady is the phase used when the cluster is created and ready.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
KindCluster is the Schema for the kindclusters API.
KindClusterList contains a list of KindCluster.
KindClusterSpec defines the desired state of KindCluster.
KindClusterStatus defines the observed state of KindCluster.
# Type aliases
FailureReason contains machine-readable details of what error occurred.
KindClusterPhase indicates the current phase of a clusters life.