mirror of
https://github.com/rancher/types.git
synced 2025-07-15 14:11:36 +00:00
Rename MachineConditionConfigReady
This commit is contained in:
parent
bfd6a6afc4
commit
e4e82fa825
@ -72,14 +72,13 @@ type MachineStatus struct {
|
||||
NodeAnnotations map[string]string `json:"nodeAnnotations,omitempty"`
|
||||
NodeLabels map[string]string `json:"nodeLabels,omitempty"`
|
||||
NodeTaints []v1.Taint `json:"nodeTaints,omitempty"`
|
||||
ExternalID string `json:"externalId,omitempty"`
|
||||
}
|
||||
|
||||
var (
|
||||
MachineConditionInitialized condition.Cond = "Initialized"
|
||||
MachineConditionProvisioned condition.Cond = "Provisioned"
|
||||
MachineConditionConfigSaved condition.Cond = "Saved"
|
||||
MachineConditionConfigReady condition.Cond = "Ready"
|
||||
MachineConditionReady condition.Cond = "Ready"
|
||||
)
|
||||
|
||||
type MachineCondition struct {
|
||||
|
Loading…
Reference in New Issue
Block a user