Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecompressMachineState ¶
DecompressMachineState decompresses the machine state data.
Types ¶
type MachineDeploymentState ¶
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 ¶
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.