Skip to content

Commit cd6bdb9

Browse files
author
Per Goncalves da Silva
committed
Generate manifests
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent d2378f4 commit cd6bdb9

File tree

6 files changed

+2371
-0
lines changed

6 files changed

+2371
-0
lines changed

api/v1/zz_generated.deepcopy.go

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/base/operator-controller/crd/experimental/olm.operatorframework.io_clusterextensions.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,31 @@ spec:
5757
description: spec is an optional field that defines the desired state
5858
of the ClusterExtension.
5959
properties:
60+
config:
61+
description: |-
62+
config contains configuration values applied during rendering of the
63+
ClusterExtension's manifests. Values can be specified inline or sourced
64+
from a referenced Secret.
65+
properties:
66+
configType:
67+
description: |-
68+
configType is a required reference to the type of configuration source.
69+
70+
Allowed values are "Inline"
71+
72+
When this field is set to "Inline", the cluster extension configuration is defined inline within the
73+
ClusterExtension resource.
74+
enum:
75+
- Inline
76+
type: string
77+
inline:
78+
description: |-
79+
inline contains JSON or YAML values specified directly in the
80+
ClusterExtension.
81+
x-kubernetes-preserve-unknown-fields: true
82+
required:
83+
- configType
84+
type: object
6085
install:
6186
description: |-
6287
install is an optional field used to configure the installation options
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# kustomization file for all the experimental e2e's
2+
# DO NOT ADD A NAMESPACE HERE
3+
apiVersion: kustomize.config.k8s.io/v1beta1
4+
kind: Kustomization
5+
commonAnnotations:
6+
olm.operatorframework.io/feature-set: experimental
7+
components:
8+
- ../../components/base/experimental
9+
- ../../components/features/boxcutter-runtime
10+
- ../../components/e2e
11+
# This must be last due to namespace overwrite issues of the ca
12+
- ../../components/cert-manager

0 commit comments

Comments
 (0)