Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: rolebindingrestrictions.authorization.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: authorization.openshift.io
names:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ kind: CustomResourceDefinition
apiVersion: apiextensions.k8s.io/v1beta1
metadata:
name: clusteroperators.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
additionalPrinterColumns:
- JSONPath: .status.versions[?(@.name=="operator")].version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: clusterversions.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: config.openshift.io
versions:
Expand Down
2 changes: 2 additions & 0 deletions config/v1/0000_03_config-operator_01_operatorhub.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: operatorhubs.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: config.openshift.io
names:
Expand Down
2 changes: 2 additions & 0 deletions config/v1/0000_03_config-operator_01_proxy.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: proxies.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: config.openshift.io
scope: Cluster
Expand Down
2 changes: 2 additions & 0 deletions config/v1/0000_10_config-operator_01_apiserver.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: apiservers.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: config.openshift.io
scope: Cluster
Expand Down
2 changes: 2 additions & 0 deletions config/v1/0000_10_config-operator_01_authentication.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: authentications.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: config.openshift.io
names:
Expand Down
2 changes: 2 additions & 0 deletions config/v1/0000_10_config-operator_01_build.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: builds.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: config.openshift.io
scope: Cluster
Expand Down
2 changes: 2 additions & 0 deletions config/v1/0000_10_config-operator_01_console.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: consoles.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
scope: Cluster
preserveUnknownFields: false
Expand Down
2 changes: 2 additions & 0 deletions config/v1/0000_10_config-operator_01_dns.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: dnses.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: config.openshift.io
names:
Expand Down
2 changes: 2 additions & 0 deletions config/v1/0000_10_config-operator_01_featuregate.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: featuregates.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: config.openshift.io
version: v1
Expand Down
2 changes: 2 additions & 0 deletions config/v1/0000_10_config-operator_01_image.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: images.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: config.openshift.io
scope: Cluster
Expand Down
2 changes: 2 additions & 0 deletions config/v1/0000_10_config-operator_01_infrastructure.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: infrastructures.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: config.openshift.io
names:
Expand Down
2 changes: 2 additions & 0 deletions config/v1/0000_10_config-operator_01_ingress.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: ingresses.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: config.openshift.io
names:
Expand Down
2 changes: 2 additions & 0 deletions config/v1/0000_10_config-operator_01_network.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: networks.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: config.openshift.io
names:
Expand Down
2 changes: 2 additions & 0 deletions config/v1/0000_10_config-operator_01_oauth.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: oauths.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: config.openshift.io
names:
Expand Down
2 changes: 2 additions & 0 deletions config/v1/0000_10_config-operator_01_project.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: projects.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: config.openshift.io
scope: Cluster
Expand Down
2 changes: 2 additions & 0 deletions config/v1/0000_10_config-operator_01_scheduler.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: schedulers.config.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: config.openshift.io
scope: Cluster
Expand Down
2 changes: 2 additions & 0 deletions operator/v1/0000_10_config-operator_01_config.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: configs.operator.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
scope: Cluster
group: operator.openshift.io
Expand Down
2 changes: 2 additions & 0 deletions operator/v1/0000_20_etcd-operator_01.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: etcds.operator.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
scope: Cluster
group: operator.openshift.io
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
name: kubeapiservers.operator.openshift.io
spec:
group: operator.openshift.io
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
name: kubecontrollermanagers.operator.openshift.io
spec:
group: operator.openshift.io
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
name: kubeschedulers.operator.openshift.io
spec:
group: operator.openshift.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: openshiftapiservers.operator.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
scope: Cluster
group: operator.openshift.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: kubestorageversionmigrators.operator.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: operator.openshift.io
names:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: authentications.operator.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
scope: Cluster
group: operator.openshift.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: openshiftcontrollermanagers.operator.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
scope: Cluster
group: operator.openshift.io
Expand Down
2 changes: 2 additions & 0 deletions operator/v1/0000_50_cluster_storage_operator_01_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: storages.operator.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: operator.openshift.io
names:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
name: ingresscontrollers.operator.openshift.io
spec:
group: operator.openshift.io
Expand Down
2 changes: 2 additions & 0 deletions operator/v1/0000_50_service-ca-operator_02_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: servicecas.operator.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
scope: Cluster
group: operator.openshift.io
Expand Down
2 changes: 2 additions & 0 deletions operator/v1/0000_70_cluster-network-operator_01_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: networks.operator.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: operator.openshift.io
names:
Expand Down
2 changes: 2 additions & 0 deletions operator/v1/0000_70_console-operator.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: consoles.operator.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
scope: Cluster
group: operator.openshift.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: dnses.operator.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: operator.openshift.io
names:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: csisnapshotcontrollers.operator.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: operator.openshift.io
names:
Expand Down
2 changes: 2 additions & 0 deletions operator/v1/0000_90_cluster_csi_driver_01_config.crd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
name: clustercsidrivers.operator.openshift.io
spec:
group: operator.openshift.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: imagecontentsourcepolicies.operator.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: operator.openshift.io
scope: Cluster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
name: clusterresourcequotas.quota.openshift.io
spec:
group: quota.openshift.io
Expand Down
2 changes: 2 additions & 0 deletions security/v1/0000_03_security-openshift_01_scc.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: securitycontextconstraints.security.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: security.openshift.io
names:
Expand Down