diff --git a/api/openapi-spec/root_swagger.json b/api/openapi-spec/root_swagger.json
index e61632ba055..5bdf39a7a37 100644
--- a/api/openapi-spec/root_swagger.json
+++ b/api/openapi-spec/root_swagger.json
@@ -28275,10 +28275,6 @@
"status"
],
"properties": {
- "lastProbeTime": {
- "description": "Last time we probed the condition.",
- "$ref": "#/definitions/unversioned.Time"
- },
"lastTransitionTime": {
"description": "The last time the condition transitioned from one status to another.",
"$ref": "#/definitions/unversioned.Time"
@@ -30197,10 +30193,6 @@
"status"
],
"properties": {
- "lastProbeTime": {
- "description": "Last time we probed the condition.",
- "$ref": "#/definitions/unversioned.Time"
- },
"lastTransitionTime": {
"description": "The last time the condition transitioned from one status to another.",
"$ref": "#/definitions/unversioned.Time"
diff --git a/api/openapi-spec/v1.json b/api/openapi-spec/v1.json
index a34f9fa1f29..36a177d1890 100644
--- a/api/openapi-spec/v1.json
+++ b/api/openapi-spec/v1.json
@@ -14686,10 +14686,6 @@
"status"
],
"properties": {
- "lastProbeTime": {
- "description": "Last time we probed the condition.",
- "$ref": "#/definitions/unversioned.Time"
- },
"lastTransitionTime": {
"description": "The last time the condition transitioned from one status to another.",
"$ref": "#/definitions/unversioned.Time"
diff --git a/api/openapi-spec/v1beta1.extensions.json b/api/openapi-spec/v1beta1.extensions.json
index 5fe88c1eb30..9368b0290e0 100644
--- a/api/openapi-spec/v1beta1.extensions.json
+++ b/api/openapi-spec/v1beta1.extensions.json
@@ -7820,10 +7820,6 @@
"status"
],
"properties": {
- "lastProbeTime": {
- "description": "Last time we probed the condition.",
- "$ref": "#/definitions/unversioned.Time"
- },
"lastTransitionTime": {
"description": "The last time the condition transitioned from one status to another.",
"$ref": "#/definitions/unversioned.Time"
diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json
index 502c886e278..93b7270cd45 100644
--- a/api/swagger-spec/extensions_v1beta1.json
+++ b/api/swagger-spec/extensions_v1beta1.json
@@ -10380,11 +10380,6 @@
"type": "string",
"description": "Status of the condition, one of True, False, Unknown."
},
- "lastProbeTime": {
- "type": "string",
- "format": "date-time",
- "description": "Last time we probed the condition."
- },
"lastTransitionTime": {
"type": "string",
"format": "date-time",
diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json
index 8836d8646bd..c71d5e821c2 100644
--- a/api/swagger-spec/v1.json
+++ b/api/swagger-spec/v1.json
@@ -19161,11 +19161,6 @@
"type": "string",
"description": "Status of the condition, one of True, False, Unknown."
},
- "lastProbeTime": {
- "type": "string",
- "format": "date-time",
- "description": "Last time we probed the condition."
- },
"lastTransitionTime": {
"type": "string",
"format": "date-time",
diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html
index 6c141dce7ae..5a104622f6e 100755
--- a/docs/api-reference/extensions/v1beta1/definitions.html
+++ b/docs/api-reference/extensions/v1beta1/definitions.html
@@ -1172,13 +1172,6 @@ Examples:
lastProbeTime
Last time we probed the condition.
false
string (date-time)
lastTransitionTime
The last time the condition transitioned from one status to another.
false