fix: deployment.container -> deployment.containers (#1406)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>pull/1408/head
parent
c87253d34e
commit
08de5aa109
|
|
@ -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"`
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue