Autogenerated

This commit is contained in:
wojtekt
2020-04-24 12:14:29 +02:00
parent edc60a970a
commit 5a9b6a3114
9 changed files with 907 additions and 1013 deletions

View File

@@ -6393,10 +6393,6 @@
"lastObservedTime": {
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime",
"description": "Time of the last occurrence observed"
},
"state": {
"description": "State of this Series: Ongoing or Finished Deprecated. Planned removal for 1.18",
"type": "string"
}
},
"type": "object"
@@ -10778,16 +10774,11 @@
"lastObservedTime": {
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime",
"description": "Time when last Event from the series was seen before last heartbeat."
},
"state": {
"description": "Information whether this series is ongoing or finished. Deprecated. Planned removal for 1.18",
"type": "string"
}
},
"required": [
"count",
"lastObservedTime",
"state"
"lastObservedTime"
],
"type": "object"
},