mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Remove lastProbeTime from rc/rs conditions
This commit is contained in:
parent
66a0aa64c2
commit
628e630424
@ -2041,9 +2041,6 @@ type ReplicationControllerCondition struct {
|
|||||||
Type ReplicationControllerConditionType `json:"type"`
|
Type ReplicationControllerConditionType `json:"type"`
|
||||||
// Status of the condition, one of True, False, Unknown.
|
// Status of the condition, one of True, False, Unknown.
|
||||||
Status ConditionStatus `json:"status"`
|
Status ConditionStatus `json:"status"`
|
||||||
// Last time we probed the condition.
|
|
||||||
// +optional
|
|
||||||
LastProbeTime unversioned.Time `json:"lastProbeTime,omitempty"`
|
|
||||||
// The last time the condition transitioned from one status to another.
|
// The last time the condition transitioned from one status to another.
|
||||||
// +optional
|
// +optional
|
||||||
LastTransitionTime unversioned.Time `json:"lastTransitionTime,omitempty"`
|
LastTransitionTime unversioned.Time `json:"lastTransitionTime,omitempty"`
|
||||||
|
@ -2350,9 +2350,6 @@ type ReplicationControllerCondition struct {
|
|||||||
Type ReplicationControllerConditionType `json:"type"`
|
Type ReplicationControllerConditionType `json:"type"`
|
||||||
// Status of the condition, one of True, False, Unknown.
|
// Status of the condition, one of True, False, Unknown.
|
||||||
Status ConditionStatus `json:"status"`
|
Status ConditionStatus `json:"status"`
|
||||||
// Last time we probed the condition.
|
|
||||||
// +optional
|
|
||||||
LastProbeTime unversioned.Time `json:"lastProbeTime,omitempty"`
|
|
||||||
// The last time the condition transitioned from one status to another.
|
// The last time the condition transitioned from one status to another.
|
||||||
// +optional
|
// +optional
|
||||||
LastTransitionTime unversioned.Time `json:"lastTransitionTime,omitempty"`
|
LastTransitionTime unversioned.Time `json:"lastTransitionTime,omitempty"`
|
||||||
|
@ -739,9 +739,6 @@ type ReplicaSetCondition struct {
|
|||||||
Type ReplicaSetConditionType `json:"type"`
|
Type ReplicaSetConditionType `json:"type"`
|
||||||
// Status of the condition, one of True, False, Unknown.
|
// Status of the condition, one of True, False, Unknown.
|
||||||
Status api.ConditionStatus `json:"status"`
|
Status api.ConditionStatus `json:"status"`
|
||||||
// Last time we probed the condition.
|
|
||||||
// +optional
|
|
||||||
LastProbeTime unversioned.Time `json:"lastProbeTime,omitempty"`
|
|
||||||
// The last time the condition transitioned from one status to another.
|
// The last time the condition transitioned from one status to another.
|
||||||
// +optional
|
// +optional
|
||||||
LastTransitionTime unversioned.Time `json:"lastTransitionTime,omitempty"`
|
LastTransitionTime unversioned.Time `json:"lastTransitionTime,omitempty"`
|
||||||
|
@ -1035,9 +1035,6 @@ type ReplicaSetCondition struct {
|
|||||||
Type ReplicaSetConditionType `json:"type"`
|
Type ReplicaSetConditionType `json:"type"`
|
||||||
// Status of the condition, one of True, False, Unknown.
|
// Status of the condition, one of True, False, Unknown.
|
||||||
Status v1.ConditionStatus `json:"status"`
|
Status v1.ConditionStatus `json:"status"`
|
||||||
// Last time we probed the condition.
|
|
||||||
// +optional
|
|
||||||
LastProbeTime unversioned.Time `json:"lastProbeTime,omitempty"`
|
|
||||||
// The last time the condition transitioned from one status to another.
|
// The last time the condition transitioned from one status to another.
|
||||||
// +optional
|
// +optional
|
||||||
LastTransitionTime unversioned.Time `json:"lastTransitionTime,omitempty"`
|
LastTransitionTime unversioned.Time `json:"lastTransitionTime,omitempty"`
|
||||||
|
Loading…
Reference in New Issue
Block a user