• Русский
  • SSHMachine [infrastructure.cluster.x-k8s.io/v1beta1]

    infrastructure.cluster.x-k8s.io group

    SSHMachine is the Schema for the sshmachines API.

    v1beta1 version
    spec object

    SSHMachineSpec defines the desired state of SSHMachine.

    containerRuntime object
    type string required
    version string required
    hostLabelSelector object

    A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

    matchExpressions []object

    A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

    key string required

    key is the label key that the selector applies to.

    operator string required

    operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.

    values []string

    values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

    matchLabels object

    matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

    hostReference 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

    providerID string
    status object

    SSHMachineStatus defines the observed state of SSHMachine.

    addresses []object

    MachineAddress contains information for the node's address.

    address string required

    address is the machine address.

    type string required

    type is the machine address type, one of Hostname, ExternalIP, InternalIP, ExternalDNS or InternalDNS.

    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.

    hostPhase string
    hostReference object

    ObjectReference contains enough information to let you inspect or modify the referred object.

    apiVersion string

    API version of the referent.

    fieldPath string

    If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.

    kind string
    name string
    namespace string
    resourceVersion string
    uid string
    ready boolean