forked from gardener/gardener
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path15-extension.yaml
More file actions
53 lines (53 loc) · 1.73 KB
/
15-extension.yaml
File metadata and controls
53 lines (53 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
apiVersion: operator.gardener.cloud/v1alpha1
kind: Extension
metadata:
name: provider-local
#spec:
# resources:
# - kind: BackupBucket
# type: local
# primary: true|false
# lifecycle: {}
# - kind: Extension
# type: local
# autoEnable: # only valid if kind=Extension
# - shoot
# - seed
# clusterCompatibility: # only valid if kind=Extension
# - shoot
# - seed
# - garden
# reconcileTimeout: 30s # only valid if kind=Extension
# workerlessSupported: true|false # only valid if kind=Extension
# deployment:
# admission:
# values: {}
# runtimeCluster:
# helm:
# ociRepository:
# repository: registry.example.com/path-to-oci-repo/extensions/foo-admission-runtime
# tag: latest
# digest: <digest> # optional
# pullSecretRef: # optional
# name: <pull-secret-name> # located in garden namespace
# virtualCluster:
# helm:
# ociRepository:
# repository: registry.example.com/path-to-oci-repo/extensions/foo-admission-application
# tag: latest
# digest: <digest> # optional
# pullSecretRef: # optional
# name: <pull-secret-name> # located in garden namespace
# extension:
# values: {}
# runtimeClusterValues: {}
# helm:
# ociRepository:
# repository: registry.example.com/path-to-oci-repo/extensions/foo
# tag: latest
# digest: <digest> # optional
# pullSecretRef: # optional
# name: <pull-secret-name> # located in garden namespace
# policy: OnDemand|Always
# seedSelector: {}
# injectGardenKubeconfig: true