Remove lastProbeTime from rc/rs conditions

This commit is contained in:
Michail Kargakis
2016-10-20 15:03:06 +02:00
parent 66a0aa64c2
commit 628e630424
4 changed files with 0 additions and 12 deletions

View File

@@ -2041,9 +2041,6 @@ type ReplicationControllerCondition struct {
Type ReplicationControllerConditionType `json:"type"`
// Status of the condition, one of True, False, Unknown.
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.
// +optional
LastTransitionTime unversioned.Time `json:"lastTransitionTime,omitempty"`