build(kustomize): Tenant or Namespace scope for resource quota budgets

This commit is contained in:
Dario Tranchitella
2021-07-24 14:36:57 +02:00
parent 7a055fcb9f
commit 31863b53af
2 changed files with 14 additions and 0 deletions
@@ -1126,6 +1126,13 @@ spec:
type: array
type: object
type: array
scope:
default: Tenant
description: Define if the Resource Budget should compute resource across all Namespaces in the Tenant or individually per cluster. Default is Tenant
enum:
- Tenant
- Namespace
type: string
type: object
serviceOptions:
description: Specifies options for the Service, such as additional metadata or block of certain type of Services. Optional.
+7
View File
@@ -1205,6 +1205,13 @@ spec:
type: array
type: object
type: array
scope:
default: Tenant
description: Define if the Resource Budget should compute resource across all Namespaces in the Tenant or individually per cluster. Default is Tenant
enum:
- Tenant
- Namespace
type: string
type: object
serviceOptions:
description: Specifies options for the Service, such as additional metadata or block of certain type of Services. Optional.