diff --git a/api/v2/checluster_types.go b/api/v2/checluster_types.go index acd9889d5d..cd9c443abd 100644 --- a/api/v2/checluster_types.go +++ b/api/v2/checluster_types.go @@ -423,9 +423,9 @@ type ExternalPluginRegistry struct { // Deployment custom settings. type Deployment struct { - // A single application container. + // List of containers belonging to the pod. // +optional - Containers []Container `json:"container,omitempty"` + Containers []Container `json:"containers,omitempty"` // Security options the pod should run with. // +optional SecurityContext PodSecurityContext `json:"securityContext,omitempty"` diff --git a/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml b/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml index e1e72affb3..b8974e9ae0 100644 --- a/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml +++ b/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml @@ -97,7 +97,7 @@ metadata: operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/eclipse-che/che-operator support: Eclipse Foundation - name: eclipse-che-preview-openshift.v7.50.0-567.next + name: eclipse-che-preview-openshift.v7.50.0-568.next namespace: placeholder spec: apiservicedefinitions: {} @@ -1408,7 +1408,7 @@ spec: maturity: stable provider: name: Eclipse Foundation - version: 7.50.0-567.next + version: 7.50.0-568.next webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml b/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml index b1b599b599..4e6f3a69ad 100644 --- a/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml +++ b/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml @@ -1296,8 +1296,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1442,8 +1442,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1550,8 +1550,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1679,8 +1679,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1774,8 +1774,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1939,8 +1939,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -2197,8 +2197,9 @@ spec: be distinguished in the configuration by their names: - `gateway` - `configbump` - `oauth-proxy` - `kube-rbac-proxy`' properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the + pod. items: description: Container custom settings. properties: diff --git a/config/crd/bases/org.eclipse.che_checlusters.yaml b/config/crd/bases/org.eclipse.che_checlusters.yaml index a1004acdc1..06d6e2b028 100644 --- a/config/crd/bases/org.eclipse.che_checlusters.yaml +++ b/config/crd/bases/org.eclipse.che_checlusters.yaml @@ -1257,8 +1257,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1401,8 +1401,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1507,8 +1507,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1634,8 +1634,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1727,8 +1727,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1890,8 +1890,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -2144,8 +2144,8 @@ spec: be distinguished in the configuration by their names: - `gateway` - `configbump` - `oauth-proxy` - `kube-rbac-proxy`' properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: diff --git a/deploy/deployment/kubernetes/combined.yaml b/deploy/deployment/kubernetes/combined.yaml index c5740bc7fa..c557723bf0 100644 --- a/deploy/deployment/kubernetes/combined.yaml +++ b/deploy/deployment/kubernetes/combined.yaml @@ -805,8 +805,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -908,8 +908,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -998,8 +998,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1099,8 +1099,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1178,8 +1178,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1314,8 +1314,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1508,8 +1508,8 @@ spec: deployment: description: 'Deployment override options. Since gateway deployment consists of several containers, they must be distinguished in the configuration by their names: - `gateway` - `configbump` - `oauth-proxy` - `kube-rbac-proxy`' properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: diff --git a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 65f38c3924..ae77b4065f 100644 --- a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -800,8 +800,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -903,8 +903,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -993,8 +993,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1094,8 +1094,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1173,8 +1173,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1309,8 +1309,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1503,8 +1503,8 @@ spec: deployment: description: 'Deployment override options. Since gateway deployment consists of several containers, they must be distinguished in the configuration by their names: - `gateway` - `configbump` - `oauth-proxy` - `kube-rbac-proxy`' properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: diff --git a/deploy/deployment/openshift/combined.yaml b/deploy/deployment/openshift/combined.yaml index 50ddc41599..afe8962735 100644 --- a/deploy/deployment/openshift/combined.yaml +++ b/deploy/deployment/openshift/combined.yaml @@ -805,8 +805,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -908,8 +908,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -998,8 +998,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1099,8 +1099,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1178,8 +1178,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1314,8 +1314,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1508,8 +1508,8 @@ spec: deployment: description: 'Deployment override options. Since gateway deployment consists of several containers, they must be distinguished in the configuration by their names: - `gateway` - `configbump` - `oauth-proxy` - `kube-rbac-proxy`' properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: diff --git a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index d82ecbc8cc..c9f8ae381c 100644 --- a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -800,8 +800,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -903,8 +903,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -993,8 +993,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1094,8 +1094,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1173,8 +1173,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1309,8 +1309,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1503,8 +1503,8 @@ spec: deployment: description: 'Deployment override options. Since gateway deployment consists of several containers, they must be distinguished in the configuration by their names: - `gateway` - `configbump` - `oauth-proxy` - `kube-rbac-proxy`' properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: diff --git a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 65f38c3924..ae77b4065f 100644 --- a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -800,8 +800,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -903,8 +903,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -993,8 +993,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1094,8 +1094,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1173,8 +1173,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1309,8 +1309,8 @@ spec: deployment: description: Deployment override options. properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: @@ -1503,8 +1503,8 @@ spec: deployment: description: 'Deployment override options. Since gateway deployment consists of several containers, they must be distinguished in the configuration by their names: - `gateway` - `configbump` - `oauth-proxy` - `kube-rbac-proxy`' properties: - container: - description: A single application container. + containers: + description: List of containers belonging to the pod. items: description: Container custom settings. properties: