add descriptions to these event/types.go files

This commit is contained in:
shiyajuan123
2021-03-03 15:46:47 +08:00
parent 5b0d0451ff
commit e726ce97fb
8 changed files with 18 additions and 6 deletions

View File

@@ -11023,7 +11023,8 @@
"type": "string"
},
"metadata": {
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta",
"description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
},
"note": {
"description": "note is a human-readable description of the status of this operation. Maximal length of the note is 1kB, but libraries should be prepared to handle values up to 64kB.",
@@ -11059,7 +11060,6 @@
}
},
"required": [
"metadata",
"eventTime"
],
"type": "object",
@@ -11162,7 +11162,8 @@
"type": "string"
},
"metadata": {
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta",
"description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
},
"note": {
"description": "note is a human-readable description of the status of this operation. Maximal length of the note is 1kB, but libraries should be prepared to handle values up to 64kB.",
@@ -11198,7 +11199,6 @@
}
},
"required": [
"metadata",
"eventTime"
],
"type": "object",