You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ⚠️ bump ClusterExtension API to v1
Signed-off-by: Per Goncalves da Silva <[email protected]>
* CE API updates
- Regenerate CRD
- Fixup import in conditionsets package
Signed-off-by: Joe Lanford <[email protected]>
* update imports to drop alpha1 suffix
and other minor version changes that were missed when bumping
API versions to v1.
Signed-off-by: everettraven <[email protected]>
---------
Signed-off-by: Per Goncalves da Silva <[email protected]>
Signed-off-by: Joe Lanford <[email protected]>
Signed-off-by: everettraven <[email protected]>
Co-authored-by: Per Goncalves da Silva <[email protected]>
Co-authored-by: Joe Lanford <[email protected]>
Co-authored-by: everettraven <[email protected]>
|`kind`_string_| Kind is a string value representing the REST resource this object represents.<br />Servers may infer this from the endpoint the client submits requests to.<br />Cannot be updated.<br />In CamelCase.<br />More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds|||
103
103
|`apiVersion`_string_| APIVersion defines the versioned schema of this representation of an object.<br />Servers should convert recognized schemas to the latest internal value, and<br />may reject unrecognized values.<br />More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources|||
@@ -151,7 +151,7 @@ ClusterExtensionList contains a list of ClusterExtension
|`kind`_string_| Kind is a string value representing the REST resource this object represents.<br />Servers may infer this from the endpoint the client submits requests to.<br />Cannot be updated.<br />In CamelCase.<br />More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds|||
157
157
|`apiVersion`_string_| APIVersion defines the versioned schema of this representation of an object.<br />Servers should convert recognized schemas to the latest internal value, and<br />may reject unrecognized values.<br />More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources|||
Copy file name to clipboardexpand all lines: docs/concepts/upgrade-support.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ If `1.0.0` is installed, OLM v1 behavior differs in the following ways:
38
38
You can change the default behavior of the upgrade constraints by setting the `upgradeConstraintPolicy` parameter in your cluster extension's custom resource (CR).
39
39
40
40
``` yaml hl_lines="10"
41
-
apiVersion: olm.operatorframework.io/v1alpha1
41
+
apiVersion: olm.operatorframework.io/v1
42
42
kind: ClusterExtension
43
43
metadata:
44
44
name: <extension_name>
@@ -86,7 +86,7 @@ If you set the field to `SelfCertified`, no upgrade constraints are set on the p
86
86
Example `ClusterExtension` with `.spec.upgradeConstraintPolicy` field set to `SelfCertified`:
0 commit comments