Module capi_machineset

Source

Structs§

MachineSet
Auto-generated derived type for MachineSetSpec via CustomResource
MachineSetMachineNamingStrategy
machineNamingStrategy allows changing the naming pattern used when creating Machines. Note: InfraMachines & BootstrapConfigs will use the same name as the corresponding Machines.
MachineSetSelector
selector is a label query over machines that should match the replica count. Label keys and values that must match in order to be controlled by this MachineSet. It must match the machine template’s labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
MachineSetSelectorMatchExpressions
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
MachineSetSpec
spec is the desired state of MachineSet.
MachineSetStatus
status is the observed state of MachineSet.
MachineSetStatusV1beta2
v1beta2 groups all the fields that will be added or modified in MachineSet’s status with the V1Beta2 version.
MachineSetTemplate
template is the object that describes the machine that will be created if insufficient replicas are detected. Object references to custom resources are treated as templates.
MachineSetTemplateMetadata
metadata is the standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
MachineSetTemplateSpec
spec is the specification of the desired behavior of the machine. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
MachineSetTemplateSpecBootstrap
bootstrap is a reference to a local struct which encapsulates fields to configure the Machine’s bootstrapping mechanism.
MachineSetTemplateSpecBootstrapConfigRef
configRef is a reference to a bootstrap provider-specific resource that holds configuration details. The reference is optional to allow users/operators to specify Bootstrap.DataSecretName without the need of a controller.
MachineSetTemplateSpecInfrastructureRef
infrastructureRef is a required reference to a custom resource offered by an infrastructure provider.
MachineSetTemplateSpecReadinessGates
MachineReadinessGate contains the type of a Machine condition to be used as a readiness gate.

Enums§

MachineSetDeletePolicy
spec is the desired state of MachineSet.
MachineSetTemplateSpecReadinessGatesPolarity
MachineReadinessGate contains the type of a Machine condition to be used as a readiness gate.