Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecompressMachineState ¶ added in v1.82.0
DecompressMachineState decompresses the machine state data.
Types ¶
type MachineDeploymentState ¶ added in v1.82.0
type MachineDeploymentState struct { Replicas int32 `json:"replicas,omitempty"` MachineSets []machinev1alpha1.MachineSet `json:"machineSets,omitempty"` Machines []machinev1alpha1.Machine `json:"machines,omitempty"` }
MachineDeploymentState stores the last versions of the machine sets and machines to which the machine deployment corresponds.
type MachineState ¶ added in v1.82.0
type MachineState struct {
MachineDeployments map[string]*MachineDeploymentState `json:"machineDeployments,omitempty"`
}
MachineState represent the last known state of the machines.
Click to show internal directories.
Click to hide internal directories.