mirror of
https://github.com/rancher/types.git
synced 2025-08-17 12:06:33 +00:00
add message field to all condition types
This commit is contained in:
parent
4c50428de7
commit
ee81a7544b
@ -36,7 +36,7 @@ type ProjectCondition struct {
|
||||
LastTransitionTime string `json:"lastTransitionTime,omitempty"`
|
||||
// The reason for the condition's last transition.
|
||||
Reason string `json:"reason,omitempty"`
|
||||
// Human-readable, longer explanation of the last transition
|
||||
// Human-readable message indicating details about last transition
|
||||
Message string `json:"message,omitempty"`
|
||||
}
|
||||
|
||||
|
@ -77,6 +77,8 @@ type ClusterCondition struct {
|
||||
LastTransitionTime string `json:"lastTransitionTime,omitempty"`
|
||||
// The reason for the condition's last transition.
|
||||
Reason string `json:"reason,omitempty"`
|
||||
// Human-readable message indicating details about last transition
|
||||
Message string `json:"message,omitempty"`
|
||||
}
|
||||
|
||||
type GoogleKubernetesEngineConfig struct {
|
||||
|
@ -86,6 +86,8 @@ type MachineCondition struct {
|
||||
LastTransitionTime string `json:"lastTransitionTime,omitempty"`
|
||||
// The reason for the condition's last transition.
|
||||
Reason string `json:"reason,omitempty"`
|
||||
// Human-readable message indicating details about last transition
|
||||
Message string `json:"message,omitempty"`
|
||||
}
|
||||
|
||||
type MachineSpec struct {
|
||||
|
Loading…
Reference in New Issue
Block a user