diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 1e98ae2700f..7090c15a9ad 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -17515,9 +17515,20 @@ "hard": { "type": "any", "description": "Hard is the set of desired hard limits for each named resource. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota" + }, + "scopes": { + "type": "array", + "items": { + "$ref": "v1.ResourceQuotaScope" + }, + "description": "A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects." } } }, + "v1.ResourceQuotaScope": { + "id": "v1.ResourceQuotaScope", + "properties": {} + }, "v1.ResourceQuotaStatus": { "id": "v1.ResourceQuotaStatus", "description": "ResourceQuotaStatus defines the enforced hard limits and observed use.", diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index f47cebcf2bc..c91c13282a8 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -5591,7 +5591,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i