SSHCluster [infrastructure.cluster.x-k8s.io/v1beta1]
infrastructure.cluster.x-k8s.io group
SSHCluster is the Schema for the sshclusters API.
v1beta1 versionspec object
SSHClusterSpec defines the desired state of SSHCluster.
bootstrapImage object required
auth object
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
name string
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
registry string required
containerNetwork object
type string required
controlPlaneEndpoint object
APIEndpoint represents a reachable Kubernetes API endpoint.
host string required
host is the hostname on which the API server is serving.
port integer required
port is the port on which the API server is serving.
controlPlaneLoadBalancers object
host string
port integer
type string required
vrid integer
status object
SSHClusterStatus defines the observed state of SSHCluster.
conditions []object
Condition defines an observation of a Cluster API resource operational state.
lastTransitionTime string required
lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
message string
message is a human readable message indicating details about the transition. This field may be empty.
reason string
reason is the reason for the condition's last transition in CamelCase. The specific API may choose whether or not this field is considered a guaranteed API. This field may be empty.
severity string
severity provides an explicit classification of Reason code, so the users or machines can immediately understand the current situation and act accordingly. The Severity field MUST be set only when Status=False.
status string required
status of the condition, one of True, False, Unknown.
type string required
type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to deconflict is important.
failureMessage string
failureReason string
MachineStatusError defines errors states for Machine objects.