diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index a5bc218a52b..1cdfb843280 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -13070,6 +13070,10 @@ "type": "string", "description": "The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described)." }, + "group": { + "type": "string", + "description": "The group attribute of the resource associated with the status StatusReason." + }, "kind": { "type": "string", "description": "The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds" diff --git a/api/swagger-spec/v1beta1.json b/api/swagger-spec/v1beta1.json index a8f9d1dc18d..5139f1f6ea7 100644 --- a/api/swagger-spec/v1beta1.json +++ b/api/swagger-spec/v1beta1.json @@ -2900,6 +2900,10 @@ "type": "string", "description": "The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described)." }, + "group": { + "type": "string", + "description": "The group attribute of the resource associated with the status StatusReason." + }, "kind": { "type": "string", "description": "The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds" diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 3acf3acf7ed..88d6f56d4c1 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -1331,6 +1331,13 @@ Both these may change in the future. Incoming requests are matched against the h
group
The group attribute of the resource associated with the status StatusReason.
false
string
kind
The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
false