Merge pull request #101687 from siddhartha97/add-feature

Ensures Authentication types have descriptions
This commit is contained in:
Kubernetes Prow Robot
2021-05-03 13:00:09 -07:00
committed by GitHub
8 changed files with 42 additions and 17 deletions

View File

@@ -1797,13 +1797,16 @@
"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"
},
"spec": {
"$ref": "#/definitions/io.k8s.api.authentication.v1.TokenRequestSpec"
"$ref": "#/definitions/io.k8s.api.authentication.v1.TokenRequestSpec",
"description": "Spec holds information about the request being evaluated"
},
"status": {
"$ref": "#/definitions/io.k8s.api.authentication.v1.TokenRequestStatus"
"$ref": "#/definitions/io.k8s.api.authentication.v1.TokenRequestStatus",
"description": "Status is filled in by the server and indicates whether the token can be authenticated."
}
},
"required": [
@@ -1873,7 +1876,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"
},
"spec": {
"$ref": "#/definitions/io.k8s.api.authentication.v1.TokenReviewSpec",
@@ -1981,7 +1985,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"
},
"spec": {
"$ref": "#/definitions/io.k8s.api.authentication.v1beta1.TokenReviewSpec",
@@ -1989,7 +1994,7 @@
},
"status": {
"$ref": "#/definitions/io.k8s.api.authentication.v1beta1.TokenReviewStatus",
"description": "Status is filled in by the server and indicates whether the request can be authenticated."
"description": "Status is filled in by the server and indicates whether the token can be authenticated."
}
},
"required": [