mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-25 16:07:24 +00:00
feat(kustomize): additional metadata for pods
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu> Co-authored-by: Giuseppe Chiesa <mail@giuseppechiesa.it>
This commit is contained in:
co-authored by
Giuseppe Chiesa
parent
e61152a484
commit
4b8989530c
@@ -2859,6 +2859,24 @@ spec:
|
||||
- name
|
||||
type: object
|
||||
type: array
|
||||
podOptions:
|
||||
description: Specifies options for the Pods deployed in the Tenant
|
||||
namespaces, such as additional metadata.
|
||||
properties:
|
||||
additionalMetadata:
|
||||
description: Specifies additional labels and annotations the Capsule
|
||||
operator places on any Pod resource in the Tenant. Optional.
|
||||
properties:
|
||||
annotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
labels:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
type: object
|
||||
preventDeletion:
|
||||
description: Prevent accidental deletion of the Tenant. When enabled,
|
||||
the deletion request will be declined.
|
||||
|
||||
@@ -2437,6 +2437,22 @@ spec:
|
||||
- name
|
||||
type: object
|
||||
type: array
|
||||
podOptions:
|
||||
description: Specifies options for the Pods deployed in the Tenant namespaces, such as additional metadata.
|
||||
properties:
|
||||
additionalMetadata:
|
||||
description: Specifies additional labels and annotations the Capsule operator places on any Pod resource in the Tenant. Optional.
|
||||
properties:
|
||||
annotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
labels:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
type: object
|
||||
preventDeletion:
|
||||
description: Prevent accidental deletion of the Tenant. When enabled, the deletion request will be declined.
|
||||
type: boolean
|
||||
|
||||
Reference in New Issue
Block a user