From e8d7192e6010f0eb91f3c4fc4a3ce06abad84581 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 09:36:49 +0200 Subject: [PATCH] chore(deps): update all dependencies (#1718) Signed-off-by: Peter Wilcsinszky Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Peter Wilcsinszky --- .github/workflows/artifacts.yaml | 4 +- .github/workflows/ci.yaml | 6 +- .github/workflows/e2e.yaml | 16 +- Dockerfile | 4 +- ...xtensions.banzaicloud.io_eventtailers.yaml | 130 +++ ...extensions.banzaicloud.io_hosttailers.yaml | 145 +++ .../logging.banzaicloud.io_clusterflows.yaml | 28 + ...logging.banzaicloud.io_clusteroutputs.yaml | 392 ++++++++ .../crds/logging.banzaicloud.io_flows.yaml | 28 + ...ogging.banzaicloud.io_fluentbitagents.yaml | 91 ++ ...logging.banzaicloud.io_fluentdconfigs.yaml | 146 +++ .../logging.banzaicloud.io_loggingroutes.yaml | 2 + .../crds/logging.banzaicloud.io_loggings.yaml | 948 +++++++++++++++++- .../logging.banzaicloud.io_nodeagents.yaml | 241 +++++ .../crds/logging.banzaicloud.io_outputs.yaml | 374 +++++++ ...banzaicloud.io_syslogngclusteroutputs.yaml | 98 ++ ...ogging.banzaicloud.io_syslogngconfigs.yaml | 426 ++++++++ ...ogging.banzaicloud.io_syslogngoutputs.yaml | 98 ++ ...xtensions.banzaicloud.io_eventtailers.yaml | 130 +++ ...extensions.banzaicloud.io_hosttailers.yaml | 145 +++ .../logging.banzaicloud.io_clusterflows.yaml | 28 + ...logging.banzaicloud.io_clusteroutputs.yaml | 392 ++++++++ .../bases/logging.banzaicloud.io_flows.yaml | 28 + ...ogging.banzaicloud.io_fluentbitagents.yaml | 91 ++ ...logging.banzaicloud.io_fluentdconfigs.yaml | 146 +++ .../logging.banzaicloud.io_loggingroutes.yaml | 2 + .../logging.banzaicloud.io_loggings.yaml | 948 +++++++++++++++++- .../logging.banzaicloud.io_nodeagents.yaml | 241 +++++ .../bases/logging.banzaicloud.io_outputs.yaml | 374 +++++++ ...banzaicloud.io_syslogngclusteroutputs.yaml | 98 ++ ...ogging.banzaicloud.io_syslogngconfigs.yaml | 426 ++++++++ ...ogging.banzaicloud.io_syslogngoutputs.yaml | 98 ++ .../crds/v1beta1/common_types.md | 4 +- e2e/go.mod | 46 +- e2e/go.sum | 100 +- go.mod | 39 +- go.sum | 85 +- go.work | 4 +- pkg/sdk/go.mod | 31 +- pkg/sdk/go.sum | 69 +- pkg/sdk/logging/api/v1beta1/common_types.go | 12 +- .../api/v1beta1/zz_generated.deepcopy.go | 16 +- pkg/sdk/logging/model/syslogng/config/go.mod | 33 +- pkg/sdk/logging/model/syslogng/config/go.sum | 70 +- pkg/webhook/podhandler/podhandler.go | 7 +- renovate.json | 2 +- 46 files changed, 6552 insertions(+), 290 deletions(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 64e985f65..c22f011ac 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -134,7 +134,7 @@ jobs: tar -xf image.tar -C image - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # 0.19.0 + uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # 0.21.0 with: input: image format: sarif @@ -226,7 +226,7 @@ jobs: if: inputs.publish && inputs.release - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # 0.19.0 + uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # 0.21.0 with: scan-type: config scan-ref: charts/${{ steps.chart-name.outputs.value }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77706dd51..49d6c9076 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' - name: Check diff run: make check-diff @@ -46,7 +46,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' - name: Lint run: make lint @@ -64,7 +64,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' - name: Cache licenses uses: actions/cache@v3 diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 6331a7a36..888612a5a 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -8,7 +8,7 @@ on: pull_request: env: - GO_VERSION: '1.21' + GO_VERSION: '1.22' KUBECTL_VERSION: 'v1.24.1' jobs: @@ -96,7 +96,7 @@ jobs: strategy: fail-fast: false matrix: - kube: ["1.22", "1.23", "1.24", "1.25", "1.26", "1.27"] + kube: ["1.25", "1.26", "1.27", "1.28", "1.29", "1.30"] steps: - name: Set up Docker Buildx @@ -126,18 +126,18 @@ jobs: id: node_image run: | case ${{ matrix.kube }} in - 1.22) - NODE_IMAGE=kindest/node:v1.22.17@sha256:f5b2e5698c6c9d6d0adc419c0deae21a425c07d81bbf3b6a6834042f25d4fba2 ;; - 1.23) - NODE_IMAGE=kindest/node:v1.23.17@sha256:59c989ff8a517a93127d4a536e7014d28e235fb3529d9fba91b3951d461edfdb ;; - 1.24) - NODE_IMAGE=kindest/node:v1.24.15@sha256:7db4f8bea3e14b82d12e044e25e34bd53754b7f2b0e9d56df21774e6f66a70ab ;; 1.25) NODE_IMAGE=kindest/node:v1.25.11@sha256:227fa11ce74ea76a0474eeefb84cb75d8dad1b08638371ecf0e86259b35be0c8 ;; 1.26) NODE_IMAGE=kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb ;; 1.27) NODE_IMAGE=kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72 ;; + 1.28) + NODE_IMAGE=kindest/node:v1.28.9@sha256:9ba4d311e7861d27b210e5960e5ce921a7c53d3c67e0545fd8a1cb9a76dfa2cb ;; + 1.29) + NODE_IMAGE=kindest/node:v1.29.4@sha256:ea40a6bd365a17f71fd3883a1d34a0791d7d6b0eb75832c6d85b6f2326827f1e ;; + 1.30) + NODE_IMAGE=kindest/node:v1.30.0@sha256:2af5d1b382926abcd6336312d652cd045b7cc47475844a608669c71b1fefcfbc ;; esac echo "image=$NODE_IMAGE" >> $GITHUB_OUTPUT diff --git a/Dockerfile b/Dockerfile index 1f7a47c06..4e3bb187c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.21alpine3.18@sha256:a76f153cff6a59112777c071b0cde1b6e4691ddc7f172be424228da1bfb7bbda AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.3-alpine3.20@sha256:1bddfed44ff69c533c0ec006515afb7350986b0d7eb7383f780ab5525f4f06ff AS builder RUN apk add --update --no-cache ca-certificates make git curl @@ -36,7 +36,7 @@ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go install github.com/go-del CMD ["/go/bin/dlv", "--listen=:40000", "--headless=true", "--api-version=2", "--accept-multiclient", "exec", "/usr/local/bin/manager"] -FROM gcr.io/distroless/static:latest@sha256:6d31326376a7834b106f281b04f67b5d015c31732f594930f2ea81365f99d60c +FROM gcr.io/distroless/static:latest@sha256:41972110a1c1a5c0b6adb283e8aa092c43c31f7c5d79b8656fbffff2c3e61f05 COPY --from=builder /usr/local/bin/manager /manager diff --git a/charts/logging-operator/crds/logging-extensions.banzaicloud.io_eventtailers.yaml b/charts/logging-operator/crds/logging-extensions.banzaicloud.io_eventtailers.yaml index 4869278ad..85260bbcc 100644 --- a/charts/logging-operator/crds/logging-extensions.banzaicloud.io_eventtailers.yaml +++ b/charts/logging-operator/crds/logging-extensions.banzaicloud.io_eventtailers.yaml @@ -42,6 +42,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -72,6 +73,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -124,6 +126,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -154,6 +157,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -229,16 +233,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -297,6 +312,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -315,6 +332,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -374,6 +392,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -433,11 +452,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -474,6 +495,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -513,11 +535,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -529,11 +553,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -544,6 +570,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -560,11 +587,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -576,14 +605,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -609,11 +641,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -643,11 +677,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -658,6 +694,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -671,6 +708,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -687,11 +725,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -721,11 +761,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -736,12 +778,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -763,11 +807,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -797,11 +843,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -812,6 +860,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -825,6 +874,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -841,11 +891,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -875,11 +927,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -890,12 +944,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object containers: @@ -915,6 +971,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -945,6 +1002,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -997,6 +1055,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1027,6 +1086,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1102,16 +1162,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1170,6 +1241,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1185,6 +1258,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1206,6 +1280,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1236,6 +1311,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1288,6 +1364,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1318,6 +1395,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1393,16 +1471,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1461,6 +1550,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1480,6 +1571,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -1518,6 +1618,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -1530,6 +1631,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -1613,6 +1715,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -1622,6 +1725,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1639,6 +1743,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1667,7 +1772,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -1682,6 +1789,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1737,6 +1845,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -1761,6 +1870,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -1820,11 +1930,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1857,10 +1969,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -1877,6 +1991,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1957,11 +2072,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2038,11 +2155,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -2077,7 +2196,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -2123,6 +2244,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -2141,7 +2263,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -2161,6 +2285,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -2192,6 +2317,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -2199,6 +2325,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2221,6 +2348,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2259,6 +2387,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -2273,6 +2402,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic diff --git a/charts/logging-operator/crds/logging-extensions.banzaicloud.io_hosttailers.yaml b/charts/logging-operator/crds/logging-extensions.banzaicloud.io_hosttailers.yaml index 1c4122b32..d49355f12 100644 --- a/charts/logging-operator/crds/logging-extensions.banzaicloud.io_hosttailers.yaml +++ b/charts/logging-operator/crds/logging-extensions.banzaicloud.io_hosttailers.yaml @@ -51,6 +51,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -81,6 +82,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -133,6 +135,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -163,6 +166,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -238,16 +242,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -306,6 +321,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -324,6 +341,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -353,6 +371,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -383,6 +402,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -413,6 +433,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -465,6 +486,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -495,6 +517,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -570,16 +593,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -638,6 +672,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -656,6 +692,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -712,11 +749,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -728,11 +767,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -743,6 +784,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -759,11 +801,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -775,14 +819,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -808,11 +855,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -842,11 +891,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -857,6 +908,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -870,6 +922,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -886,11 +939,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -920,11 +975,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -935,12 +992,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -962,11 +1021,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -996,11 +1057,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1011,6 +1074,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -1024,6 +1088,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -1040,11 +1105,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1074,11 +1141,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1089,12 +1158,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object containers: @@ -1114,6 +1185,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1144,6 +1216,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1196,6 +1269,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1226,6 +1300,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1301,16 +1376,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1369,6 +1455,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1384,6 +1472,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1405,6 +1494,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1435,6 +1525,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1487,6 +1578,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1517,6 +1609,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1592,16 +1685,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1660,6 +1764,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1679,6 +1785,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -1717,6 +1832,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -1729,6 +1845,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -1812,6 +1929,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -1821,6 +1939,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1838,6 +1957,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1866,7 +1986,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -1881,6 +2003,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1936,6 +2059,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -1960,6 +2084,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -2019,11 +2144,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -2056,10 +2183,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -2076,6 +2205,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2156,11 +2286,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2237,11 +2369,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -2276,7 +2410,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -2322,6 +2458,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -2340,7 +2477,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -2360,6 +2499,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -2391,6 +2531,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -2398,6 +2539,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2420,6 +2562,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2458,6 +2601,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -2472,6 +2616,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic diff --git a/charts/logging-operator/crds/logging.banzaicloud.io_clusterflows.yaml b/charts/logging-operator/crds/logging.banzaicloud.io_clusterflows.yaml index e8ebf537e..965d20152 100644 --- a/charts/logging-operator/crds/logging.banzaicloud.io_clusterflows.yaml +++ b/charts/logging-operator/crds/logging.banzaicloud.io_clusterflows.yaml @@ -147,6 +147,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -164,6 +165,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -190,6 +192,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -207,6 +210,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -225,6 +229,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -242,6 +247,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -408,6 +414,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -425,6 +432,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -501,6 +509,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -518,6 +527,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -611,6 +621,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -628,6 +639,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -704,6 +716,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -721,6 +734,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1199,6 +1213,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1216,6 +1231,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1242,6 +1258,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1259,6 +1276,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1277,6 +1295,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1294,6 +1313,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1460,6 +1480,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1477,6 +1498,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1553,6 +1575,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1570,6 +1593,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1663,6 +1687,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1680,6 +1705,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1756,6 +1782,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1773,6 +1800,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean diff --git a/charts/logging-operator/crds/logging.banzaicloud.io_clusteroutputs.yaml b/charts/logging-operator/crds/logging.banzaicloud.io_clusteroutputs.yaml index 604fd7025..4a5f05e03 100644 --- a/charts/logging-operator/crds/logging.banzaicloud.io_clusteroutputs.yaml +++ b/charts/logging-operator/crds/logging.banzaicloud.io_clusteroutputs.yaml @@ -48,6 +48,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -65,6 +66,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -156,6 +158,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -173,6 +176,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -191,6 +195,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -208,6 +213,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -226,6 +232,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -243,6 +250,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -261,6 +269,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -278,6 +287,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -324,6 +334,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -341,6 +352,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -359,6 +371,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -376,6 +389,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -394,6 +408,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -411,6 +426,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -429,6 +445,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -446,6 +463,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -464,6 +482,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -481,6 +500,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -501,6 +521,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -518,6 +539,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -536,6 +558,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -553,6 +576,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -645,6 +669,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -662,6 +687,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -736,6 +762,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -753,6 +780,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -816,6 +844,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -833,6 +862,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -851,6 +881,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -868,6 +899,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -886,6 +918,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -903,6 +936,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1006,6 +1040,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1023,6 +1058,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1041,6 +1077,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1058,6 +1095,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1231,6 +1269,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1248,6 +1287,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1380,6 +1420,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1397,6 +1438,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1488,6 +1530,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1505,6 +1548,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1523,6 +1567,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1540,6 +1585,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1558,6 +1604,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1575,6 +1622,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1593,6 +1641,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1610,6 +1659,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1706,6 +1756,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1723,6 +1774,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1797,6 +1849,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1814,6 +1867,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2098,6 +2152,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2115,6 +2170,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2135,6 +2191,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2152,6 +2209,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2172,6 +2230,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2189,6 +2248,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2221,6 +2281,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2238,6 +2299,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2262,6 +2324,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2279,6 +2342,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2297,6 +2361,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2314,6 +2379,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2332,6 +2398,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2349,6 +2416,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2461,6 +2529,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2478,6 +2547,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2642,6 +2712,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2659,6 +2730,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2677,6 +2749,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2694,6 +2767,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2830,6 +2904,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2847,6 +2922,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2867,6 +2943,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2884,6 +2961,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2902,6 +2980,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2919,6 +2998,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2937,6 +3017,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2954,6 +3035,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3103,6 +3185,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3120,6 +3203,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3146,6 +3230,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3163,6 +3248,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3191,6 +3277,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3208,6 +3295,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3228,6 +3316,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3245,6 +3334,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3263,6 +3353,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3280,6 +3371,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3298,6 +3390,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3315,6 +3408,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3339,6 +3433,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3356,6 +3451,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3400,6 +3496,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3417,6 +3514,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3435,6 +3533,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3452,6 +3551,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3470,6 +3570,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3487,6 +3588,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3635,6 +3737,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3652,6 +3755,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3670,6 +3774,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3687,6 +3792,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3705,6 +3811,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3722,6 +3829,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4024,6 +4132,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4041,6 +4150,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4150,6 +4260,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4167,6 +4278,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4185,6 +4297,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4202,6 +4315,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4234,6 +4348,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4251,6 +4366,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4275,6 +4391,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4292,6 +4409,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4320,6 +4438,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4337,6 +4456,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4358,6 +4478,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4375,6 +4496,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4403,6 +4525,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4420,6 +4543,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4443,6 +4567,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4460,6 +4585,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4566,6 +4692,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4583,6 +4710,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4679,6 +4807,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4696,6 +4825,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4716,6 +4846,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4733,6 +4864,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4751,6 +4883,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4768,6 +4901,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4786,6 +4920,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4803,6 +4938,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4841,6 +4977,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4858,6 +4995,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4876,6 +5014,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4893,6 +5032,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4911,6 +5051,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4928,6 +5069,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4946,6 +5088,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4963,6 +5106,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4981,6 +5125,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4998,6 +5143,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5018,6 +5164,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5035,6 +5182,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5053,6 +5201,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5070,6 +5219,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5143,6 +5293,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5160,6 +5311,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5228,6 +5380,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5245,6 +5398,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5302,6 +5456,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5319,6 +5474,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5337,6 +5493,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5354,6 +5511,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5598,6 +5756,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5615,6 +5774,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5673,6 +5833,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5690,6 +5851,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5708,6 +5870,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5725,6 +5888,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6006,6 +6170,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6023,6 +6188,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6041,6 +6207,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6058,6 +6225,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6076,6 +6244,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6093,6 +6262,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6111,6 +6281,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6128,6 +6299,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6175,6 +6347,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6192,6 +6365,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6256,6 +6430,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6273,6 +6448,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6291,6 +6467,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6308,6 +6485,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6503,6 +6681,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6520,6 +6699,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6641,6 +6821,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6658,6 +6839,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6713,6 +6895,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6730,6 +6913,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6748,6 +6932,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6765,6 +6950,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6787,6 +6973,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6804,6 +6991,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6907,6 +7095,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6924,6 +7113,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6964,6 +7154,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6981,6 +7172,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7026,6 +7218,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7043,6 +7236,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7154,6 +7348,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7171,6 +7366,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7249,6 +7445,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7266,6 +7463,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7357,6 +7555,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7374,6 +7573,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7392,6 +7592,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7409,6 +7610,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7427,6 +7629,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7444,6 +7647,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7462,6 +7666,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7479,6 +7684,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7525,6 +7731,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7542,6 +7749,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7560,6 +7768,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7577,6 +7786,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7595,6 +7805,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7612,6 +7823,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7630,6 +7842,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7647,6 +7860,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7665,6 +7879,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7682,6 +7897,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7702,6 +7918,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7719,6 +7936,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7737,6 +7955,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7754,6 +7973,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7846,6 +8066,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7863,6 +8084,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7937,6 +8159,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7954,6 +8177,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8017,6 +8241,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8034,6 +8259,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8052,6 +8278,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8069,6 +8296,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8087,6 +8315,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8104,6 +8333,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8207,6 +8437,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8224,6 +8455,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8242,6 +8474,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8259,6 +8492,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8432,6 +8666,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8449,6 +8684,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8581,6 +8817,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8598,6 +8835,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8689,6 +8927,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8706,6 +8945,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8724,6 +8964,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8741,6 +8982,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8759,6 +9001,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8776,6 +9019,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8794,6 +9038,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8811,6 +9056,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8907,6 +9153,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8924,6 +9171,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8998,6 +9246,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9015,6 +9264,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9299,6 +9549,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9316,6 +9567,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9336,6 +9588,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9353,6 +9606,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9373,6 +9627,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9390,6 +9645,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9422,6 +9678,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9439,6 +9696,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9463,6 +9721,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9480,6 +9739,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9498,6 +9758,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9515,6 +9776,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9533,6 +9795,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9550,6 +9813,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9662,6 +9926,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9679,6 +9944,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9843,6 +10109,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9860,6 +10127,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9878,6 +10146,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9895,6 +10164,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10031,6 +10301,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10048,6 +10319,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10068,6 +10340,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10085,6 +10358,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10103,6 +10377,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10120,6 +10395,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10138,6 +10414,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10155,6 +10432,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10304,6 +10582,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10321,6 +10600,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10347,6 +10627,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10364,6 +10645,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10392,6 +10674,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10409,6 +10692,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10429,6 +10713,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10446,6 +10731,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10464,6 +10750,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10481,6 +10768,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10499,6 +10787,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10516,6 +10805,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10540,6 +10830,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10557,6 +10848,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10601,6 +10893,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10618,6 +10911,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10636,6 +10930,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10653,6 +10948,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10671,6 +10967,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10688,6 +10985,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10836,6 +11134,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10853,6 +11152,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10871,6 +11171,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10888,6 +11189,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10906,6 +11208,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10923,6 +11226,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11225,6 +11529,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11242,6 +11547,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11351,6 +11657,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11368,6 +11675,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11386,6 +11694,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11403,6 +11712,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11435,6 +11745,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11452,6 +11763,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11476,6 +11788,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11493,6 +11806,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11521,6 +11835,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11538,6 +11853,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11559,6 +11875,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11576,6 +11893,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11604,6 +11922,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11621,6 +11940,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11644,6 +11964,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11661,6 +11982,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11767,6 +12089,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11784,6 +12107,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11880,6 +12204,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11897,6 +12222,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11917,6 +12243,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11934,6 +12261,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11952,6 +12280,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11969,6 +12298,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11987,6 +12317,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12004,6 +12335,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12042,6 +12374,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12059,6 +12392,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12077,6 +12411,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12094,6 +12429,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12112,6 +12448,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12129,6 +12466,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12147,6 +12485,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12164,6 +12503,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12182,6 +12522,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12199,6 +12540,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12219,6 +12561,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12236,6 +12579,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12254,6 +12598,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12271,6 +12616,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12344,6 +12690,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12361,6 +12708,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12429,6 +12777,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12446,6 +12795,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12503,6 +12853,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12520,6 +12871,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12538,6 +12890,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12555,6 +12908,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12799,6 +13153,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12816,6 +13171,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12874,6 +13230,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12891,6 +13248,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12909,6 +13267,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12926,6 +13285,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13207,6 +13567,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13224,6 +13585,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13242,6 +13604,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13259,6 +13622,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13277,6 +13641,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13294,6 +13659,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13312,6 +13678,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13329,6 +13696,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13376,6 +13744,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13393,6 +13762,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13457,6 +13827,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13474,6 +13845,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13492,6 +13864,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13509,6 +13882,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13704,6 +14078,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13721,6 +14096,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13842,6 +14218,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13859,6 +14236,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13914,6 +14292,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13931,6 +14310,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13949,6 +14329,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13966,6 +14347,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13988,6 +14370,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14005,6 +14388,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14108,6 +14492,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14125,6 +14510,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14165,6 +14551,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14182,6 +14569,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14227,6 +14615,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14244,6 +14633,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14355,6 +14745,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14372,6 +14763,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean diff --git a/charts/logging-operator/crds/logging.banzaicloud.io_flows.yaml b/charts/logging-operator/crds/logging.banzaicloud.io_flows.yaml index 49e10dc7f..9ea704851 100644 --- a/charts/logging-operator/crds/logging.banzaicloud.io_flows.yaml +++ b/charts/logging-operator/crds/logging.banzaicloud.io_flows.yaml @@ -147,6 +147,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -164,6 +165,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -190,6 +192,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -207,6 +210,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -225,6 +229,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -242,6 +247,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -408,6 +414,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -425,6 +432,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -501,6 +509,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -518,6 +527,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -611,6 +621,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -628,6 +639,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -704,6 +716,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -721,6 +734,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1195,6 +1209,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1212,6 +1227,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1238,6 +1254,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1255,6 +1272,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1273,6 +1291,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1290,6 +1309,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1456,6 +1476,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1473,6 +1494,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1549,6 +1571,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1566,6 +1589,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1659,6 +1683,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1676,6 +1701,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1752,6 +1778,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1769,6 +1796,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean diff --git a/charts/logging-operator/crds/logging.banzaicloud.io_fluentbitagents.yaml b/charts/logging-operator/crds/logging.banzaicloud.io_fluentbitagents.yaml index a7f66ff48..9e2c9833b 100644 --- a/charts/logging-operator/crds/logging.banzaicloud.io_fluentbitagents.yaml +++ b/charts/logging-operator/crds/logging.banzaicloud.io_fluentbitagents.yaml @@ -50,11 +50,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -66,11 +68,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -81,6 +85,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -97,11 +102,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -113,14 +120,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -146,11 +156,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -180,11 +192,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -195,6 +209,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -208,6 +223,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -224,11 +240,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -258,11 +276,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -273,12 +293,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -300,11 +322,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -334,11 +358,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -349,6 +375,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -362,6 +389,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -378,11 +406,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -412,11 +442,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -427,12 +459,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object annotations: @@ -502,6 +536,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -561,11 +596,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -602,6 +639,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -618,6 +656,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -757,6 +796,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -769,6 +809,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -786,6 +827,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -798,6 +840,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -817,6 +860,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -870,6 +914,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -932,6 +977,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -941,10 +987,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -964,6 +1012,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1002,6 +1051,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1294,6 +1344,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1382,6 +1433,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1412,6 +1464,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1584,6 +1637,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1596,6 +1650,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1613,6 +1668,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1625,6 +1681,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1644,6 +1701,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1740,6 +1798,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -1799,11 +1858,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1840,6 +1901,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -1894,6 +1956,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -1953,11 +2016,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1994,6 +2059,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -2008,6 +2074,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2038,6 +2105,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2113,6 +2181,15 @@ spec: properties: podSecurityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -2151,6 +2228,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -2163,6 +2241,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -2183,16 +2262,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -2251,6 +2341,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic diff --git a/charts/logging-operator/crds/logging.banzaicloud.io_fluentdconfigs.yaml b/charts/logging-operator/crds/logging.banzaicloud.io_fluentdconfigs.yaml index 2d81df69f..fc65b6a24 100644 --- a/charts/logging-operator/crds/logging.banzaicloud.io_fluentdconfigs.yaml +++ b/charts/logging-operator/crds/logging.banzaicloud.io_fluentdconfigs.yaml @@ -57,11 +57,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -73,11 +75,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -88,6 +92,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -104,11 +109,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -120,14 +127,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -153,11 +163,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -187,11 +199,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -202,6 +216,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -215,6 +230,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -231,11 +247,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -265,11 +283,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -280,12 +300,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -307,11 +329,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -341,11 +365,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -356,6 +382,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -369,6 +396,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -385,11 +413,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -419,11 +449,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -434,12 +466,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object annotations: @@ -494,6 +528,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -553,11 +588,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -594,6 +631,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -610,6 +648,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -749,6 +788,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -761,6 +801,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -778,6 +819,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -790,6 +832,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -809,6 +852,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -908,6 +952,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -958,6 +1003,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -967,10 +1013,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -990,6 +1038,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1028,6 +1077,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1099,6 +1149,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -1158,11 +1209,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1199,6 +1252,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -1272,6 +1326,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -1331,11 +1386,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1372,6 +1429,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -1458,6 +1516,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1483,6 +1542,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1513,6 +1573,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1685,6 +1746,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1697,6 +1759,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1714,6 +1777,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1726,6 +1790,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1745,6 +1810,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1819,6 +1885,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1849,6 +1916,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1940,6 +2008,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1961,6 +2030,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2007,16 +2077,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -2074,6 +2155,15 @@ spec: properties: podSecurityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -2112,6 +2202,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -2124,6 +2215,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -2144,16 +2236,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -2212,6 +2315,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2255,10 +2359,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -2273,6 +2379,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2311,6 +2418,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2323,12 +2431,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -2339,6 +2451,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -2346,6 +2459,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -2360,6 +2474,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -2377,6 +2492,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2418,6 +2534,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -2435,6 +2552,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2477,6 +2595,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2507,6 +2626,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2581,6 +2701,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2611,6 +2732,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2701,16 +2823,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -2766,6 +2899,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2796,6 +2930,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2858,6 +2993,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -2869,6 +3007,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -2878,6 +3018,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -2931,11 +3074,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -2973,6 +3118,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic diff --git a/charts/logging-operator/crds/logging.banzaicloud.io_loggingroutes.yaml b/charts/logging-operator/crds/logging.banzaicloud.io_loggingroutes.yaml index 0f5aa1be3..2b465f2d6 100644 --- a/charts/logging-operator/crds/logging.banzaicloud.io_loggingroutes.yaml +++ b/charts/logging-operator/crds/logging.banzaicloud.io_loggingroutes.yaml @@ -54,11 +54,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string diff --git a/charts/logging-operator/crds/logging.banzaicloud.io_loggings.yaml b/charts/logging-operator/crds/logging.banzaicloud.io_loggings.yaml index f0444e879..f50bd2287 100644 --- a/charts/logging-operator/crds/logging.banzaicloud.io_loggings.yaml +++ b/charts/logging-operator/crds/logging.banzaicloud.io_loggings.yaml @@ -193,6 +193,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -210,6 +211,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -236,6 +238,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -253,6 +256,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -271,6 +275,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -288,6 +293,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -454,6 +460,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -471,6 +478,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -547,6 +555,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -564,6 +573,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -657,6 +667,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -674,6 +685,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -750,6 +762,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -767,6 +780,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1081,11 +1095,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -1097,11 +1113,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -1112,6 +1130,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -1128,11 +1147,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -1144,14 +1165,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -1177,11 +1201,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1211,11 +1237,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1226,6 +1254,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -1239,6 +1268,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -1255,11 +1285,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1289,11 +1321,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1304,12 +1338,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -1331,11 +1367,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1365,11 +1403,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1380,6 +1420,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -1393,6 +1434,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -1409,11 +1451,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1443,11 +1487,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1458,12 +1504,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object annotations: @@ -1533,6 +1581,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -1592,11 +1641,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1633,6 +1684,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -1649,6 +1701,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1788,6 +1841,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1800,6 +1854,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1817,6 +1872,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1829,6 +1885,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1848,6 +1905,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1901,6 +1959,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1963,6 +2022,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -1972,10 +2032,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -1995,6 +2057,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2033,6 +2096,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2325,6 +2389,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2413,6 +2478,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2443,6 +2509,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2615,6 +2682,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2627,6 +2695,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2644,6 +2713,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2656,6 +2726,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2675,6 +2746,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2771,6 +2843,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -2830,11 +2903,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -2871,6 +2946,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -2925,6 +3001,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -2984,11 +3061,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3025,6 +3104,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -3039,6 +3119,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -3069,6 +3150,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -3144,6 +3226,15 @@ spec: properties: podSecurityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -3182,6 +3273,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -3194,6 +3286,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -3214,16 +3307,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -3282,6 +3386,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3400,11 +3505,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -3416,11 +3523,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -3431,6 +3540,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -3447,11 +3557,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -3463,14 +3575,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -3496,11 +3611,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3530,11 +3647,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3545,6 +3664,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -3558,6 +3678,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -3574,11 +3695,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3608,11 +3731,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3623,12 +3748,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -3650,11 +3777,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3684,11 +3813,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3699,6 +3830,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -3712,6 +3844,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -3728,11 +3861,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3762,11 +3897,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3777,12 +3914,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object annotations: @@ -3837,6 +3976,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -3896,11 +4036,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3937,6 +4079,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -3953,6 +4096,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -4092,6 +4236,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4104,6 +4249,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4121,6 +4267,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4133,6 +4280,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4152,6 +4300,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4251,6 +4400,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -4301,6 +4451,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -4310,10 +4461,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -4333,6 +4486,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4371,6 +4525,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4442,6 +4597,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -4501,11 +4657,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4542,6 +4700,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -4615,6 +4774,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -4674,11 +4834,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4715,6 +4877,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -4801,6 +4964,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -4826,6 +4990,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -4856,6 +5021,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5028,6 +5194,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5040,6 +5207,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5057,6 +5225,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5069,6 +5238,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5088,6 +5258,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5162,6 +5333,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5192,6 +5364,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5283,6 +5456,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -5304,6 +5478,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -5350,16 +5525,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -5417,6 +5603,15 @@ spec: properties: podSecurityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -5455,6 +5650,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -5467,6 +5663,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -5487,16 +5684,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -5555,6 +5763,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -5598,10 +5807,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -5616,6 +5827,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5654,6 +5866,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5666,12 +5879,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -5682,6 +5899,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -5689,6 +5907,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -5703,6 +5922,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -5720,6 +5940,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5761,6 +5982,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -5778,6 +6000,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5820,6 +6043,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5850,6 +6074,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5924,6 +6149,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5954,6 +6180,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -6044,16 +6271,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -6109,6 +6347,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -6139,6 +6378,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -6201,6 +6441,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -6212,6 +6455,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -6221,6 +6466,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -6274,11 +6522,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -6316,6 +6566,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -6443,6 +6694,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6460,6 +6712,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6486,6 +6739,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6503,6 +6757,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6521,6 +6776,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6538,6 +6794,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6704,6 +6961,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6721,6 +6979,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6797,6 +7056,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6814,6 +7074,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6907,6 +7168,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6924,6 +7186,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7000,6 +7263,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7017,6 +7281,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7369,6 +7634,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -7428,11 +7694,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7469,6 +7737,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -7516,11 +7785,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7565,11 +7836,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -7581,11 +7854,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -7596,6 +7871,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -7612,11 +7888,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -7628,14 +7906,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -7661,11 +7942,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7695,11 +7978,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7710,6 +7995,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -7723,6 +8009,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -7739,11 +8026,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7773,11 +8062,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7788,12 +8079,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -7815,11 +8108,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7849,11 +8144,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7864,6 +8161,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -7877,6 +8175,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -7893,11 +8192,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7927,11 +8228,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7942,12 +8245,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object automountServiceAccountToken: @@ -7959,10 +8264,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -7977,6 +8284,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8015,6 +8323,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8027,12 +8336,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -8043,6 +8356,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -8050,6 +8364,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -8064,6 +8379,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -8081,6 +8397,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8122,6 +8439,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -8139,6 +8457,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8181,6 +8500,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -8211,6 +8531,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8285,6 +8606,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -8315,6 +8637,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8405,16 +8728,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -8470,6 +8804,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -8500,6 +8835,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8562,6 +8898,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -8573,6 +8912,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -8582,6 +8923,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -8594,6 +8938,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -8603,10 +8948,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -8619,10 +8966,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -8637,6 +8986,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8675,6 +9025,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8687,12 +9038,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -8703,6 +9058,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -8710,6 +9066,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -8724,6 +9081,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -8741,6 +9099,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8782,6 +9141,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -8799,6 +9159,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8841,6 +9202,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -8871,6 +9233,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8945,6 +9308,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -8975,6 +9339,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -9065,16 +9430,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -9130,6 +9506,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -9160,6 +9537,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -9224,6 +9602,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -9235,6 +9616,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -9244,6 +9627,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -9257,8 +9643,11 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ip: type: string + required: + - ip type: object type: array hostIPC: @@ -9273,6 +9662,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -9284,10 +9674,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -9302,6 +9694,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9340,6 +9733,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9352,12 +9746,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -9368,6 +9766,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -9375,6 +9774,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -9389,6 +9789,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -9406,6 +9807,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -9447,6 +9849,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -9464,6 +9867,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -9506,6 +9910,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -9536,6 +9941,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -9610,6 +10016,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -9640,6 +10047,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -9730,16 +10138,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean - capabilities: + appArmorProfile: properties: - add: - items: - type: string - type: array - drop: - items: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + capabilities: + properties: + add: + items: type: string type: array + x-kubernetes-list-type: atomic + drop: + items: + type: string + type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -9795,6 +10214,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -9825,6 +10245,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -9887,6 +10308,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -9898,6 +10322,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -9907,6 +10333,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -9951,6 +10380,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -9989,6 +10427,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -10001,6 +10440,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -10056,11 +10496,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -10149,6 +10591,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -10158,6 +10601,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -10175,6 +10619,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -10203,7 +10648,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -10218,6 +10665,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -10273,6 +10721,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -10297,6 +10746,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -10356,11 +10806,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -10393,10 +10845,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -10413,6 +10867,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -10493,11 +10948,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -10574,11 +11031,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -10613,7 +11072,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -10659,6 +11120,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -10677,7 +11139,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -10697,6 +11161,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -10728,6 +11193,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -10735,6 +11201,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -10757,6 +11224,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -10795,6 +11263,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -10809,6 +11278,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -11186,6 +11656,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11198,6 +11669,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11215,6 +11687,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11227,6 +11700,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11246,6 +11720,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11288,6 +11763,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -11312,6 +11788,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -11359,6 +11836,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -11437,6 +11916,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -11496,11 +11976,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -11537,6 +12019,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -11547,6 +12030,15 @@ spec: properties: podSecurityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -11585,6 +12077,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -11597,6 +12090,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -11617,16 +12111,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -11685,6 +12190,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -11878,6 +12384,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11890,6 +12397,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11907,6 +12415,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11919,6 +12428,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11938,6 +12448,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11980,6 +12491,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -12004,6 +12516,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -12051,6 +12564,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -12091,11 +12606,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -12107,11 +12624,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -12122,6 +12641,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -12138,11 +12658,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -12154,14 +12676,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -12187,11 +12712,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12221,11 +12748,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12236,6 +12765,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -12249,6 +12779,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -12265,11 +12796,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12299,11 +12832,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12314,12 +12849,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -12341,11 +12878,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12375,11 +12914,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12390,6 +12931,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -12403,6 +12945,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -12419,11 +12962,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12453,11 +12998,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12468,12 +13015,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object automountServiceAccountToken: @@ -12485,10 +13034,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -12503,6 +13054,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12541,6 +13093,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12553,12 +13106,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -12569,6 +13126,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -12576,6 +13134,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -12590,6 +13149,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -12607,6 +13167,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -12648,6 +13209,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -12665,6 +13227,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -12707,6 +13270,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -12737,6 +13301,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -12811,6 +13376,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -12841,6 +13407,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -12931,16 +13498,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -12996,6 +13574,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -13026,6 +13605,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -13088,6 +13668,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -13099,6 +13682,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -13108,6 +13693,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -13120,6 +13708,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -13129,10 +13718,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -13145,10 +13736,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -13163,6 +13756,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13201,6 +13795,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13213,12 +13808,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -13229,6 +13828,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -13236,6 +13836,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -13250,6 +13851,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -13267,6 +13869,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -13308,6 +13911,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -13325,6 +13929,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -13367,6 +13972,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -13397,6 +14003,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -13471,6 +14078,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -13501,6 +14109,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -13591,16 +14200,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -13656,6 +14276,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -13686,6 +14307,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -13750,6 +14372,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -13761,6 +14386,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -13770,6 +14397,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -13783,8 +14413,11 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ip: type: string + required: + - ip type: object type: array hostIPC: @@ -13799,6 +14432,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -13810,10 +14444,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -13828,6 +14464,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13866,6 +14503,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13878,12 +14516,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -13894,6 +14536,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -13901,6 +14544,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -13915,6 +14559,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -13932,6 +14577,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -13973,6 +14619,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -13990,6 +14637,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -14032,6 +14680,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -14062,6 +14711,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -14136,6 +14786,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -14166,6 +14817,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -14256,16 +14908,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -14321,6 +14984,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -14351,6 +15015,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -14413,6 +15078,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -14424,6 +15092,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -14433,6 +15103,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -14477,6 +15150,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -14515,6 +15197,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -14527,6 +15210,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -14582,11 +15266,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -14675,6 +15361,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -14684,6 +15371,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -14701,6 +15389,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -14729,7 +15418,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -14744,6 +15435,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -14799,6 +15491,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -14823,6 +15516,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -14882,11 +15576,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -14919,10 +15615,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -14939,6 +15637,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -15019,11 +15718,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -15100,11 +15801,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -15139,7 +15842,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -15185,6 +15890,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -15203,7 +15909,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -15223,6 +15931,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -15254,6 +15963,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -15261,6 +15971,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -15283,6 +15994,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -15321,6 +16033,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -15335,6 +16048,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -15513,6 +16227,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -15525,6 +16240,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -15542,6 +16258,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -15554,6 +16271,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -15573,6 +16291,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -15615,6 +16334,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -15639,6 +16359,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -15686,6 +16407,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -15746,6 +16469,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -15770,6 +16494,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -15817,6 +16542,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -15829,6 +16556,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -15923,11 +16651,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -15974,11 +16704,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -15990,11 +16722,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -16005,6 +16739,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -16021,11 +16756,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -16037,14 +16774,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -16070,11 +16810,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16104,11 +16846,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16119,6 +16863,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -16132,6 +16877,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -16148,11 +16894,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16182,11 +16930,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16197,12 +16947,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -16224,11 +16976,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16258,11 +17012,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16273,6 +17029,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -16286,6 +17043,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -16302,11 +17060,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16336,11 +17096,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16351,12 +17113,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object automountServiceAccountToken: @@ -16368,10 +17132,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -16386,6 +17152,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -16424,6 +17191,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -16436,12 +17204,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -16452,6 +17224,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -16459,6 +17232,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -16473,6 +17247,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -16490,6 +17265,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -16531,6 +17307,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -16548,6 +17325,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -16590,6 +17368,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -16620,6 +17399,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -16694,6 +17474,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -16724,6 +17505,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -16814,16 +17596,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -16879,6 +17672,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -16909,6 +17703,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -16971,6 +17766,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -16982,6 +17780,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -16991,6 +17791,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -17003,6 +17806,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -17012,10 +17816,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -17028,10 +17834,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -17046,6 +17854,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -17084,6 +17893,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -17096,12 +17906,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -17112,6 +17926,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -17119,6 +17934,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -17133,6 +17949,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -17150,6 +17967,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -17191,6 +18009,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -17208,6 +18027,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -17250,6 +18070,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -17280,6 +18101,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -17354,6 +18176,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -17384,6 +18207,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -17474,16 +18298,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -17539,6 +18374,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -17569,6 +18405,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -17633,6 +18470,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -17644,6 +18484,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -17653,6 +18495,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -17666,8 +18511,11 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ip: type: string + required: + - ip type: object type: array hostIPC: @@ -17682,6 +18530,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -17693,10 +18542,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -17711,6 +18562,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -17749,6 +18601,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -17761,12 +18614,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -17777,6 +18634,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -17784,6 +18642,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -17798,6 +18657,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -17815,6 +18675,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -17856,6 +18717,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -17873,6 +18735,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -17915,6 +18778,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -17945,6 +18809,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -18019,6 +18884,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -18049,6 +18915,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -18139,16 +19006,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -18204,6 +19082,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -18234,6 +19113,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -18296,6 +19176,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -18307,6 +19190,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -18316,6 +19201,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -18360,6 +19248,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -18398,6 +19295,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -18410,6 +19308,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -18465,11 +19364,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -18558,6 +19459,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -18567,6 +19469,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -18584,6 +19487,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -18612,7 +19516,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -18627,6 +19533,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -18682,6 +19589,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -18706,6 +19614,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -18765,11 +19674,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -18802,10 +19713,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -18822,6 +19735,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -18902,11 +19816,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -18983,11 +19899,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -19022,7 +19940,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -19068,6 +19988,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -19086,7 +20007,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -19106,6 +20029,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -19137,6 +20061,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -19144,6 +20069,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -19166,6 +20092,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -19204,6 +20131,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -19218,6 +20146,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -19283,6 +20212,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -19342,11 +20272,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -19391,11 +20323,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string diff --git a/charts/logging-operator/crds/logging.banzaicloud.io_nodeagents.yaml b/charts/logging-operator/crds/logging.banzaicloud.io_nodeagents.yaml index c19b07483..615a3f7cd 100644 --- a/charts/logging-operator/crds/logging.banzaicloud.io_nodeagents.yaml +++ b/charts/logging-operator/crds/logging.banzaicloud.io_nodeagents.yaml @@ -106,6 +106,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -165,11 +166,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -206,6 +209,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -253,11 +257,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -302,11 +308,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -318,11 +326,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -333,6 +343,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -349,11 +360,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -365,14 +378,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -398,11 +414,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -432,11 +450,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -447,6 +467,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -460,6 +481,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -476,11 +498,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -510,11 +534,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -525,12 +551,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -552,11 +580,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -586,11 +616,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -601,6 +633,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -614,6 +647,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -630,11 +664,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -664,11 +700,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -679,12 +717,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object automountServiceAccountToken: @@ -696,10 +736,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -714,6 +756,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -752,6 +795,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -764,12 +808,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -780,6 +828,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -787,6 +836,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -801,6 +851,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -818,6 +869,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -859,6 +911,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -876,6 +929,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -918,6 +972,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -948,6 +1003,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1022,6 +1078,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1052,6 +1109,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1142,16 +1200,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1207,6 +1276,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1237,6 +1307,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1299,6 +1370,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -1310,6 +1384,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1319,6 +1395,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -1331,6 +1410,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -1340,10 +1420,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -1356,10 +1438,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -1374,6 +1458,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1412,6 +1497,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1424,12 +1510,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -1440,6 +1530,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -1447,6 +1538,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -1461,6 +1553,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -1478,6 +1571,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1519,6 +1613,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -1536,6 +1631,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1578,6 +1674,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1608,6 +1705,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1682,6 +1780,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1712,6 +1811,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1802,16 +1902,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1867,6 +1978,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1897,6 +2009,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1961,6 +2074,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -1972,6 +2088,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1981,6 +2099,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -1994,8 +2115,11 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ip: type: string + required: + - ip type: object type: array hostIPC: @@ -2010,6 +2134,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2021,10 +2146,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -2039,6 +2166,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2077,6 +2205,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2089,12 +2218,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -2105,6 +2238,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -2112,6 +2246,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -2126,6 +2261,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -2143,6 +2279,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2184,6 +2321,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -2201,6 +2339,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2243,6 +2382,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2273,6 +2413,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2347,6 +2488,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2377,6 +2519,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2467,16 +2610,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -2532,6 +2686,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2562,6 +2717,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2624,6 +2780,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -2635,6 +2794,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -2644,6 +2805,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -2688,6 +2852,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -2726,6 +2899,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -2738,6 +2912,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -2793,11 +2968,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -2886,6 +3063,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -2895,6 +3073,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2912,6 +3091,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2940,7 +3120,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -2955,6 +3137,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3010,6 +3193,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -3034,6 +3218,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -3093,11 +3278,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3130,10 +3317,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -3150,6 +3339,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3230,11 +3420,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3311,11 +3503,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3350,7 +3544,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -3396,6 +3592,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -3414,7 +3611,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -3434,6 +3633,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -3465,6 +3665,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -3472,6 +3673,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3494,6 +3696,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3532,6 +3735,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -3546,6 +3750,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3923,6 +4128,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3935,6 +4141,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3952,6 +4159,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3964,6 +4172,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3983,6 +4192,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4025,6 +4235,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -4049,6 +4260,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -4096,6 +4308,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -4174,6 +4388,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -4233,11 +4448,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4274,6 +4491,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -4284,6 +4502,15 @@ spec: properties: podSecurityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -4322,6 +4549,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -4334,6 +4562,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -4354,16 +4583,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -4422,6 +4662,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic diff --git a/charts/logging-operator/crds/logging.banzaicloud.io_outputs.yaml b/charts/logging-operator/crds/logging.banzaicloud.io_outputs.yaml index 46e8425bd..222995229 100644 --- a/charts/logging-operator/crds/logging.banzaicloud.io_outputs.yaml +++ b/charts/logging-operator/crds/logging.banzaicloud.io_outputs.yaml @@ -48,6 +48,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -65,6 +66,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -156,6 +158,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -173,6 +176,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -191,6 +195,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -208,6 +213,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -226,6 +232,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -243,6 +250,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -261,6 +269,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -278,6 +287,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -324,6 +334,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -341,6 +352,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -359,6 +371,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -376,6 +389,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -394,6 +408,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -411,6 +426,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -429,6 +445,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -446,6 +463,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -464,6 +482,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -481,6 +500,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -501,6 +521,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -518,6 +539,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -536,6 +558,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -553,6 +576,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -645,6 +669,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -662,6 +687,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -736,6 +762,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -753,6 +780,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -816,6 +844,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -833,6 +862,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -851,6 +881,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -868,6 +899,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -886,6 +918,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -903,6 +936,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1006,6 +1040,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1023,6 +1058,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1041,6 +1077,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1058,6 +1095,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1231,6 +1269,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1248,6 +1287,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1380,6 +1420,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1397,6 +1438,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1488,6 +1530,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1505,6 +1548,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1523,6 +1567,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1540,6 +1585,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1558,6 +1604,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1575,6 +1622,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1593,6 +1641,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1610,6 +1659,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1706,6 +1756,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1723,6 +1774,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1797,6 +1849,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1814,6 +1867,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2094,6 +2148,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2111,6 +2166,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2131,6 +2187,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2148,6 +2205,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2168,6 +2226,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2185,6 +2244,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2217,6 +2277,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2234,6 +2295,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2258,6 +2320,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2275,6 +2338,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2293,6 +2357,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2310,6 +2375,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2328,6 +2394,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2345,6 +2412,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2457,6 +2525,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2474,6 +2543,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2638,6 +2708,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2655,6 +2726,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2673,6 +2745,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2690,6 +2763,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2826,6 +2900,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2843,6 +2918,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2863,6 +2939,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2880,6 +2957,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2898,6 +2976,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2915,6 +2994,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2933,6 +3013,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2950,6 +3031,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3099,6 +3181,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3116,6 +3199,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3142,6 +3226,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3159,6 +3244,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3187,6 +3273,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3204,6 +3291,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3224,6 +3312,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3241,6 +3330,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3259,6 +3349,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3276,6 +3367,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3294,6 +3386,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3311,6 +3404,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3335,6 +3429,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3352,6 +3447,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3394,6 +3490,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3411,6 +3508,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3429,6 +3527,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3446,6 +3545,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3464,6 +3564,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3481,6 +3582,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3783,6 +3885,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3800,6 +3903,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3909,6 +4013,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3926,6 +4031,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3944,6 +4050,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3961,6 +4068,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3993,6 +4101,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4010,6 +4119,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4034,6 +4144,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4051,6 +4162,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4079,6 +4191,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4096,6 +4209,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4117,6 +4231,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4134,6 +4249,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4240,6 +4356,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4257,6 +4374,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4353,6 +4471,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4370,6 +4489,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4390,6 +4510,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4407,6 +4528,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4425,6 +4547,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4442,6 +4565,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4460,6 +4584,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4477,6 +4602,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4515,6 +4641,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4532,6 +4659,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4550,6 +4678,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4567,6 +4696,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4585,6 +4715,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4602,6 +4733,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4620,6 +4752,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4637,6 +4770,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4655,6 +4789,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4672,6 +4807,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4692,6 +4828,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4709,6 +4846,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4727,6 +4865,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4744,6 +4883,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4817,6 +4957,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4834,6 +4975,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4902,6 +5044,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4919,6 +5062,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4976,6 +5120,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4993,6 +5138,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5011,6 +5157,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5028,6 +5175,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5270,6 +5418,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5287,6 +5436,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5345,6 +5495,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5362,6 +5513,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5380,6 +5532,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5397,6 +5550,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5678,6 +5832,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5695,6 +5850,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5713,6 +5869,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5730,6 +5887,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5748,6 +5906,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5765,6 +5924,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5783,6 +5943,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5800,6 +5961,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5847,6 +6009,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5864,6 +6027,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5928,6 +6092,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5945,6 +6110,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5963,6 +6129,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5980,6 +6147,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6175,6 +6343,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6192,6 +6361,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6313,6 +6483,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6330,6 +6501,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6385,6 +6557,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6402,6 +6575,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6420,6 +6594,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6437,6 +6612,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6459,6 +6635,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6476,6 +6653,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6541,6 +6719,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6558,6 +6737,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6649,6 +6829,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6666,6 +6847,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6684,6 +6866,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6701,6 +6884,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6719,6 +6903,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6736,6 +6921,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6754,6 +6940,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6771,6 +6958,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6817,6 +7005,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6834,6 +7023,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6852,6 +7042,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6869,6 +7060,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6887,6 +7079,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6904,6 +7097,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6922,6 +7116,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6939,6 +7134,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6957,6 +7153,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6974,6 +7171,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6994,6 +7192,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7011,6 +7210,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7029,6 +7229,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7046,6 +7247,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7138,6 +7340,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7155,6 +7358,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7229,6 +7433,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7246,6 +7451,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7309,6 +7515,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7326,6 +7533,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7344,6 +7552,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7361,6 +7570,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7379,6 +7589,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7396,6 +7607,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7499,6 +7711,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7516,6 +7729,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7534,6 +7748,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7551,6 +7766,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7724,6 +7940,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7741,6 +7958,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7873,6 +8091,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7890,6 +8109,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7981,6 +8201,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7998,6 +8219,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8016,6 +8238,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8033,6 +8256,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8051,6 +8275,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8068,6 +8293,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8086,6 +8312,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8103,6 +8330,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8199,6 +8427,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8216,6 +8445,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8290,6 +8520,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8307,6 +8538,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8587,6 +8819,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8604,6 +8837,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8624,6 +8858,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8641,6 +8876,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8661,6 +8897,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8678,6 +8915,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8710,6 +8948,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8727,6 +8966,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8751,6 +8991,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8768,6 +9009,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8786,6 +9028,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8803,6 +9046,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8821,6 +9065,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8838,6 +9083,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8950,6 +9196,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8967,6 +9214,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9131,6 +9379,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9148,6 +9397,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9166,6 +9416,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9183,6 +9434,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9319,6 +9571,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9336,6 +9589,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9356,6 +9610,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9373,6 +9628,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9391,6 +9647,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9408,6 +9665,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9426,6 +9684,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9443,6 +9702,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9592,6 +9852,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9609,6 +9870,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9635,6 +9897,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9652,6 +9915,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9680,6 +9944,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9697,6 +9962,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9717,6 +9983,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9734,6 +10001,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9752,6 +10020,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9769,6 +10038,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9787,6 +10057,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9804,6 +10075,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9828,6 +10100,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9845,6 +10118,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9889,6 +10163,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9906,6 +10181,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9924,6 +10200,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9941,6 +10218,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9959,6 +10237,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9976,6 +10255,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10124,6 +10404,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10141,6 +10422,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10159,6 +10441,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10176,6 +10459,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10194,6 +10478,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10211,6 +10496,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10513,6 +10799,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10530,6 +10817,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10639,6 +10927,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10656,6 +10945,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10674,6 +10964,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10691,6 +10982,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10723,6 +11015,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10740,6 +11033,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10764,6 +11058,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10781,6 +11076,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10809,6 +11105,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10826,6 +11123,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10847,6 +11145,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10864,6 +11163,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10892,6 +11192,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10909,6 +11210,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10932,6 +11234,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10949,6 +11252,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11055,6 +11359,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11072,6 +11377,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11168,6 +11474,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11185,6 +11492,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11205,6 +11513,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11222,6 +11531,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11240,6 +11550,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11257,6 +11568,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11275,6 +11587,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11292,6 +11605,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11330,6 +11644,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11347,6 +11662,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11365,6 +11681,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11382,6 +11699,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11400,6 +11718,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11417,6 +11736,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11435,6 +11755,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11452,6 +11773,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11470,6 +11792,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11487,6 +11810,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11507,6 +11831,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11524,6 +11849,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11542,6 +11868,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11559,6 +11886,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11632,6 +11960,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11649,6 +11978,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11717,6 +12047,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11734,6 +12065,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11791,6 +12123,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11808,6 +12141,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11826,6 +12160,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11843,6 +12178,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12085,6 +12421,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12102,6 +12439,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12160,6 +12498,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12177,6 +12516,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12195,6 +12535,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12212,6 +12553,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12493,6 +12835,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12510,6 +12853,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12528,6 +12872,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12545,6 +12890,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12563,6 +12909,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12580,6 +12927,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12598,6 +12946,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12615,6 +12964,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12662,6 +13012,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12679,6 +13030,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12743,6 +13095,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12760,6 +13113,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12778,6 +13132,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12795,6 +13150,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12990,6 +13346,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13007,6 +13364,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13128,6 +13486,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13145,6 +13504,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13200,6 +13560,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13217,6 +13578,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13235,6 +13597,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13252,6 +13615,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13274,6 +13638,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13291,6 +13656,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13394,6 +13760,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13411,6 +13778,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13451,6 +13819,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13468,6 +13837,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13513,6 +13883,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13530,6 +13901,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13641,6 +14013,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13658,6 +14031,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean diff --git a/charts/logging-operator/crds/logging.banzaicloud.io_syslogngclusteroutputs.yaml b/charts/logging-operator/crds/logging.banzaicloud.io_syslogngclusteroutputs.yaml index c19c10c3a..722785390 100644 --- a/charts/logging-operator/crds/logging.banzaicloud.io_syslogngclusteroutputs.yaml +++ b/charts/logging-operator/crds/logging.banzaicloud.io_syslogngclusteroutputs.yaml @@ -104,6 +104,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -121,6 +122,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -155,6 +157,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -172,6 +175,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -190,6 +194,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -207,6 +212,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -225,6 +231,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -242,6 +249,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -262,6 +270,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -279,6 +288,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -417,6 +427,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -434,6 +445,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -466,6 +478,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -483,6 +496,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -501,6 +515,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -518,6 +533,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -536,6 +552,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -553,6 +570,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -573,6 +591,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -590,6 +609,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -685,6 +705,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -702,6 +723,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -720,6 +742,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -737,6 +760,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -755,6 +779,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -772,6 +797,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -792,6 +818,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -809,6 +836,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -841,6 +869,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -858,6 +887,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -929,6 +959,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -946,6 +977,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -964,6 +996,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -981,6 +1014,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1017,6 +1051,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1034,6 +1069,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1052,6 +1088,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1069,6 +1106,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1087,6 +1125,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1104,6 +1143,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1227,6 +1267,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1244,6 +1285,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1345,6 +1387,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1362,6 +1405,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1400,6 +1444,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1417,6 +1462,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1435,6 +1481,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1452,6 +1499,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1470,6 +1518,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1487,6 +1536,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1507,6 +1557,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1524,6 +1575,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1567,6 +1619,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1584,6 +1637,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1662,6 +1716,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1679,6 +1734,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1749,6 +1805,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1766,6 +1823,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1867,6 +1925,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1884,6 +1943,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1922,6 +1982,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1939,6 +2000,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1957,6 +2019,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1974,6 +2037,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1992,6 +2056,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2009,6 +2074,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2029,6 +2095,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2046,6 +2113,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2078,6 +2146,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2095,6 +2164,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2132,6 +2202,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2149,6 +2220,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2203,6 +2275,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2220,6 +2293,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2238,6 +2312,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2255,6 +2330,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2273,6 +2349,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2290,6 +2367,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2310,6 +2388,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2327,6 +2406,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2359,6 +2439,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2376,6 +2457,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2431,6 +2513,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2448,6 +2531,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2466,6 +2550,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2483,6 +2568,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2501,6 +2587,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2518,6 +2605,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2538,6 +2626,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2555,6 +2644,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2640,6 +2730,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2657,6 +2748,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2675,6 +2767,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2692,6 +2785,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2710,6 +2804,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2727,6 +2822,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2747,6 +2843,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2764,6 +2861,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean diff --git a/charts/logging-operator/crds/logging.banzaicloud.io_syslogngconfigs.yaml b/charts/logging-operator/crds/logging.banzaicloud.io_syslogngconfigs.yaml index 036fd490c..879463dd4 100644 --- a/charts/logging-operator/crds/logging.banzaicloud.io_syslogngconfigs.yaml +++ b/charts/logging-operator/crds/logging.banzaicloud.io_syslogngconfigs.yaml @@ -158,6 +158,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -170,6 +171,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -187,6 +189,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -199,6 +202,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -218,6 +222,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -260,6 +265,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -284,6 +290,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -331,6 +338,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -371,11 +380,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -387,11 +398,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -402,6 +415,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -418,11 +432,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -434,14 +450,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -467,11 +486,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -501,11 +522,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -516,6 +539,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -529,6 +553,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -545,11 +570,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -579,11 +606,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -594,12 +623,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -621,11 +652,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -655,11 +688,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -670,6 +705,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -683,6 +719,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -699,11 +736,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -733,11 +772,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -748,12 +789,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object automountServiceAccountToken: @@ -765,10 +808,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -783,6 +828,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -821,6 +867,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -833,12 +880,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -849,6 +900,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -856,6 +908,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -870,6 +923,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -887,6 +941,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -928,6 +983,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -945,6 +1001,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -987,6 +1044,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1017,6 +1075,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1091,6 +1150,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1121,6 +1181,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1211,16 +1272,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1276,6 +1348,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1306,6 +1379,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1368,6 +1442,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -1379,6 +1456,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1388,6 +1467,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -1400,6 +1482,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -1409,10 +1492,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -1425,10 +1510,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -1443,6 +1530,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1481,6 +1569,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1493,12 +1582,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -1509,6 +1602,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -1516,6 +1610,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -1530,6 +1625,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -1547,6 +1643,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1588,6 +1685,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -1605,6 +1703,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1647,6 +1746,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1677,6 +1777,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1751,6 +1852,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1781,6 +1883,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1871,16 +1974,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1936,6 +2050,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1966,6 +2081,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2030,6 +2146,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -2041,6 +2160,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -2050,6 +2171,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -2063,8 +2187,11 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ip: type: string + required: + - ip type: object type: array hostIPC: @@ -2079,6 +2206,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2090,10 +2218,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -2108,6 +2238,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2146,6 +2277,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2158,12 +2290,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -2174,6 +2310,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -2181,6 +2318,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -2195,6 +2333,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -2212,6 +2351,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2253,6 +2393,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -2270,6 +2411,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2312,6 +2454,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2342,6 +2485,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2416,6 +2560,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2446,6 +2591,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2536,16 +2682,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -2601,6 +2758,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2631,6 +2789,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2693,6 +2852,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -2704,6 +2866,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -2713,6 +2877,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -2757,6 +2924,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -2795,6 +2971,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -2807,6 +2984,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -2862,11 +3040,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -2955,6 +3135,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -2964,6 +3145,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2981,6 +3163,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3009,7 +3192,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -3024,6 +3209,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3079,6 +3265,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -3103,6 +3290,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -3162,11 +3350,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3199,10 +3389,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -3219,6 +3411,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3299,11 +3492,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3380,11 +3575,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3419,7 +3616,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -3465,6 +3664,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -3483,7 +3683,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -3503,6 +3705,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -3534,6 +3737,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -3541,6 +3745,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3563,6 +3768,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3601,6 +3807,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -3615,6 +3822,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3793,6 +4001,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3805,6 +4014,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3822,6 +4032,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3834,6 +4045,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3853,6 +4065,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3895,6 +4108,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -3919,6 +4133,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -3966,6 +4181,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -4026,6 +4243,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -4050,6 +4268,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -4097,6 +4316,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -4109,6 +4330,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -4203,11 +4425,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4254,11 +4478,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -4270,11 +4496,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -4285,6 +4513,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -4301,11 +4530,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -4317,14 +4548,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -4350,11 +4584,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4384,11 +4620,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4399,6 +4637,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -4412,6 +4651,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -4428,11 +4668,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4462,11 +4704,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4477,12 +4721,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -4504,11 +4750,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4538,11 +4786,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4553,6 +4803,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -4566,6 +4817,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -4582,11 +4834,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4616,11 +4870,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4631,12 +4887,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object automountServiceAccountToken: @@ -4648,10 +4906,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -4666,6 +4926,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4704,6 +4965,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4716,12 +4978,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -4732,6 +4998,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -4739,6 +5006,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -4753,6 +5021,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -4770,6 +5039,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -4811,6 +5081,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -4828,6 +5099,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -4870,6 +5142,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -4900,6 +5173,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -4974,6 +5248,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5004,6 +5279,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5094,16 +5370,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -5159,6 +5446,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5189,6 +5477,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5251,6 +5540,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -5262,6 +5554,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -5271,6 +5565,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -5283,6 +5580,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -5292,10 +5590,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -5308,10 +5608,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -5326,6 +5628,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5364,6 +5667,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5376,12 +5680,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -5392,6 +5700,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -5399,6 +5708,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -5413,6 +5723,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -5430,6 +5741,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5471,6 +5783,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -5488,6 +5801,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5530,6 +5844,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5560,6 +5875,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5634,6 +5950,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5664,6 +5981,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5754,16 +6072,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -5819,6 +6148,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5849,6 +6179,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5913,6 +6244,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -5924,6 +6258,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -5933,6 +6269,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -5946,8 +6285,11 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ip: type: string + required: + - ip type: object type: array hostIPC: @@ -5962,6 +6304,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -5973,10 +6316,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -5991,6 +6336,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6029,6 +6375,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6041,12 +6388,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -6057,6 +6408,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -6064,6 +6416,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -6078,6 +6431,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -6095,6 +6449,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -6136,6 +6491,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -6153,6 +6509,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -6195,6 +6552,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -6225,6 +6583,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -6299,6 +6658,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -6329,6 +6689,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -6419,16 +6780,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -6484,6 +6856,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -6514,6 +6887,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -6576,6 +6950,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -6587,6 +6964,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -6596,6 +6975,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -6640,6 +7022,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -6678,6 +7069,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -6690,6 +7082,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -6745,11 +7138,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -6838,6 +7233,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -6847,6 +7243,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -6864,6 +7261,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -6892,7 +7290,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -6907,6 +7307,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -6962,6 +7363,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -6986,6 +7388,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -7045,11 +7448,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7082,10 +7487,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -7102,6 +7509,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -7182,11 +7590,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -7263,11 +7673,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7302,7 +7714,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -7348,6 +7762,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -7366,7 +7781,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -7386,6 +7803,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -7417,6 +7835,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -7424,6 +7843,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -7446,6 +7866,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -7484,6 +7905,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -7498,6 +7920,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -7563,6 +7986,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -7622,11 +8046,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string diff --git a/charts/logging-operator/crds/logging.banzaicloud.io_syslogngoutputs.yaml b/charts/logging-operator/crds/logging.banzaicloud.io_syslogngoutputs.yaml index 1edbd4be5..09b75d417 100644 --- a/charts/logging-operator/crds/logging.banzaicloud.io_syslogngoutputs.yaml +++ b/charts/logging-operator/crds/logging.banzaicloud.io_syslogngoutputs.yaml @@ -104,6 +104,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -121,6 +122,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -155,6 +157,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -172,6 +175,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -190,6 +194,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -207,6 +212,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -225,6 +231,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -242,6 +249,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -262,6 +270,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -279,6 +288,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -413,6 +423,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -430,6 +441,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -462,6 +474,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -479,6 +492,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -497,6 +511,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -514,6 +529,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -532,6 +548,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -549,6 +566,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -569,6 +587,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -586,6 +605,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -681,6 +701,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -698,6 +719,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -716,6 +738,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -733,6 +756,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -751,6 +775,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -768,6 +793,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -788,6 +814,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -805,6 +832,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -837,6 +865,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -854,6 +883,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -925,6 +955,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -942,6 +973,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -960,6 +992,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -977,6 +1010,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1013,6 +1047,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1030,6 +1065,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1048,6 +1084,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1065,6 +1102,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1083,6 +1121,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1100,6 +1139,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1223,6 +1263,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1240,6 +1281,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1341,6 +1383,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1358,6 +1401,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1396,6 +1440,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1413,6 +1458,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1431,6 +1477,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1448,6 +1495,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1466,6 +1514,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1483,6 +1532,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1503,6 +1553,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1520,6 +1571,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1563,6 +1615,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1580,6 +1633,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1658,6 +1712,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1675,6 +1730,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1745,6 +1801,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1762,6 +1819,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1863,6 +1921,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1880,6 +1939,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1918,6 +1978,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1935,6 +1996,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1953,6 +2015,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1970,6 +2033,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1988,6 +2052,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2005,6 +2070,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2025,6 +2091,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2042,6 +2109,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2074,6 +2142,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2091,6 +2160,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2128,6 +2198,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2145,6 +2216,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2199,6 +2271,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2216,6 +2289,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2234,6 +2308,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2251,6 +2326,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2269,6 +2345,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2286,6 +2363,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2306,6 +2384,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2323,6 +2402,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2355,6 +2435,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2372,6 +2453,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2427,6 +2509,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2444,6 +2527,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2462,6 +2546,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2479,6 +2564,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2497,6 +2583,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2514,6 +2601,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2534,6 +2622,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2551,6 +2640,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2636,6 +2726,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2653,6 +2744,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2671,6 +2763,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2688,6 +2781,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2706,6 +2800,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2723,6 +2818,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2743,6 +2839,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2760,6 +2857,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean diff --git a/config/crd/bases/logging-extensions.banzaicloud.io_eventtailers.yaml b/config/crd/bases/logging-extensions.banzaicloud.io_eventtailers.yaml index 4869278ad..85260bbcc 100644 --- a/config/crd/bases/logging-extensions.banzaicloud.io_eventtailers.yaml +++ b/config/crd/bases/logging-extensions.banzaicloud.io_eventtailers.yaml @@ -42,6 +42,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -72,6 +73,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -124,6 +126,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -154,6 +157,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -229,16 +233,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -297,6 +312,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -315,6 +332,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -374,6 +392,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -433,11 +452,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -474,6 +495,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -513,11 +535,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -529,11 +553,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -544,6 +570,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -560,11 +587,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -576,14 +605,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -609,11 +641,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -643,11 +677,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -658,6 +694,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -671,6 +708,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -687,11 +725,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -721,11 +761,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -736,12 +778,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -763,11 +807,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -797,11 +843,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -812,6 +860,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -825,6 +874,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -841,11 +891,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -875,11 +927,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -890,12 +944,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object containers: @@ -915,6 +971,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -945,6 +1002,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -997,6 +1055,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1027,6 +1086,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1102,16 +1162,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1170,6 +1241,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1185,6 +1258,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1206,6 +1280,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1236,6 +1311,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1288,6 +1364,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1318,6 +1395,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1393,16 +1471,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1461,6 +1550,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1480,6 +1571,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -1518,6 +1618,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -1530,6 +1631,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -1613,6 +1715,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -1622,6 +1725,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1639,6 +1743,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1667,7 +1772,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -1682,6 +1789,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1737,6 +1845,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -1761,6 +1870,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -1820,11 +1930,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1857,10 +1969,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -1877,6 +1991,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1957,11 +2072,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2038,11 +2155,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -2077,7 +2196,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -2123,6 +2244,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -2141,7 +2263,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -2161,6 +2285,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -2192,6 +2317,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -2199,6 +2325,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2221,6 +2348,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2259,6 +2387,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -2273,6 +2402,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic diff --git a/config/crd/bases/logging-extensions.banzaicloud.io_hosttailers.yaml b/config/crd/bases/logging-extensions.banzaicloud.io_hosttailers.yaml index 1c4122b32..d49355f12 100644 --- a/config/crd/bases/logging-extensions.banzaicloud.io_hosttailers.yaml +++ b/config/crd/bases/logging-extensions.banzaicloud.io_hosttailers.yaml @@ -51,6 +51,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -81,6 +82,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -133,6 +135,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -163,6 +166,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -238,16 +242,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -306,6 +321,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -324,6 +341,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -353,6 +371,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -383,6 +402,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -413,6 +433,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -465,6 +486,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -495,6 +517,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -570,16 +593,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -638,6 +672,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -656,6 +692,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -712,11 +749,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -728,11 +767,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -743,6 +784,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -759,11 +801,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -775,14 +819,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -808,11 +855,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -842,11 +891,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -857,6 +908,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -870,6 +922,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -886,11 +939,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -920,11 +975,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -935,12 +992,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -962,11 +1021,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -996,11 +1057,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1011,6 +1074,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -1024,6 +1088,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -1040,11 +1105,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1074,11 +1141,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1089,12 +1158,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object containers: @@ -1114,6 +1185,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1144,6 +1216,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1196,6 +1269,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1226,6 +1300,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1301,16 +1376,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1369,6 +1455,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1384,6 +1472,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1405,6 +1494,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1435,6 +1525,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1487,6 +1578,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1517,6 +1609,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1592,16 +1685,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1660,6 +1764,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1679,6 +1785,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -1717,6 +1832,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -1729,6 +1845,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -1812,6 +1929,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -1821,6 +1939,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1838,6 +1957,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1866,7 +1986,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -1881,6 +2003,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1936,6 +2059,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -1960,6 +2084,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -2019,11 +2144,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -2056,10 +2183,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -2076,6 +2205,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2156,11 +2286,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2237,11 +2369,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -2276,7 +2410,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -2322,6 +2458,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -2340,7 +2477,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -2360,6 +2499,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -2391,6 +2531,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -2398,6 +2539,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2420,6 +2562,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2458,6 +2601,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -2472,6 +2616,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic diff --git a/config/crd/bases/logging.banzaicloud.io_clusterflows.yaml b/config/crd/bases/logging.banzaicloud.io_clusterflows.yaml index e8ebf537e..965d20152 100644 --- a/config/crd/bases/logging.banzaicloud.io_clusterflows.yaml +++ b/config/crd/bases/logging.banzaicloud.io_clusterflows.yaml @@ -147,6 +147,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -164,6 +165,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -190,6 +192,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -207,6 +210,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -225,6 +229,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -242,6 +247,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -408,6 +414,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -425,6 +432,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -501,6 +509,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -518,6 +527,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -611,6 +621,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -628,6 +639,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -704,6 +716,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -721,6 +734,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1199,6 +1213,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1216,6 +1231,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1242,6 +1258,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1259,6 +1276,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1277,6 +1295,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1294,6 +1313,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1460,6 +1480,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1477,6 +1498,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1553,6 +1575,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1570,6 +1593,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1663,6 +1687,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1680,6 +1705,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1756,6 +1782,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1773,6 +1800,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean diff --git a/config/crd/bases/logging.banzaicloud.io_clusteroutputs.yaml b/config/crd/bases/logging.banzaicloud.io_clusteroutputs.yaml index 604fd7025..4a5f05e03 100644 --- a/config/crd/bases/logging.banzaicloud.io_clusteroutputs.yaml +++ b/config/crd/bases/logging.banzaicloud.io_clusteroutputs.yaml @@ -48,6 +48,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -65,6 +66,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -156,6 +158,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -173,6 +176,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -191,6 +195,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -208,6 +213,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -226,6 +232,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -243,6 +250,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -261,6 +269,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -278,6 +287,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -324,6 +334,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -341,6 +352,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -359,6 +371,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -376,6 +389,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -394,6 +408,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -411,6 +426,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -429,6 +445,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -446,6 +463,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -464,6 +482,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -481,6 +500,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -501,6 +521,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -518,6 +539,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -536,6 +558,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -553,6 +576,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -645,6 +669,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -662,6 +687,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -736,6 +762,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -753,6 +780,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -816,6 +844,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -833,6 +862,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -851,6 +881,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -868,6 +899,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -886,6 +918,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -903,6 +936,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1006,6 +1040,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1023,6 +1058,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1041,6 +1077,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1058,6 +1095,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1231,6 +1269,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1248,6 +1287,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1380,6 +1420,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1397,6 +1438,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1488,6 +1530,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1505,6 +1548,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1523,6 +1567,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1540,6 +1585,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1558,6 +1604,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1575,6 +1622,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1593,6 +1641,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1610,6 +1659,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1706,6 +1756,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1723,6 +1774,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1797,6 +1849,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1814,6 +1867,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2098,6 +2152,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2115,6 +2170,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2135,6 +2191,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2152,6 +2209,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2172,6 +2230,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2189,6 +2248,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2221,6 +2281,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2238,6 +2299,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2262,6 +2324,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2279,6 +2342,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2297,6 +2361,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2314,6 +2379,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2332,6 +2398,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2349,6 +2416,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2461,6 +2529,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2478,6 +2547,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2642,6 +2712,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2659,6 +2730,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2677,6 +2749,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2694,6 +2767,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2830,6 +2904,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2847,6 +2922,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2867,6 +2943,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2884,6 +2961,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2902,6 +2980,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2919,6 +2998,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2937,6 +3017,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2954,6 +3035,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3103,6 +3185,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3120,6 +3203,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3146,6 +3230,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3163,6 +3248,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3191,6 +3277,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3208,6 +3295,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3228,6 +3316,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3245,6 +3334,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3263,6 +3353,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3280,6 +3371,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3298,6 +3390,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3315,6 +3408,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3339,6 +3433,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3356,6 +3451,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3400,6 +3496,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3417,6 +3514,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3435,6 +3533,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3452,6 +3551,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3470,6 +3570,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3487,6 +3588,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3635,6 +3737,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3652,6 +3755,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3670,6 +3774,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3687,6 +3792,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3705,6 +3811,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3722,6 +3829,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4024,6 +4132,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4041,6 +4150,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4150,6 +4260,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4167,6 +4278,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4185,6 +4297,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4202,6 +4315,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4234,6 +4348,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4251,6 +4366,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4275,6 +4391,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4292,6 +4409,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4320,6 +4438,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4337,6 +4456,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4358,6 +4478,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4375,6 +4496,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4403,6 +4525,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4420,6 +4543,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4443,6 +4567,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4460,6 +4585,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4566,6 +4692,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4583,6 +4710,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4679,6 +4807,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4696,6 +4825,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4716,6 +4846,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4733,6 +4864,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4751,6 +4883,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4768,6 +4901,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4786,6 +4920,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4803,6 +4938,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4841,6 +4977,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4858,6 +4995,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4876,6 +5014,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4893,6 +5032,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4911,6 +5051,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4928,6 +5069,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4946,6 +5088,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4963,6 +5106,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4981,6 +5125,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4998,6 +5143,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5018,6 +5164,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5035,6 +5182,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5053,6 +5201,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5070,6 +5219,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5143,6 +5293,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5160,6 +5311,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5228,6 +5380,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5245,6 +5398,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5302,6 +5456,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5319,6 +5474,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5337,6 +5493,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5354,6 +5511,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5598,6 +5756,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5615,6 +5774,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5673,6 +5833,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5690,6 +5851,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5708,6 +5870,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5725,6 +5888,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6006,6 +6170,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6023,6 +6188,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6041,6 +6207,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6058,6 +6225,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6076,6 +6244,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6093,6 +6262,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6111,6 +6281,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6128,6 +6299,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6175,6 +6347,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6192,6 +6365,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6256,6 +6430,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6273,6 +6448,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6291,6 +6467,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6308,6 +6485,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6503,6 +6681,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6520,6 +6699,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6641,6 +6821,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6658,6 +6839,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6713,6 +6895,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6730,6 +6913,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6748,6 +6932,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6765,6 +6950,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6787,6 +6973,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6804,6 +6991,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6907,6 +7095,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6924,6 +7113,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6964,6 +7154,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6981,6 +7172,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7026,6 +7218,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7043,6 +7236,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7154,6 +7348,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7171,6 +7366,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7249,6 +7445,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7266,6 +7463,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7357,6 +7555,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7374,6 +7573,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7392,6 +7592,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7409,6 +7610,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7427,6 +7629,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7444,6 +7647,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7462,6 +7666,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7479,6 +7684,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7525,6 +7731,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7542,6 +7749,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7560,6 +7768,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7577,6 +7786,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7595,6 +7805,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7612,6 +7823,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7630,6 +7842,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7647,6 +7860,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7665,6 +7879,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7682,6 +7897,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7702,6 +7918,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7719,6 +7936,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7737,6 +7955,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7754,6 +7973,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7846,6 +8066,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7863,6 +8084,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7937,6 +8159,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7954,6 +8177,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8017,6 +8241,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8034,6 +8259,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8052,6 +8278,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8069,6 +8296,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8087,6 +8315,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8104,6 +8333,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8207,6 +8437,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8224,6 +8455,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8242,6 +8474,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8259,6 +8492,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8432,6 +8666,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8449,6 +8684,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8581,6 +8817,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8598,6 +8835,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8689,6 +8927,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8706,6 +8945,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8724,6 +8964,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8741,6 +8982,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8759,6 +9001,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8776,6 +9019,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8794,6 +9038,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8811,6 +9056,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8907,6 +9153,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8924,6 +9171,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8998,6 +9246,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9015,6 +9264,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9299,6 +9549,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9316,6 +9567,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9336,6 +9588,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9353,6 +9606,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9373,6 +9627,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9390,6 +9645,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9422,6 +9678,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9439,6 +9696,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9463,6 +9721,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9480,6 +9739,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9498,6 +9758,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9515,6 +9776,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9533,6 +9795,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9550,6 +9813,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9662,6 +9926,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9679,6 +9944,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9843,6 +10109,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9860,6 +10127,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9878,6 +10146,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9895,6 +10164,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10031,6 +10301,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10048,6 +10319,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10068,6 +10340,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10085,6 +10358,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10103,6 +10377,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10120,6 +10395,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10138,6 +10414,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10155,6 +10432,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10304,6 +10582,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10321,6 +10600,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10347,6 +10627,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10364,6 +10645,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10392,6 +10674,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10409,6 +10692,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10429,6 +10713,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10446,6 +10731,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10464,6 +10750,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10481,6 +10768,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10499,6 +10787,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10516,6 +10805,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10540,6 +10830,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10557,6 +10848,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10601,6 +10893,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10618,6 +10911,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10636,6 +10930,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10653,6 +10948,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10671,6 +10967,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10688,6 +10985,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10836,6 +11134,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10853,6 +11152,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10871,6 +11171,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10888,6 +11189,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10906,6 +11208,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10923,6 +11226,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11225,6 +11529,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11242,6 +11547,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11351,6 +11657,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11368,6 +11675,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11386,6 +11694,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11403,6 +11712,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11435,6 +11745,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11452,6 +11763,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11476,6 +11788,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11493,6 +11806,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11521,6 +11835,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11538,6 +11853,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11559,6 +11875,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11576,6 +11893,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11604,6 +11922,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11621,6 +11940,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11644,6 +11964,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11661,6 +11982,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11767,6 +12089,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11784,6 +12107,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11880,6 +12204,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11897,6 +12222,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11917,6 +12243,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11934,6 +12261,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11952,6 +12280,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11969,6 +12298,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11987,6 +12317,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12004,6 +12335,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12042,6 +12374,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12059,6 +12392,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12077,6 +12411,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12094,6 +12429,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12112,6 +12448,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12129,6 +12466,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12147,6 +12485,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12164,6 +12503,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12182,6 +12522,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12199,6 +12540,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12219,6 +12561,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12236,6 +12579,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12254,6 +12598,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12271,6 +12616,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12344,6 +12690,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12361,6 +12708,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12429,6 +12777,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12446,6 +12795,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12503,6 +12853,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12520,6 +12871,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12538,6 +12890,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12555,6 +12908,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12799,6 +13153,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12816,6 +13171,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12874,6 +13230,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12891,6 +13248,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12909,6 +13267,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12926,6 +13285,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13207,6 +13567,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13224,6 +13585,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13242,6 +13604,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13259,6 +13622,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13277,6 +13641,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13294,6 +13659,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13312,6 +13678,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13329,6 +13696,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13376,6 +13744,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13393,6 +13762,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13457,6 +13827,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13474,6 +13845,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13492,6 +13864,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13509,6 +13882,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13704,6 +14078,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13721,6 +14096,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13842,6 +14218,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13859,6 +14236,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13914,6 +14292,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13931,6 +14310,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13949,6 +14329,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13966,6 +14347,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13988,6 +14370,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14005,6 +14388,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14108,6 +14492,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14125,6 +14510,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14165,6 +14551,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14182,6 +14569,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14227,6 +14615,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14244,6 +14633,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14355,6 +14745,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -14372,6 +14763,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean diff --git a/config/crd/bases/logging.banzaicloud.io_flows.yaml b/config/crd/bases/logging.banzaicloud.io_flows.yaml index 49e10dc7f..9ea704851 100644 --- a/config/crd/bases/logging.banzaicloud.io_flows.yaml +++ b/config/crd/bases/logging.banzaicloud.io_flows.yaml @@ -147,6 +147,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -164,6 +165,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -190,6 +192,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -207,6 +210,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -225,6 +229,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -242,6 +247,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -408,6 +414,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -425,6 +432,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -501,6 +509,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -518,6 +527,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -611,6 +621,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -628,6 +639,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -704,6 +716,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -721,6 +734,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1195,6 +1209,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1212,6 +1227,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1238,6 +1254,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1255,6 +1272,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1273,6 +1291,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1290,6 +1309,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1456,6 +1476,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1473,6 +1494,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1549,6 +1571,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1566,6 +1589,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1659,6 +1683,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1676,6 +1701,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1752,6 +1778,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1769,6 +1796,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean diff --git a/config/crd/bases/logging.banzaicloud.io_fluentbitagents.yaml b/config/crd/bases/logging.banzaicloud.io_fluentbitagents.yaml index a7f66ff48..9e2c9833b 100644 --- a/config/crd/bases/logging.banzaicloud.io_fluentbitagents.yaml +++ b/config/crd/bases/logging.banzaicloud.io_fluentbitagents.yaml @@ -50,11 +50,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -66,11 +68,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -81,6 +85,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -97,11 +102,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -113,14 +120,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -146,11 +156,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -180,11 +192,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -195,6 +209,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -208,6 +223,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -224,11 +240,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -258,11 +276,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -273,12 +293,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -300,11 +322,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -334,11 +358,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -349,6 +375,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -362,6 +389,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -378,11 +406,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -412,11 +442,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -427,12 +459,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object annotations: @@ -502,6 +536,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -561,11 +596,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -602,6 +639,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -618,6 +656,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -757,6 +796,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -769,6 +809,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -786,6 +827,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -798,6 +840,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -817,6 +860,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -870,6 +914,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -932,6 +977,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -941,10 +987,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -964,6 +1012,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1002,6 +1051,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1294,6 +1344,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1382,6 +1433,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1412,6 +1464,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1584,6 +1637,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1596,6 +1650,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1613,6 +1668,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1625,6 +1681,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1644,6 +1701,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1740,6 +1798,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -1799,11 +1858,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1840,6 +1901,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -1894,6 +1956,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -1953,11 +2016,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1994,6 +2059,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -2008,6 +2074,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2038,6 +2105,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2113,6 +2181,15 @@ spec: properties: podSecurityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -2151,6 +2228,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -2163,6 +2241,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -2183,16 +2262,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -2251,6 +2341,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic diff --git a/config/crd/bases/logging.banzaicloud.io_fluentdconfigs.yaml b/config/crd/bases/logging.banzaicloud.io_fluentdconfigs.yaml index 2d81df69f..fc65b6a24 100644 --- a/config/crd/bases/logging.banzaicloud.io_fluentdconfigs.yaml +++ b/config/crd/bases/logging.banzaicloud.io_fluentdconfigs.yaml @@ -57,11 +57,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -73,11 +75,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -88,6 +92,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -104,11 +109,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -120,14 +127,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -153,11 +163,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -187,11 +199,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -202,6 +216,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -215,6 +230,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -231,11 +247,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -265,11 +283,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -280,12 +300,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -307,11 +329,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -341,11 +365,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -356,6 +382,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -369,6 +396,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -385,11 +413,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -419,11 +449,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -434,12 +466,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object annotations: @@ -494,6 +528,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -553,11 +588,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -594,6 +631,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -610,6 +648,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -749,6 +788,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -761,6 +801,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -778,6 +819,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -790,6 +832,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -809,6 +852,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -908,6 +952,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -958,6 +1003,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -967,10 +1013,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -990,6 +1038,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1028,6 +1077,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1099,6 +1149,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -1158,11 +1209,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1199,6 +1252,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -1272,6 +1326,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -1331,11 +1386,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1372,6 +1429,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -1458,6 +1516,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1483,6 +1542,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1513,6 +1573,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1685,6 +1746,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1697,6 +1759,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1714,6 +1777,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1726,6 +1790,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1745,6 +1810,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1819,6 +1885,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1849,6 +1916,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1940,6 +2008,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1961,6 +2030,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2007,16 +2077,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -2074,6 +2155,15 @@ spec: properties: podSecurityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -2112,6 +2202,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -2124,6 +2215,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -2144,16 +2236,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -2212,6 +2315,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2255,10 +2359,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -2273,6 +2379,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2311,6 +2418,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2323,12 +2431,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -2339,6 +2451,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -2346,6 +2459,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -2360,6 +2474,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -2377,6 +2492,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2418,6 +2534,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -2435,6 +2552,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2477,6 +2595,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2507,6 +2626,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2581,6 +2701,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2611,6 +2732,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2701,16 +2823,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -2766,6 +2899,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2796,6 +2930,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2858,6 +2993,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -2869,6 +3007,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -2878,6 +3018,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -2931,11 +3074,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -2973,6 +3118,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic diff --git a/config/crd/bases/logging.banzaicloud.io_loggingroutes.yaml b/config/crd/bases/logging.banzaicloud.io_loggingroutes.yaml index 0f5aa1be3..2b465f2d6 100644 --- a/config/crd/bases/logging.banzaicloud.io_loggingroutes.yaml +++ b/config/crd/bases/logging.banzaicloud.io_loggingroutes.yaml @@ -54,11 +54,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string diff --git a/config/crd/bases/logging.banzaicloud.io_loggings.yaml b/config/crd/bases/logging.banzaicloud.io_loggings.yaml index f0444e879..f50bd2287 100644 --- a/config/crd/bases/logging.banzaicloud.io_loggings.yaml +++ b/config/crd/bases/logging.banzaicloud.io_loggings.yaml @@ -193,6 +193,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -210,6 +211,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -236,6 +238,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -253,6 +256,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -271,6 +275,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -288,6 +293,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -454,6 +460,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -471,6 +478,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -547,6 +555,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -564,6 +573,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -657,6 +667,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -674,6 +685,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -750,6 +762,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -767,6 +780,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1081,11 +1095,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -1097,11 +1113,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -1112,6 +1130,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -1128,11 +1147,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -1144,14 +1165,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -1177,11 +1201,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1211,11 +1237,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1226,6 +1254,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -1239,6 +1268,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -1255,11 +1285,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1289,11 +1321,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1304,12 +1338,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -1331,11 +1367,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1365,11 +1403,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1380,6 +1420,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -1393,6 +1434,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -1409,11 +1451,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1443,11 +1487,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1458,12 +1504,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object annotations: @@ -1533,6 +1581,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -1592,11 +1641,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -1633,6 +1684,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -1649,6 +1701,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1788,6 +1841,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1800,6 +1854,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1817,6 +1872,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1829,6 +1885,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1848,6 +1905,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1901,6 +1959,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -1963,6 +2022,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -1972,10 +2032,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -1995,6 +2057,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2033,6 +2096,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2325,6 +2389,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2413,6 +2478,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2443,6 +2509,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2615,6 +2682,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2627,6 +2695,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2644,6 +2713,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2656,6 +2726,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2675,6 +2746,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2771,6 +2843,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -2830,11 +2903,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -2871,6 +2946,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -2925,6 +3001,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -2984,11 +3061,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3025,6 +3104,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -3039,6 +3119,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -3069,6 +3150,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -3144,6 +3226,15 @@ spec: properties: podSecurityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -3182,6 +3273,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -3194,6 +3286,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -3214,16 +3307,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -3282,6 +3386,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3400,11 +3505,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -3416,11 +3523,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -3431,6 +3540,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -3447,11 +3557,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -3463,14 +3575,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -3496,11 +3611,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3530,11 +3647,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3545,6 +3664,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -3558,6 +3678,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -3574,11 +3695,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3608,11 +3731,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3623,12 +3748,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -3650,11 +3777,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3684,11 +3813,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3699,6 +3830,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -3712,6 +3844,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -3728,11 +3861,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3762,11 +3897,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3777,12 +3914,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object annotations: @@ -3837,6 +3976,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -3896,11 +4036,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3937,6 +4079,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -3953,6 +4096,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -4092,6 +4236,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4104,6 +4249,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4121,6 +4267,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4133,6 +4280,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4152,6 +4300,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4251,6 +4400,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -4301,6 +4451,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -4310,10 +4461,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -4333,6 +4486,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4371,6 +4525,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4442,6 +4597,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -4501,11 +4657,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4542,6 +4700,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -4615,6 +4774,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -4674,11 +4834,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4715,6 +4877,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -4801,6 +4964,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -4826,6 +4990,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -4856,6 +5021,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5028,6 +5194,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5040,6 +5207,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5057,6 +5225,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5069,6 +5238,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5088,6 +5258,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5162,6 +5333,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5192,6 +5364,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5283,6 +5456,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -5304,6 +5478,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -5350,16 +5525,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -5417,6 +5603,15 @@ spec: properties: podSecurityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -5455,6 +5650,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -5467,6 +5663,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -5487,16 +5684,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -5555,6 +5763,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -5598,10 +5807,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -5616,6 +5827,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5654,6 +5866,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5666,12 +5879,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -5682,6 +5899,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -5689,6 +5907,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -5703,6 +5922,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -5720,6 +5940,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5761,6 +5982,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -5778,6 +6000,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5820,6 +6043,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5850,6 +6074,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5924,6 +6149,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5954,6 +6180,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -6044,16 +6271,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -6109,6 +6347,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -6139,6 +6378,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -6201,6 +6441,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -6212,6 +6455,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -6221,6 +6466,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -6274,11 +6522,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -6316,6 +6566,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -6443,6 +6694,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6460,6 +6712,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6486,6 +6739,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6503,6 +6757,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6521,6 +6776,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6538,6 +6794,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6704,6 +6961,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6721,6 +6979,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6797,6 +7056,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6814,6 +7074,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6907,6 +7168,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6924,6 +7186,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7000,6 +7263,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7017,6 +7281,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7369,6 +7634,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -7428,11 +7694,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7469,6 +7737,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -7516,11 +7785,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7565,11 +7836,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -7581,11 +7854,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -7596,6 +7871,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -7612,11 +7888,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -7628,14 +7906,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -7661,11 +7942,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7695,11 +7978,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7710,6 +7995,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -7723,6 +8009,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -7739,11 +8026,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7773,11 +8062,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7788,12 +8079,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -7815,11 +8108,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7849,11 +8144,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7864,6 +8161,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -7877,6 +8175,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -7893,11 +8192,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7927,11 +8228,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7942,12 +8245,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object automountServiceAccountToken: @@ -7959,10 +8264,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -7977,6 +8284,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8015,6 +8323,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8027,12 +8336,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -8043,6 +8356,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -8050,6 +8364,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -8064,6 +8379,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -8081,6 +8397,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8122,6 +8439,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -8139,6 +8457,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8181,6 +8500,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -8211,6 +8531,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8285,6 +8606,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -8315,6 +8637,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8405,16 +8728,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -8470,6 +8804,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -8500,6 +8835,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8562,6 +8898,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -8573,6 +8912,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -8582,6 +8923,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -8594,6 +8938,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -8603,10 +8948,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -8619,10 +8966,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -8637,6 +8986,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8675,6 +9025,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8687,12 +9038,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -8703,6 +9058,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -8710,6 +9066,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -8724,6 +9081,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -8741,6 +9099,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8782,6 +9141,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -8799,6 +9159,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8841,6 +9202,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -8871,6 +9233,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -8945,6 +9308,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -8975,6 +9339,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -9065,16 +9430,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -9130,6 +9506,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -9160,6 +9537,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -9224,6 +9602,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -9235,6 +9616,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -9244,6 +9627,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -9257,8 +9643,11 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ip: type: string + required: + - ip type: object type: array hostIPC: @@ -9273,6 +9662,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -9284,10 +9674,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -9302,6 +9694,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9340,6 +9733,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9352,12 +9746,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -9368,6 +9766,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -9375,6 +9774,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -9389,6 +9789,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -9406,6 +9807,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -9447,6 +9849,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -9464,6 +9867,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -9506,6 +9910,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -9536,6 +9941,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -9610,6 +10016,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -9640,6 +10047,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -9730,16 +10138,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean - capabilities: + appArmorProfile: properties: - add: - items: - type: string - type: array - drop: - items: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + capabilities: + properties: + add: + items: type: string type: array + x-kubernetes-list-type: atomic + drop: + items: + type: string + type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -9795,6 +10214,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -9825,6 +10245,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -9887,6 +10308,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -9898,6 +10322,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -9907,6 +10333,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -9951,6 +10380,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -9989,6 +10427,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -10001,6 +10440,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -10056,11 +10496,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -10149,6 +10591,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -10158,6 +10601,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -10175,6 +10619,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -10203,7 +10648,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -10218,6 +10665,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -10273,6 +10721,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -10297,6 +10746,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -10356,11 +10806,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -10393,10 +10845,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -10413,6 +10867,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -10493,11 +10948,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -10574,11 +11031,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -10613,7 +11072,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -10659,6 +11120,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -10677,7 +11139,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -10697,6 +11161,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -10728,6 +11193,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -10735,6 +11201,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -10757,6 +11224,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -10795,6 +11263,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -10809,6 +11278,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -11186,6 +11656,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11198,6 +11669,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11215,6 +11687,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11227,6 +11700,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11246,6 +11720,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11288,6 +11763,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -11312,6 +11788,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -11359,6 +11836,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -11437,6 +11916,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -11496,11 +11976,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -11537,6 +12019,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -11547,6 +12030,15 @@ spec: properties: podSecurityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -11585,6 +12077,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -11597,6 +12090,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -11617,16 +12111,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -11685,6 +12190,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -11878,6 +12384,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11890,6 +12397,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11907,6 +12415,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11919,6 +12428,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11938,6 +12448,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11980,6 +12491,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -12004,6 +12516,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -12051,6 +12564,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -12091,11 +12606,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -12107,11 +12624,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -12122,6 +12641,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -12138,11 +12658,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -12154,14 +12676,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -12187,11 +12712,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12221,11 +12748,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12236,6 +12765,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -12249,6 +12779,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -12265,11 +12796,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12299,11 +12832,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12314,12 +12849,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -12341,11 +12878,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12375,11 +12914,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12390,6 +12931,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -12403,6 +12945,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -12419,11 +12962,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12453,11 +12998,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -12468,12 +13015,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object automountServiceAccountToken: @@ -12485,10 +13034,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -12503,6 +13054,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12541,6 +13093,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12553,12 +13106,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -12569,6 +13126,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -12576,6 +13134,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -12590,6 +13149,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -12607,6 +13167,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -12648,6 +13209,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -12665,6 +13227,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -12707,6 +13270,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -12737,6 +13301,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -12811,6 +13376,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -12841,6 +13407,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -12931,16 +13498,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -12996,6 +13574,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -13026,6 +13605,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -13088,6 +13668,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -13099,6 +13682,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -13108,6 +13693,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -13120,6 +13708,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -13129,10 +13718,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -13145,10 +13736,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -13163,6 +13756,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13201,6 +13795,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13213,12 +13808,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -13229,6 +13828,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -13236,6 +13836,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -13250,6 +13851,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -13267,6 +13869,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -13308,6 +13911,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -13325,6 +13929,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -13367,6 +13972,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -13397,6 +14003,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -13471,6 +14078,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -13501,6 +14109,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -13591,16 +14200,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -13656,6 +14276,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -13686,6 +14307,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -13750,6 +14372,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -13761,6 +14386,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -13770,6 +14397,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -13783,8 +14413,11 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ip: type: string + required: + - ip type: object type: array hostIPC: @@ -13799,6 +14432,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -13810,10 +14444,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -13828,6 +14464,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13866,6 +14503,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13878,12 +14516,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -13894,6 +14536,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -13901,6 +14544,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -13915,6 +14559,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -13932,6 +14577,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -13973,6 +14619,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -13990,6 +14637,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -14032,6 +14680,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -14062,6 +14711,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -14136,6 +14786,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -14166,6 +14817,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -14256,16 +14908,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -14321,6 +14984,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -14351,6 +15015,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -14413,6 +15078,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -14424,6 +15092,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -14433,6 +15103,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -14477,6 +15150,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -14515,6 +15197,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -14527,6 +15210,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -14582,11 +15266,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -14675,6 +15361,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -14684,6 +15371,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -14701,6 +15389,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -14729,7 +15418,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -14744,6 +15435,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -14799,6 +15491,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -14823,6 +15516,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -14882,11 +15576,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -14919,10 +15615,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -14939,6 +15637,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -15019,11 +15718,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -15100,11 +15801,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -15139,7 +15842,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -15185,6 +15890,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -15203,7 +15909,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -15223,6 +15931,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -15254,6 +15963,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -15261,6 +15971,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -15283,6 +15994,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -15321,6 +16033,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -15335,6 +16048,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -15513,6 +16227,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -15525,6 +16240,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -15542,6 +16258,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -15554,6 +16271,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -15573,6 +16291,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -15615,6 +16334,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -15639,6 +16359,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -15686,6 +16407,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -15746,6 +16469,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -15770,6 +16494,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -15817,6 +16542,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -15829,6 +16556,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -15923,11 +16651,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -15974,11 +16704,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -15990,11 +16722,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -16005,6 +16739,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -16021,11 +16756,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -16037,14 +16774,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -16070,11 +16810,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16104,11 +16846,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16119,6 +16863,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -16132,6 +16877,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -16148,11 +16894,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16182,11 +16930,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16197,12 +16947,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -16224,11 +16976,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16258,11 +17012,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16273,6 +17029,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -16286,6 +17043,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -16302,11 +17060,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16336,11 +17096,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -16351,12 +17113,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object automountServiceAccountToken: @@ -16368,10 +17132,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -16386,6 +17152,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -16424,6 +17191,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -16436,12 +17204,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -16452,6 +17224,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -16459,6 +17232,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -16473,6 +17247,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -16490,6 +17265,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -16531,6 +17307,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -16548,6 +17325,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -16590,6 +17368,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -16620,6 +17399,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -16694,6 +17474,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -16724,6 +17505,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -16814,16 +17596,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -16879,6 +17672,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -16909,6 +17703,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -16971,6 +17766,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -16982,6 +17780,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -16991,6 +17791,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -17003,6 +17806,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -17012,10 +17816,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -17028,10 +17834,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -17046,6 +17854,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -17084,6 +17893,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -17096,12 +17906,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -17112,6 +17926,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -17119,6 +17934,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -17133,6 +17949,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -17150,6 +17967,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -17191,6 +18009,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -17208,6 +18027,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -17250,6 +18070,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -17280,6 +18101,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -17354,6 +18176,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -17384,6 +18207,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -17474,16 +18298,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -17539,6 +18374,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -17569,6 +18405,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -17633,6 +18470,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -17644,6 +18484,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -17653,6 +18495,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -17666,8 +18511,11 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ip: type: string + required: + - ip type: object type: array hostIPC: @@ -17682,6 +18530,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -17693,10 +18542,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -17711,6 +18562,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -17749,6 +18601,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -17761,12 +18614,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -17777,6 +18634,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -17784,6 +18642,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -17798,6 +18657,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -17815,6 +18675,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -17856,6 +18717,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -17873,6 +18735,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -17915,6 +18778,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -17945,6 +18809,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -18019,6 +18884,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -18049,6 +18915,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -18139,16 +19006,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -18204,6 +19082,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -18234,6 +19113,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -18296,6 +19176,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -18307,6 +19190,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -18316,6 +19201,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -18360,6 +19248,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -18398,6 +19295,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -18410,6 +19308,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -18465,11 +19364,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -18558,6 +19459,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -18567,6 +19469,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -18584,6 +19487,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -18612,7 +19516,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -18627,6 +19533,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -18682,6 +19589,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -18706,6 +19614,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -18765,11 +19674,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -18802,10 +19713,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -18822,6 +19735,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -18902,11 +19816,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -18983,11 +19899,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -19022,7 +19940,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -19068,6 +19988,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -19086,7 +20007,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -19106,6 +20029,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -19137,6 +20061,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -19144,6 +20069,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -19166,6 +20092,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -19204,6 +20131,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -19218,6 +20146,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -19283,6 +20212,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -19342,11 +20272,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -19391,11 +20323,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string diff --git a/config/crd/bases/logging.banzaicloud.io_nodeagents.yaml b/config/crd/bases/logging.banzaicloud.io_nodeagents.yaml index c19b07483..615a3f7cd 100644 --- a/config/crd/bases/logging.banzaicloud.io_nodeagents.yaml +++ b/config/crd/bases/logging.banzaicloud.io_nodeagents.yaml @@ -106,6 +106,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -165,11 +166,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -206,6 +209,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -253,11 +257,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -302,11 +308,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -318,11 +326,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -333,6 +343,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -349,11 +360,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -365,14 +378,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -398,11 +414,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -432,11 +450,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -447,6 +467,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -460,6 +481,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -476,11 +498,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -510,11 +534,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -525,12 +551,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -552,11 +580,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -586,11 +616,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -601,6 +633,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -614,6 +647,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -630,11 +664,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -664,11 +700,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -679,12 +717,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object automountServiceAccountToken: @@ -696,10 +736,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -714,6 +756,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -752,6 +795,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -764,12 +808,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -780,6 +828,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -787,6 +836,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -801,6 +851,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -818,6 +869,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -859,6 +911,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -876,6 +929,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -918,6 +972,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -948,6 +1003,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1022,6 +1078,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1052,6 +1109,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1142,16 +1200,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1207,6 +1276,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1237,6 +1307,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1299,6 +1370,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -1310,6 +1384,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1319,6 +1395,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -1331,6 +1410,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -1340,10 +1420,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -1356,10 +1438,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -1374,6 +1458,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1412,6 +1497,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1424,12 +1510,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -1440,6 +1530,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -1447,6 +1538,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -1461,6 +1553,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -1478,6 +1571,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1519,6 +1613,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -1536,6 +1631,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1578,6 +1674,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1608,6 +1705,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1682,6 +1780,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1712,6 +1811,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1802,16 +1902,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1867,6 +1978,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1897,6 +2009,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1961,6 +2074,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -1972,6 +2088,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1981,6 +2099,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -1994,8 +2115,11 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ip: type: string + required: + - ip type: object type: array hostIPC: @@ -2010,6 +2134,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2021,10 +2146,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -2039,6 +2166,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2077,6 +2205,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2089,12 +2218,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -2105,6 +2238,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -2112,6 +2246,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -2126,6 +2261,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -2143,6 +2279,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2184,6 +2321,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -2201,6 +2339,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2243,6 +2382,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2273,6 +2413,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2347,6 +2488,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2377,6 +2519,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2467,16 +2610,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -2532,6 +2686,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2562,6 +2717,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2624,6 +2780,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -2635,6 +2794,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -2644,6 +2805,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -2688,6 +2852,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -2726,6 +2899,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -2738,6 +2912,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -2793,11 +2968,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -2886,6 +3063,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -2895,6 +3073,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2912,6 +3091,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2940,7 +3120,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -2955,6 +3137,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3010,6 +3193,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -3034,6 +3218,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -3093,11 +3278,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3130,10 +3317,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -3150,6 +3339,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3230,11 +3420,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3311,11 +3503,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3350,7 +3544,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -3396,6 +3592,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -3414,7 +3611,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -3434,6 +3633,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -3465,6 +3665,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -3472,6 +3673,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3494,6 +3696,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3532,6 +3735,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -3546,6 +3750,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3923,6 +4128,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3935,6 +4141,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3952,6 +4159,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3964,6 +4172,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3983,6 +4192,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4025,6 +4235,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -4049,6 +4260,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -4096,6 +4308,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -4174,6 +4388,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -4233,11 +4448,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4274,6 +4491,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -4284,6 +4502,15 @@ spec: properties: podSecurityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -4322,6 +4549,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -4334,6 +4562,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -4354,16 +4583,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -4422,6 +4662,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic diff --git a/config/crd/bases/logging.banzaicloud.io_outputs.yaml b/config/crd/bases/logging.banzaicloud.io_outputs.yaml index 46e8425bd..222995229 100644 --- a/config/crd/bases/logging.banzaicloud.io_outputs.yaml +++ b/config/crd/bases/logging.banzaicloud.io_outputs.yaml @@ -48,6 +48,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -65,6 +66,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -156,6 +158,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -173,6 +176,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -191,6 +195,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -208,6 +213,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -226,6 +232,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -243,6 +250,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -261,6 +269,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -278,6 +287,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -324,6 +334,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -341,6 +352,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -359,6 +371,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -376,6 +389,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -394,6 +408,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -411,6 +426,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -429,6 +445,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -446,6 +463,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -464,6 +482,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -481,6 +500,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -501,6 +521,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -518,6 +539,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -536,6 +558,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -553,6 +576,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -645,6 +669,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -662,6 +687,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -736,6 +762,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -753,6 +780,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -816,6 +844,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -833,6 +862,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -851,6 +881,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -868,6 +899,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -886,6 +918,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -903,6 +936,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1006,6 +1040,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1023,6 +1058,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1041,6 +1077,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1058,6 +1095,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1231,6 +1269,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1248,6 +1287,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1380,6 +1420,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1397,6 +1438,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1488,6 +1530,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1505,6 +1548,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1523,6 +1567,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1540,6 +1585,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1558,6 +1604,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1575,6 +1622,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1593,6 +1641,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1610,6 +1659,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1706,6 +1756,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1723,6 +1774,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1797,6 +1849,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1814,6 +1867,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2094,6 +2148,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2111,6 +2166,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2131,6 +2187,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2148,6 +2205,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2168,6 +2226,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2185,6 +2244,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2217,6 +2277,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2234,6 +2295,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2258,6 +2320,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2275,6 +2338,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2293,6 +2357,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2310,6 +2375,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2328,6 +2394,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2345,6 +2412,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2457,6 +2525,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2474,6 +2543,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2638,6 +2708,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2655,6 +2726,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2673,6 +2745,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2690,6 +2763,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2826,6 +2900,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2843,6 +2918,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2863,6 +2939,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2880,6 +2957,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2898,6 +2976,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2915,6 +2994,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2933,6 +3013,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2950,6 +3031,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3099,6 +3181,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3116,6 +3199,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3142,6 +3226,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3159,6 +3244,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3187,6 +3273,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3204,6 +3291,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3224,6 +3312,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3241,6 +3330,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3259,6 +3349,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3276,6 +3367,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3294,6 +3386,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3311,6 +3404,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3335,6 +3429,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3352,6 +3447,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3394,6 +3490,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3411,6 +3508,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3429,6 +3527,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3446,6 +3545,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3464,6 +3564,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3481,6 +3582,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3783,6 +3885,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3800,6 +3903,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3909,6 +4013,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3926,6 +4031,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3944,6 +4050,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3961,6 +4068,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3993,6 +4101,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4010,6 +4119,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4034,6 +4144,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4051,6 +4162,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4079,6 +4191,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4096,6 +4209,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4117,6 +4231,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4134,6 +4249,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4240,6 +4356,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4257,6 +4374,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4353,6 +4471,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4370,6 +4489,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4390,6 +4510,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4407,6 +4528,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4425,6 +4547,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4442,6 +4565,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4460,6 +4584,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4477,6 +4602,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4515,6 +4641,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4532,6 +4659,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4550,6 +4678,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4567,6 +4696,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4585,6 +4715,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4602,6 +4733,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4620,6 +4752,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4637,6 +4770,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4655,6 +4789,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4672,6 +4807,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4692,6 +4828,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4709,6 +4846,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4727,6 +4865,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4744,6 +4883,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4817,6 +4957,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4834,6 +4975,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4902,6 +5044,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4919,6 +5062,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4976,6 +5120,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4993,6 +5138,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5011,6 +5157,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5028,6 +5175,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5270,6 +5418,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5287,6 +5436,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5345,6 +5495,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5362,6 +5513,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5380,6 +5532,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5397,6 +5550,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5678,6 +5832,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5695,6 +5850,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5713,6 +5869,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5730,6 +5887,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5748,6 +5906,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5765,6 +5924,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5783,6 +5943,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5800,6 +5961,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5847,6 +6009,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5864,6 +6027,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5928,6 +6092,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5945,6 +6110,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5963,6 +6129,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5980,6 +6147,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6175,6 +6343,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6192,6 +6361,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6313,6 +6483,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6330,6 +6501,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6385,6 +6557,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6402,6 +6575,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6420,6 +6594,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6437,6 +6612,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6459,6 +6635,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6476,6 +6653,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6541,6 +6719,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6558,6 +6737,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6649,6 +6829,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6666,6 +6847,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6684,6 +6866,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6701,6 +6884,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6719,6 +6903,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6736,6 +6921,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6754,6 +6940,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6771,6 +6958,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6817,6 +7005,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6834,6 +7023,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6852,6 +7042,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6869,6 +7060,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6887,6 +7079,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6904,6 +7097,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6922,6 +7116,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6939,6 +7134,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6957,6 +7153,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6974,6 +7171,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6994,6 +7192,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7011,6 +7210,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7029,6 +7229,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7046,6 +7247,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7138,6 +7340,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7155,6 +7358,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7229,6 +7433,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7246,6 +7451,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7309,6 +7515,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7326,6 +7533,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7344,6 +7552,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7361,6 +7570,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7379,6 +7589,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7396,6 +7607,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7499,6 +7711,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7516,6 +7729,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7534,6 +7748,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7551,6 +7766,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7724,6 +7940,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7741,6 +7958,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7873,6 +8091,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7890,6 +8109,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7981,6 +8201,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -7998,6 +8219,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8016,6 +8238,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8033,6 +8256,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8051,6 +8275,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8068,6 +8293,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8086,6 +8312,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8103,6 +8330,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8199,6 +8427,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8216,6 +8445,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8290,6 +8520,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8307,6 +8538,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8587,6 +8819,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8604,6 +8837,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8624,6 +8858,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8641,6 +8876,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8661,6 +8897,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8678,6 +8915,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8710,6 +8948,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8727,6 +8966,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8751,6 +8991,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8768,6 +9009,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8786,6 +9028,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8803,6 +9046,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8821,6 +9065,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8838,6 +9083,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8950,6 +9196,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -8967,6 +9214,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9131,6 +9379,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9148,6 +9397,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9166,6 +9416,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9183,6 +9434,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9319,6 +9571,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9336,6 +9589,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9356,6 +9610,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9373,6 +9628,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9391,6 +9647,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9408,6 +9665,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9426,6 +9684,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9443,6 +9702,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9592,6 +9852,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9609,6 +9870,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9635,6 +9897,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9652,6 +9915,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9680,6 +9944,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9697,6 +9962,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9717,6 +9983,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9734,6 +10001,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9752,6 +10020,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9769,6 +10038,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9787,6 +10057,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9804,6 +10075,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9828,6 +10100,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9845,6 +10118,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9889,6 +10163,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9906,6 +10181,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9924,6 +10200,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9941,6 +10218,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9959,6 +10237,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -9976,6 +10255,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10124,6 +10404,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10141,6 +10422,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10159,6 +10441,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10176,6 +10459,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10194,6 +10478,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10211,6 +10496,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10513,6 +10799,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10530,6 +10817,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10639,6 +10927,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10656,6 +10945,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10674,6 +10964,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10691,6 +10982,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10723,6 +11015,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10740,6 +11033,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10764,6 +11058,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10781,6 +11076,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10809,6 +11105,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10826,6 +11123,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10847,6 +11145,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10864,6 +11163,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10892,6 +11192,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10909,6 +11210,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10932,6 +11234,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -10949,6 +11252,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11055,6 +11359,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11072,6 +11377,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11168,6 +11474,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11185,6 +11492,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11205,6 +11513,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11222,6 +11531,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11240,6 +11550,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11257,6 +11568,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11275,6 +11587,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11292,6 +11605,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11330,6 +11644,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11347,6 +11662,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11365,6 +11681,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11382,6 +11699,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11400,6 +11718,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11417,6 +11736,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11435,6 +11755,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11452,6 +11773,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11470,6 +11792,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11487,6 +11810,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11507,6 +11831,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11524,6 +11849,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11542,6 +11868,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11559,6 +11886,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11632,6 +11960,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11649,6 +11978,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11717,6 +12047,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11734,6 +12065,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11791,6 +12123,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11808,6 +12141,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11826,6 +12160,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -11843,6 +12178,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12085,6 +12421,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12102,6 +12439,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12160,6 +12498,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12177,6 +12516,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12195,6 +12535,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12212,6 +12553,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12493,6 +12835,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12510,6 +12853,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12528,6 +12872,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12545,6 +12890,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12563,6 +12909,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12580,6 +12927,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12598,6 +12946,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12615,6 +12964,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12662,6 +13012,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12679,6 +13030,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12743,6 +13095,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12760,6 +13113,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12778,6 +13132,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12795,6 +13150,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -12990,6 +13346,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13007,6 +13364,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13128,6 +13486,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13145,6 +13504,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13200,6 +13560,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13217,6 +13578,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13235,6 +13597,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13252,6 +13615,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13274,6 +13638,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13291,6 +13656,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13394,6 +13760,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13411,6 +13778,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13451,6 +13819,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13468,6 +13837,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13513,6 +13883,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13530,6 +13901,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13641,6 +14013,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -13658,6 +14031,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean diff --git a/config/crd/bases/logging.banzaicloud.io_syslogngclusteroutputs.yaml b/config/crd/bases/logging.banzaicloud.io_syslogngclusteroutputs.yaml index c19c10c3a..722785390 100644 --- a/config/crd/bases/logging.banzaicloud.io_syslogngclusteroutputs.yaml +++ b/config/crd/bases/logging.banzaicloud.io_syslogngclusteroutputs.yaml @@ -104,6 +104,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -121,6 +122,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -155,6 +157,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -172,6 +175,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -190,6 +194,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -207,6 +212,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -225,6 +231,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -242,6 +249,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -262,6 +270,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -279,6 +288,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -417,6 +427,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -434,6 +445,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -466,6 +478,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -483,6 +496,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -501,6 +515,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -518,6 +533,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -536,6 +552,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -553,6 +570,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -573,6 +591,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -590,6 +609,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -685,6 +705,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -702,6 +723,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -720,6 +742,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -737,6 +760,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -755,6 +779,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -772,6 +797,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -792,6 +818,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -809,6 +836,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -841,6 +869,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -858,6 +887,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -929,6 +959,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -946,6 +977,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -964,6 +996,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -981,6 +1014,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1017,6 +1051,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1034,6 +1069,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1052,6 +1088,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1069,6 +1106,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1087,6 +1125,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1104,6 +1143,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1227,6 +1267,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1244,6 +1285,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1345,6 +1387,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1362,6 +1405,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1400,6 +1444,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1417,6 +1462,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1435,6 +1481,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1452,6 +1499,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1470,6 +1518,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1487,6 +1536,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1507,6 +1557,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1524,6 +1575,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1567,6 +1619,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1584,6 +1637,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1662,6 +1716,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1679,6 +1734,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1749,6 +1805,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1766,6 +1823,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1867,6 +1925,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1884,6 +1943,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1922,6 +1982,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1939,6 +2000,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1957,6 +2019,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1974,6 +2037,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1992,6 +2056,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2009,6 +2074,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2029,6 +2095,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2046,6 +2113,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2078,6 +2146,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2095,6 +2164,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2132,6 +2202,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2149,6 +2220,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2203,6 +2275,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2220,6 +2293,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2238,6 +2312,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2255,6 +2330,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2273,6 +2349,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2290,6 +2367,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2310,6 +2388,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2327,6 +2406,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2359,6 +2439,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2376,6 +2457,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2431,6 +2513,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2448,6 +2531,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2466,6 +2550,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2483,6 +2568,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2501,6 +2587,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2518,6 +2605,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2538,6 +2626,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2555,6 +2644,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2640,6 +2730,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2657,6 +2748,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2675,6 +2767,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2692,6 +2785,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2710,6 +2804,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2727,6 +2822,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2747,6 +2843,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2764,6 +2861,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean diff --git a/config/crd/bases/logging.banzaicloud.io_syslogngconfigs.yaml b/config/crd/bases/logging.banzaicloud.io_syslogngconfigs.yaml index 036fd490c..879463dd4 100644 --- a/config/crd/bases/logging.banzaicloud.io_syslogngconfigs.yaml +++ b/config/crd/bases/logging.banzaicloud.io_syslogngconfigs.yaml @@ -158,6 +158,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -170,6 +171,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -187,6 +189,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -199,6 +202,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -218,6 +222,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -260,6 +265,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -284,6 +290,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -331,6 +338,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -371,11 +380,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -387,11 +398,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -402,6 +415,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -418,11 +432,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -434,14 +450,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -467,11 +486,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -501,11 +522,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -516,6 +539,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -529,6 +553,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -545,11 +570,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -579,11 +606,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -594,12 +623,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -621,11 +652,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -655,11 +688,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -670,6 +705,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -683,6 +719,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -699,11 +736,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -733,11 +772,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -748,12 +789,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object automountServiceAccountToken: @@ -765,10 +808,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -783,6 +828,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -821,6 +867,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -833,12 +880,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -849,6 +900,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -856,6 +908,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -870,6 +923,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -887,6 +941,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -928,6 +983,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -945,6 +1001,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -987,6 +1044,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1017,6 +1075,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1091,6 +1150,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1121,6 +1181,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1211,16 +1272,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1276,6 +1348,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1306,6 +1379,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1368,6 +1442,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -1379,6 +1456,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1388,6 +1467,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -1400,6 +1482,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -1409,10 +1492,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -1425,10 +1510,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -1443,6 +1530,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1481,6 +1569,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1493,12 +1582,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -1509,6 +1602,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -1516,6 +1610,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -1530,6 +1625,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -1547,6 +1643,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1588,6 +1685,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -1605,6 +1703,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1647,6 +1746,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1677,6 +1777,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1751,6 +1852,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1781,6 +1883,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1871,16 +1974,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1936,6 +2050,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1966,6 +2081,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2030,6 +2146,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -2041,6 +2160,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -2050,6 +2171,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -2063,8 +2187,11 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ip: type: string + required: + - ip type: object type: array hostIPC: @@ -2079,6 +2206,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2090,10 +2218,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -2108,6 +2238,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2146,6 +2277,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2158,12 +2290,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -2174,6 +2310,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -2181,6 +2318,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -2195,6 +2333,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -2212,6 +2351,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2253,6 +2393,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -2270,6 +2411,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2312,6 +2454,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2342,6 +2485,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2416,6 +2560,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2446,6 +2591,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2536,16 +2682,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -2601,6 +2758,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2631,6 +2789,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2693,6 +2852,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -2704,6 +2866,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -2713,6 +2877,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -2757,6 +2924,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -2795,6 +2971,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -2807,6 +2984,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -2862,11 +3040,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -2955,6 +3135,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -2964,6 +3145,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -2981,6 +3163,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3009,7 +3192,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -3024,6 +3209,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3079,6 +3265,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -3103,6 +3290,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -3162,11 +3350,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3199,10 +3389,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -3219,6 +3411,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3299,11 +3492,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3380,11 +3575,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3419,7 +3616,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -3465,6 +3664,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -3483,7 +3683,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -3503,6 +3705,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -3534,6 +3737,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -3541,6 +3745,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3563,6 +3768,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3601,6 +3807,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -3615,6 +3822,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -3793,6 +4001,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3805,6 +4014,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3822,6 +4032,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3834,6 +4045,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3853,6 +4065,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -3895,6 +4108,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -3919,6 +4133,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -3966,6 +4181,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -4026,6 +4243,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -4050,6 +4268,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -4097,6 +4316,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object @@ -4109,6 +4330,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -4203,11 +4425,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4254,11 +4478,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -4270,11 +4496,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -4285,6 +4513,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -4301,11 +4530,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -4317,14 +4548,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -4350,11 +4584,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4384,11 +4620,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4399,6 +4637,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -4412,6 +4651,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -4428,11 +4668,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4462,11 +4704,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4477,12 +4721,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -4504,11 +4750,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4538,11 +4786,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4553,6 +4803,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -4566,6 +4817,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -4582,11 +4834,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4616,11 +4870,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -4631,12 +4887,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object automountServiceAccountToken: @@ -4648,10 +4906,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -4666,6 +4926,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4704,6 +4965,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -4716,12 +4978,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -4732,6 +4998,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -4739,6 +5006,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -4753,6 +5021,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -4770,6 +5039,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -4811,6 +5081,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -4828,6 +5099,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -4870,6 +5142,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -4900,6 +5173,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -4974,6 +5248,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5004,6 +5279,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5094,16 +5370,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -5159,6 +5446,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5189,6 +5477,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5251,6 +5540,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -5262,6 +5554,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -5271,6 +5565,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -5283,6 +5580,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -5292,10 +5590,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -5308,10 +5608,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -5326,6 +5628,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5364,6 +5667,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -5376,12 +5680,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -5392,6 +5700,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -5399,6 +5708,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -5413,6 +5723,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -5430,6 +5741,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5471,6 +5783,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -5488,6 +5801,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5530,6 +5844,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5560,6 +5875,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5634,6 +5950,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5664,6 +5981,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5754,16 +6072,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -5819,6 +6148,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -5849,6 +6179,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -5913,6 +6244,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -5924,6 +6258,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -5933,6 +6269,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -5946,8 +6285,11 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ip: type: string + required: + - ip type: object type: array hostIPC: @@ -5962,6 +6304,7 @@ spec: items: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -5973,10 +6316,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -5991,6 +6336,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6029,6 +6375,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -6041,12 +6388,16 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: configMapRef: properties: name: + default: "" type: string optional: type: boolean @@ -6057,6 +6408,7 @@ spec: secretRef: properties: name: + default: "" type: string optional: type: boolean @@ -6064,6 +6416,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -6078,6 +6431,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -6095,6 +6449,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -6136,6 +6491,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -6153,6 +6509,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -6195,6 +6552,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -6225,6 +6583,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -6299,6 +6658,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -6329,6 +6689,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -6419,16 +6780,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -6484,6 +6856,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -6514,6 +6887,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -6576,6 +6950,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -6587,6 +6964,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -6596,6 +6975,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -6640,6 +7022,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -6678,6 +7069,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -6690,6 +7082,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -6745,11 +7138,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -6838,6 +7233,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -6847,6 +7243,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -6864,6 +7261,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -6892,7 +7290,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -6907,6 +7307,7 @@ spec: nodePublishSecretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -6962,6 +7363,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -6986,6 +7388,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -7045,11 +7448,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7082,10 +7487,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -7102,6 +7509,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -7182,11 +7590,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -7263,11 +7673,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -7302,7 +7714,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -7348,6 +7762,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -7366,7 +7781,9 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: + default: "" type: string optional: type: boolean @@ -7386,6 +7803,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -7417,6 +7835,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -7424,6 +7843,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -7446,6 +7866,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -7484,6 +7905,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -7498,6 +7920,7 @@ spec: secretRef: properties: name: + default: "" type: string type: object x-kubernetes-map-type: atomic @@ -7563,6 +7986,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -7622,11 +8046,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string diff --git a/config/crd/bases/logging.banzaicloud.io_syslogngoutputs.yaml b/config/crd/bases/logging.banzaicloud.io_syslogngoutputs.yaml index 1edbd4be5..09b75d417 100644 --- a/config/crd/bases/logging.banzaicloud.io_syslogngoutputs.yaml +++ b/config/crd/bases/logging.banzaicloud.io_syslogngoutputs.yaml @@ -104,6 +104,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -121,6 +122,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -155,6 +157,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -172,6 +175,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -190,6 +194,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -207,6 +212,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -225,6 +231,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -242,6 +249,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -262,6 +270,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -279,6 +288,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -413,6 +423,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -430,6 +441,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -462,6 +474,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -479,6 +492,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -497,6 +511,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -514,6 +529,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -532,6 +548,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -549,6 +566,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -569,6 +587,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -586,6 +605,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -681,6 +701,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -698,6 +719,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -716,6 +738,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -733,6 +756,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -751,6 +775,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -768,6 +793,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -788,6 +814,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -805,6 +832,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -837,6 +865,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -854,6 +883,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -925,6 +955,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -942,6 +973,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -960,6 +992,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -977,6 +1010,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1013,6 +1047,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1030,6 +1065,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1048,6 +1084,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1065,6 +1102,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1083,6 +1121,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1100,6 +1139,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1223,6 +1263,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1240,6 +1281,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1341,6 +1383,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1358,6 +1401,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1396,6 +1440,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1413,6 +1458,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1431,6 +1477,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1448,6 +1495,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1466,6 +1514,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1483,6 +1532,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1503,6 +1553,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1520,6 +1571,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1563,6 +1615,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1580,6 +1633,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1658,6 +1712,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1675,6 +1730,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1745,6 +1801,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1762,6 +1819,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1863,6 +1921,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1880,6 +1939,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1918,6 +1978,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1935,6 +1996,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1953,6 +2015,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1970,6 +2033,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -1988,6 +2052,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2005,6 +2070,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2025,6 +2091,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2042,6 +2109,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2074,6 +2142,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2091,6 +2160,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2128,6 +2198,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2145,6 +2216,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2199,6 +2271,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2216,6 +2289,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2234,6 +2308,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2251,6 +2326,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2269,6 +2345,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2286,6 +2363,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2306,6 +2384,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2323,6 +2402,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2355,6 +2435,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2372,6 +2453,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2427,6 +2509,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2444,6 +2527,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2462,6 +2546,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2479,6 +2564,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2497,6 +2583,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2514,6 +2601,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2534,6 +2622,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2551,6 +2640,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2636,6 +2726,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2653,6 +2744,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2671,6 +2763,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2688,6 +2781,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2706,6 +2800,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2723,6 +2818,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2743,6 +2839,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean @@ -2760,6 +2857,7 @@ spec: key: type: string name: + default: "" type: string optional: type: boolean diff --git a/docs/configuration/crds/v1beta1/common_types.md b/docs/configuration/crds/v1beta1/common_types.md index 2051386fc..fa8647270 100644 --- a/docs/configuration/crds/v1beta1/common_types.md +++ b/docs/configuration/crds/v1beta1/common_types.md @@ -71,10 +71,10 @@ ServiceMonitorConfig defines the ServiceMonitor properties ### honorLabels (bool, optional) {#servicemonitorconfig-honorlabels} -### metricRelabelings ([]*v1.RelabelConfig, optional) {#servicemonitorconfig-metricrelabelings} +### metricRelabelings ([]v1.RelabelConfig, optional) {#servicemonitorconfig-metricrelabelings} -### relabelings ([]*v1.RelabelConfig, optional) {#servicemonitorconfig-relabelings} +### relabelings ([]v1.RelabelConfig, optional) {#servicemonitorconfig-relabelings} ### scheme (string, optional) {#servicemonitorconfig-scheme} diff --git a/e2e/go.mod b/e2e/go.mod index ac0534661..b07193018 100644 --- a/e2e/go.mod +++ b/e2e/go.mod @@ -1,21 +1,23 @@ module github.com/kube-logging/logging-operator/e2e -go 1.21 +go 1.22.0 + +toolchain go1.22.3 require ( emperror.dev/errors v0.8.1 github.com/MakeNowJust/heredoc v1.0.0 github.com/cisco-open/operator-tools v0.34.0 - github.com/kube-logging/logging-operator v0.0.0-20240405091851-df1a9eb4f192 + github.com/kube-logging/logging-operator v0.0.0-20240527130312-a71e24e740c8 github.com/kube-logging/logging-operator/pkg/sdk v0.11.0 github.com/spf13/cast v1.6.0 github.com/stretchr/testify v1.9.0 - helm.sh/helm/v3 v3.14.3 - k8s.io/api v0.29.3 - k8s.io/apiextensions-apiserver v0.29.3 - k8s.io/apimachinery v0.29.3 - k8s.io/client-go v0.29.3 - sigs.k8s.io/controller-runtime v0.17.3 + helm.sh/helm/v3 v3.15.1 + k8s.io/api v0.30.1 + k8s.io/apiextensions-apiserver v0.30.1 + k8s.io/apimachinery v0.30.1 + k8s.io/client-go v0.30.1 + sigs.k8s.io/controller-runtime v0.18.3 ) require ( @@ -47,7 +49,7 @@ require ( github.com/docker/go-units v0.5.0 // indirect github.com/emicklei/go-restful/v3 v3.11.0 // indirect github.com/evanphx/json-patch v5.7.0+incompatible // indirect - github.com/evanphx/json-patch/v5 v5.8.0 // indirect + github.com/evanphx/json-patch/v5 v5.9.0 // indirect github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect github.com/fatih/color v1.16.0 // indirect github.com/felixge/httpsnoop v1.0.3 // indirect @@ -109,7 +111,7 @@ require ( github.com/peterbourgon/diskv v2.0.1+incompatible // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect - github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.0 // indirect + github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0 // indirect github.com/prometheus/client_golang v1.19.0 // indirect github.com/prometheus/client_model v0.5.0 // indirect github.com/prometheus/common v0.48.0 // indirect @@ -132,14 +134,14 @@ require ( go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect - golang.org/x/crypto v0.22.0 // indirect - golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect - golang.org/x/net v0.24.0 // indirect + golang.org/x/crypto v0.23.0 // indirect + golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect + golang.org/x/net v0.25.0 // indirect golang.org/x/oauth2 v0.16.0 // indirect - golang.org/x/sync v0.5.0 // indirect - golang.org/x/sys v0.19.0 // indirect - golang.org/x/term v0.19.0 // indirect - golang.org/x/text v0.14.0 // indirect + golang.org/x/sync v0.7.0 // indirect + golang.org/x/sys v0.20.0 // indirect + golang.org/x/term v0.20.0 // indirect + golang.org/x/text v0.15.0 // indirect golang.org/x/time v0.3.0 // indirect gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect google.golang.org/appengine v1.6.7 // indirect @@ -149,12 +151,12 @@ require ( gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect - k8s.io/apiserver v0.29.3 // indirect - k8s.io/cli-runtime v0.29.0 // indirect - k8s.io/component-base v0.29.3 // indirect + k8s.io/apiserver v0.30.1 // indirect + k8s.io/cli-runtime v0.30.0 // indirect + k8s.io/component-base v0.30.1 // indirect k8s.io/klog/v2 v2.120.1 // indirect - k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect - k8s.io/kubectl v0.29.0 // indirect + k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect + k8s.io/kubectl v0.30.0 // indirect k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect oras.land/oras-go v1.2.4 // indirect sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect diff --git a/e2e/go.sum b/e2e/go.sum index dca7d8beb..047daad19 100644 --- a/e2e/go.sum +++ b/e2e/go.sum @@ -108,8 +108,8 @@ github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.m github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/evanphx/json-patch v5.7.0+incompatible h1:vgGkfT/9f8zE6tvSCe74nfpAVDQ2tG6yudJd8LBksgI= github.com/evanphx/json-patch v5.7.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= -github.com/evanphx/json-patch/v5 v5.8.0 h1:lRj6N9Nci7MvzrXuX6HFzU8XjmhPiXPlsKEy1u0KQro= -github.com/evanphx/json-patch/v5 v5.8.0/go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ= +github.com/evanphx/json-patch/v5 v5.9.0 h1:kcBlZQbplgElYIlo/n1hJbls2z/1awpXxpRi0/FOJfg= +github.com/evanphx/json-patch/v5 v5.9.0/go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ= github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM= github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d/go.mod h1:ZZMPRZwes7CROmyNKgQzC3XPs6L/G2EJLHddWejkmf4= github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM= @@ -254,8 +254,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/kube-logging/logging-operator v0.0.0-20240405091851-df1a9eb4f192 h1:kVra1AqPo3qB3Q0xs2c8fwlciIA19gLmphyeatuvAVs= -github.com/kube-logging/logging-operator v0.0.0-20240405091851-df1a9eb4f192/go.mod h1:q9je5NSL5vBI8WweqYmgDFRj03BrTsY8wHg/XBPfQ9k= +github.com/kube-logging/logging-operator v0.0.0-20240527130312-a71e24e740c8 h1:Q89lZ2nzOY/TNFxnu5BHJjVqvFamvKounswyxuHozew= +github.com/kube-logging/logging-operator v0.0.0-20240527130312-a71e24e740c8/go.mod h1:PajPeFq51M9zwEGDnWQLz3WzwZHDnBFYya3r4DOekCg= github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw= github.com/lann/builder v0.0.0-20180802200727-47ae307949d0/go.mod h1:dXGbAdH5GtBTC4WfIxhKZfyBF/HBFgRZSWwZ9g/He9o= github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk= @@ -322,10 +322,10 @@ github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE= github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE= github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU= -github.com/onsi/ginkgo/v2 v2.14.0 h1:vSmGj2Z5YPb9JwCWT6z6ihcUvDhuXLc3sJiqd3jMKAY= -github.com/onsi/ginkgo/v2 v2.14.0/go.mod h1:JkUdW7JkN0V6rFvsHcJ478egV3XH9NxpD27Hal/PhZw= -github.com/onsi/gomega v1.32.0 h1:JRYU78fJ1LPxlckP6Txi/EYqJvjtMrDC04/MM5XRHPk= -github.com/onsi/gomega v1.32.0/go.mod h1:a4x4gW6Pz2yK1MAmvluYme5lvYTn61afQ2ETw/8n4Lg= +github.com/onsi/ginkgo/v2 v2.17.1 h1:V++EzdbhI4ZV4ev0UTIj0PzhzOcReJFyJaLjtSF55M8= +github.com/onsi/ginkgo/v2 v2.17.1/go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs= +github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk= +github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0= github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U= github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM= github.com/opencontainers/image-spec v1.1.0-rc5 h1:Ygwkfw9bpDvs+c9E34SdgGOj41dX/cbdlwvlWt0pnFI= @@ -344,8 +344,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY= github.com/poy/onpar v1.1.2/go.mod h1:6X8FLNoxyr9kkmnlqpK6LSoiOtrO6MICtWwEuWkLjzg= -github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.0 h1:M7SQPR01PKW0vraTxrZvg0IKpVpTb3c0Rs0F753uTlI= -github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.0/go.mod h1:yJ3CawR/A5qEYFEeCOUVYLTwYxmacfHQhJS+b/2QiaM= +github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0 h1:AHzMWDxNiAVscJL6+4wkvFRTpMnJqiaZFEKA/osaBXE= +github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0/go.mod h1:wAR5JopumPtAZnu0Cjv2PSqV4p4QB09LMhc6fZZTXuA= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= github.com/prometheus/client_golang v1.1.0/go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g= @@ -447,19 +447,19 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4= -golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30= -golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M= +golang.org/x/crypto v0.23.0 h1:dIJU/v2J8Mdglj/8rJ6UUOM3Zc9zLZxVZwwxMooUSAI= +golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 h1:LfspQV/FYTatPTr/3HzIcmiUFH7PGP+OQ6mgDYo3yuQ= -golang.org/x/exp v0.0.0-20240222234643-814bf88cf225/go.mod h1:CxmFvTBINI24O/j8iY7H1xHzx2i4OsyguNBmN/uPtqc= +golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 h1:985EYyeCOxTpcgOTJpflJUwOeEz0CQOdPt73OzpE9F8= +golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0/go.mod h1:/lliqkxwWAhPjf5oSOIJup2XcqJaw8RGS6k3TGEc7GI= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= -golang.org/x/mod v0.15.0 h1:SernR4v+D55NyBH2QiEQrlBAnj1ECL6AGrA5+dPaMY8= -golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA= +golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -474,8 +474,8 @@ golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwY golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= -golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w= -golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8= +golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac= +golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.16.0 h1:aDkGMBSYxElaoP81NpoUoz2oo2R2wHdZpGToUxfyQrQ= golang.org/x/oauth2 v0.16.0/go.mod h1:hqZ+0LWXsiVoZpeld6jVt06P3adbS2Uu911W1SsJv2o= @@ -486,8 +486,8 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.5.0 h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE= -golang.org/x/sync v0.5.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M= +golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -504,21 +504,21 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o= -golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y= +golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.0.0-20220526004731-065cf7ba2467/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= -golang.org/x/term v0.19.0 h1:+ThwsDv+tYfnJFhF4L8jITxu1tdTWRTZpdsWgEgjL6Q= -golang.org/x/term v0.19.0/go.mod h1:2CuTdWZ7KHSQwUzKva0cbMg6q2DMI3Mmxp+gKJbskEk= +golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw= +golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= -golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= +golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk= +golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -530,8 +530,8 @@ golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.18.0 h1:k8NLag8AGHnn+PHbl7g43CtqZAwG60vZkLqgyZgIHgQ= -golang.org/x/tools v0.18.0/go.mod h1:GL7B4CwcLLeo59yx/9UWWuNOW1n3VZ4f5axWfML7Lcg= +golang.org/x/tools v0.20.0 h1:hz/CVckiOxybQvFw6h7b/q80NTr9IUQb4s1IIzW7KNY= +golang.org/x/tools v0.20.0/go.mod h1:WvitBU7JJf6A4jOdg4S1tviW9bhUxkgeCui/0JHctQg= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -582,36 +582,36 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gotest.tools/v3 v3.4.0 h1:ZazjZUfuVeZGLAmlKKuyv3IKP5orXcwtOwDQH6YVr6o= gotest.tools/v3 v3.4.0/go.mod h1:CtbdzLSsqVhDgMtKsx03ird5YTGB3ar27v0u/yKBW5g= -helm.sh/helm/v3 v3.14.3 h1:HmvRJlwyyt9HjgmAuxHbHv3PhMz9ir/XNWHyXfmnOP4= -helm.sh/helm/v3 v3.14.3/go.mod h1:v6myVbyseSBJTzhmeE39UcPLNv6cQK6qss3dvgAySaE= +helm.sh/helm/v3 v3.15.1 h1:22ztacHz4gMqhXNqCQ9NAg6BFWoRUryNLvnkz6OVyw0= +helm.sh/helm/v3 v3.15.1/go.mod h1:fvfoRcB8UKRUV5jrIfOTaN/pG1TPhuqSb56fjYdTKXg= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -k8s.io/api v0.29.3 h1:2ORfZ7+bGC3YJqGpV0KSDDEVf8hdGQ6A03/50vj8pmw= -k8s.io/api v0.29.3/go.mod h1:y2yg2NTyHUUkIoTC+phinTnEa3KFM6RZ3szxt014a80= -k8s.io/apiextensions-apiserver v0.29.3 h1:9HF+EtZaVpFjStakF4yVufnXGPRppWFEQ87qnO91YeI= -k8s.io/apiextensions-apiserver v0.29.3/go.mod h1:po0XiY5scnpJfFizNGo6puNU6Fq6D70UJY2Cb2KwAVc= -k8s.io/apimachinery v0.29.3 h1:2tbx+5L7RNvqJjn7RIuIKu9XTsIZ9Z5wX2G22XAa5EU= -k8s.io/apimachinery v0.29.3/go.mod h1:hx/S4V2PNW4OMg3WizRrHutyB5la0iCUbZym+W0EQIU= -k8s.io/apiserver v0.29.3 h1:xR7ELlJ/BZSr2n4CnD3lfA4gzFivh0wwfNfz9L0WZcE= -k8s.io/apiserver v0.29.3/go.mod h1:hrvXlwfRulbMbBgmWRQlFru2b/JySDpmzvQwwk4GUOs= -k8s.io/cli-runtime v0.29.0 h1:q2kC3cex4rOBLfPOnMSzV2BIrrQlx97gxHJs21KxKS4= -k8s.io/cli-runtime v0.29.0/go.mod h1:VKudXp3X7wR45L+nER85YUzOQIru28HQpXr0mTdeCrk= -k8s.io/client-go v0.29.3 h1:R/zaZbEAxqComZ9FHeQwOh3Y1ZUs7FaHKZdQtIc2WZg= -k8s.io/client-go v0.29.3/go.mod h1:tkDisCvgPfiRpxGnOORfkljmS+UrW+WtXAy2fTvXJB0= -k8s.io/component-base v0.29.3 h1:Oq9/nddUxlnrCuuR2K/jp6aflVvc0uDvxMzAWxnGzAo= -k8s.io/component-base v0.29.3/go.mod h1:Yuj33XXjuOk2BAaHsIGHhCKZQAgYKhqIxIjIr2UXYio= +k8s.io/api v0.30.1 h1:kCm/6mADMdbAxmIh0LBjS54nQBE+U4KmbCfIkF5CpJY= +k8s.io/api v0.30.1/go.mod h1:ddbN2C0+0DIiPntan/bye3SW3PdwLa11/0yqwvuRrJM= +k8s.io/apiextensions-apiserver v0.30.1 h1:4fAJZ9985BmpJG6PkoxVRpXv9vmPUOVzl614xarePws= +k8s.io/apiextensions-apiserver v0.30.1/go.mod h1:R4GuSrlhgq43oRY9sF2IToFh7PVlF1JjfWdoG3pixk4= +k8s.io/apimachinery v0.30.1 h1:ZQStsEfo4n65yAdlGTfP/uSHMQSoYzU/oeEbkmF7P2U= +k8s.io/apimachinery v0.30.1/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc= +k8s.io/apiserver v0.30.1 h1:BEWEe8bzS12nMtDKXzCF5Q5ovp6LjjYkSp8qOPk8LZ8= +k8s.io/apiserver v0.30.1/go.mod h1:i87ZnQ+/PGAmSbD/iEKM68bm1D5reX8fO4Ito4B01mo= +k8s.io/cli-runtime v0.30.0 h1:0vn6/XhOvn1RJ2KJOC6IRR2CGqrpT6QQF4+8pYpWQ48= +k8s.io/cli-runtime v0.30.0/go.mod h1:vATpDMATVTMA79sZ0YUCzlMelf6rUjoBzlp+RnoM+cg= +k8s.io/client-go v0.30.1 h1:uC/Ir6A3R46wdkgCV3vbLyNOYyCJ8oZnjtJGKfytl/Q= +k8s.io/client-go v0.30.1/go.mod h1:wrAqLNs2trwiCH/wxxmT/x3hKVH9PuV0GGW0oDoHVqc= +k8s.io/component-base v0.30.1 h1:bvAtlPh1UrdaZL20D9+sWxsJljMi0QZ3Lmw+kmZAaxQ= +k8s.io/component-base v0.30.1/go.mod h1:e/X9kDiOebwlI41AvBHuWdqFriSRrX50CdwA9TFaHLI= k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw= k8s.io/klog/v2 v2.120.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE= -k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 h1:aVUu9fTY98ivBPKR9Y5w/AuzbMm96cd3YHRTU83I780= -k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00/go.mod h1:AsvuZPBlUDVuCdzJ87iajxtXuR9oktsTctW/R9wwouA= -k8s.io/kubectl v0.29.0 h1:Oqi48gXjikDhrBF67AYuZRTcJV4lg2l42GmvsP7FmYI= -k8s.io/kubectl v0.29.0/go.mod h1:0jMjGWIcMIQzmUaMgAzhSELv5WtHo2a8pq67DtviAJs= +k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag= +k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340/go.mod h1:yD4MZYeKMBwQKVht279WycxKyM84kkAx2DPrTXaeb98= +k8s.io/kubectl v0.30.0 h1:xbPvzagbJ6RNYVMVuiHArC1grrV5vSmmIcSZuCdzRyk= +k8s.io/kubectl v0.30.0/go.mod h1:zgolRw2MQXLPwmic2l/+iHs239L49fhSeICuMhQQXTI= k8s.io/utils v0.0.0-20240310230437-4693a0247e57 h1:gbqbevonBh57eILzModw6mrkbwM0gQBEuevE/AaBsHY= k8s.io/utils v0.0.0-20240310230437-4693a0247e57/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= oras.land/oras-go v1.2.4 h1:djpBY2/2Cs1PV87GSJlxv4voajVOMZxqqtq9AB8YNvY= oras.land/oras-go v1.2.4/go.mod h1:DYcGfb3YF1nKjcezfX2SNlDAeQFKSXmf+qrFmrh4324= -sigs.k8s.io/controller-runtime v0.17.3 h1:65QmN7r3FWgTxDMz9fvGnO1kbf2nu+acg9p2R9oYYYk= -sigs.k8s.io/controller-runtime v0.17.3/go.mod h1:N0jpP5Lo7lMTF9aL56Z/B2oWBJjey6StQM0jRbKQXtY= +sigs.k8s.io/controller-runtime v0.18.3 h1:B5Wmmo8WMWK7izei+2LlXLVDGzMwAHBNLX68lwtlSR4= +sigs.k8s.io/controller-runtime v0.18.3/go.mod h1:TVoGrfdpbA9VRFaRnKgk9P5/atA0pMwq+f+msb9M8Sg= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 h1:XX3Ajgzov2RKUdc5jW3t5jwY7Bo7dcRm+tFxT+NfgY0= diff --git a/go.mod b/go.mod index 563c1b97c..bdd56c5dd 100644 --- a/go.mod +++ b/go.mod @@ -1,30 +1,32 @@ module github.com/kube-logging/logging-operator -go 1.21 +go 1.22.0 + +toolchain go1.22.3 require ( emperror.dev/errors v0.8.1 github.com/MakeNowJust/heredoc v1.0.0 github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 github.com/cisco-open/operator-tools v0.34.0 - github.com/go-logr/logr v1.4.1 + github.com/go-logr/logr v1.4.2 github.com/kube-logging/logging-operator/pkg/sdk v0.11.0 github.com/kube-logging/logging-operator/pkg/sdk/logging/model/syslogng/config v0.0.0 github.com/onsi/ginkgo v1.16.5 - github.com/onsi/gomega v1.32.0 + github.com/onsi/gomega v1.33.1 github.com/pborman/uuid v1.2.1 - github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.0 - github.com/prometheus/client_golang v1.19.0 - github.com/siliconbrain/go-seqs v0.10.0 + github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0 + github.com/prometheus/client_golang v1.19.1 + github.com/siliconbrain/go-seqs v0.12.0 github.com/spf13/cast v1.6.0 github.com/stretchr/testify v1.9.0 - golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 - k8s.io/api v0.29.3 - k8s.io/apiextensions-apiserver v0.29.3 - k8s.io/apimachinery v0.29.3 - k8s.io/client-go v0.29.3 + golang.org/x/exp v0.0.0-20240525044651-4c93da0ed11d + k8s.io/api v0.30.1 + k8s.io/apiextensions-apiserver v0.30.1 + k8s.io/apimachinery v0.30.1 + k8s.io/client-go v0.30.1 k8s.io/klog/v2 v2.120.1 - sigs.k8s.io/controller-runtime v0.17.3 + sigs.k8s.io/controller-runtime v0.18.3 ) require ( @@ -37,7 +39,7 @@ require ( github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/emicklei/go-restful/v3 v3.11.0 // indirect github.com/evanphx/json-patch v5.6.0+incompatible // indirect - github.com/evanphx/json-patch/v5 v5.8.0 // indirect + github.com/evanphx/json-patch/v5 v5.9.0 // indirect github.com/fatih/color v1.16.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/go-logr/zapr v1.3.0 // indirect @@ -72,11 +74,11 @@ require ( github.com/wayneashleyberry/terminal-dimensions v1.1.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect - golang.org/x/net v0.24.0 // indirect + golang.org/x/net v0.25.0 // indirect golang.org/x/oauth2 v0.16.0 // indirect - golang.org/x/sys v0.19.0 // indirect - golang.org/x/term v0.19.0 // indirect - golang.org/x/text v0.14.0 // indirect + golang.org/x/sys v0.20.0 // indirect + golang.org/x/term v0.20.0 // indirect + golang.org/x/text v0.15.0 // indirect golang.org/x/time v0.3.0 // indirect gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect google.golang.org/appengine v1.6.7 // indirect @@ -85,8 +87,7 @@ require ( gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect - k8s.io/component-base v0.29.3 // indirect - k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect + k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect diff --git a/go.sum b/go.sum index d2a13948b..e32d71d58 100644 --- a/go.sum +++ b/go.sum @@ -27,8 +27,8 @@ github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxER github.com/emicklei/go-restful/v3 v3.11.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U= github.com/evanphx/json-patch v5.6.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= -github.com/evanphx/json-patch/v5 v5.8.0 h1:lRj6N9Nci7MvzrXuX6HFzU8XjmhPiXPlsKEy1u0KQro= -github.com/evanphx/json-patch/v5 v5.8.0/go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ= +github.com/evanphx/json-patch/v5 v5.9.0 h1:kcBlZQbplgElYIlo/n1hJbls2z/1awpXxpRi0/FOJfg= +github.com/evanphx/json-patch/v5 v5.9.0/go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ= github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM= github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE= github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8= @@ -39,8 +39,8 @@ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nos github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/go-logr/logr v1.4.1 h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ= -github.com/go-logr/logr v1.4.1/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= +github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY= +github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= github.com/go-logr/zapr v1.3.0 h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ= github.com/go-logr/zapr v1.3.0/go.mod h1:YKepepNBd1u/oyhd/yQmtjVXmm9uML4IXUgMOwR8/Gg= github.com/go-openapi/jsonpointer v0.19.6 h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE= @@ -51,7 +51,8 @@ github.com/go-openapi/swag v0.22.3 h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/ github.com/go-openapi/swag v0.22.3/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14= github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI= -github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls= +github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI= +github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8= github.com/go-test/deep v1.1.0 h1:WOcxcdHcvdgThNXjw0t76K42FXTU7HpNQWHpA2HHNlg= github.com/go-test/deep v1.1.0/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE= github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= @@ -79,8 +80,8 @@ github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0= github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 h1:K6RDEckDVWvDI9JAJYCmNdQXq6neHJOYx3V6jnqNEec= -github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= +github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 h1:k7nVchz72niMH6YLQNvHSdIE7iqsQxK1P41mySCvssg= +github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6/go.mod h1:kf6iHlnVGwgKolg33glAes7Yg/8iWP8ukqeldJSO7jw= github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= @@ -124,12 +125,12 @@ github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE= github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU= -github.com/onsi/ginkgo/v2 v2.15.0 h1:79HwNRBAZHOEwrczrgSOPy+eFTTlIGELKy5as+ClttY= -github.com/onsi/ginkgo/v2 v2.15.0/go.mod h1:HlxMHtYF57y6Dpf+mc5529KKmSq9h2FpCF+/ZkwUxKM= +github.com/onsi/ginkgo/v2 v2.17.2 h1:7eMhcy3GimbsA3hEnVKdw/PQM9XN9krpKVXsZdph0/g= +github.com/onsi/ginkgo/v2 v2.17.2/go.mod h1:nP2DPOQoNsQmsVyv5rDA8JkXQoCs6goXIvr/PRJ1eCc= github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= -github.com/onsi/gomega v1.32.0 h1:JRYU78fJ1LPxlckP6Txi/EYqJvjtMrDC04/MM5XRHPk= -github.com/onsi/gomega v1.32.0/go.mod h1:a4x4gW6Pz2yK1MAmvluYme5lvYTn61afQ2ETw/8n4Lg= +github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk= +github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0= github.com/pborman/uuid v1.2.1 h1:+ZZIw58t/ozdjRaXh/3awHfmWRbzYxJoAdNJxe/3pvw= github.com/pborman/uuid v1.2.1/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= @@ -137,10 +138,10 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.0 h1:M7SQPR01PKW0vraTxrZvg0IKpVpTb3c0Rs0F753uTlI= -github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.0/go.mod h1:yJ3CawR/A5qEYFEeCOUVYLTwYxmacfHQhJS+b/2QiaM= -github.com/prometheus/client_golang v1.19.0 h1:ygXvpU1AoN1MhdzckN+PyD9QJOSD4x7kmXYlnfbA6JU= -github.com/prometheus/client_golang v1.19.0/go.mod h1:ZRM9uEAypZakd+q/x7+gmsvXdURP+DABIEIjnmDdp+k= +github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0 h1:AHzMWDxNiAVscJL6+4wkvFRTpMnJqiaZFEKA/osaBXE= +github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0/go.mod h1:wAR5JopumPtAZnu0Cjv2PSqV4p4QB09LMhc6fZZTXuA= +github.com/prometheus/client_golang v1.19.1 h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQeLaYJFJBOE= +github.com/prometheus/client_golang v1.19.1/go.mod h1:mP78NwGzrVks5S2H6ab8+ZZGJLZUq1hoULYBAYBw1Ho= github.com/prometheus/client_model v0.5.0 h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw= github.com/prometheus/client_model v0.5.0/go.mod h1:dTiFglRmd66nLR9Pv9f0mZi7B7fk5Pm3gvsjB5tr+kI= github.com/prometheus/common v0.48.0 h1:QO8U2CdOzSn1BBsmXJXduaaW+dY/5QLjfB8svtSzKKE= @@ -151,8 +152,8 @@ github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjR github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0= github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= -github.com/siliconbrain/go-seqs v0.10.0 h1:yU4D17wnh72Lxz0JKg08+EWiZZM0hkJLip1HBlAvSyE= -github.com/siliconbrain/go-seqs v0.10.0/go.mod h1:8kptI0u8epC1dPx/nCo3fUM2xJnfAoo59/UJiCsxkR4= +github.com/siliconbrain/go-seqs v0.12.0 h1:KNNe4YgnVS+AQh/qburTQYKq4GPmRsNrTwmHDFrziGg= +github.com/siliconbrain/go-seqs v0.12.0/go.mod h1:8kptI0u8epC1dPx/nCo3fUM2xJnfAoo59/UJiCsxkR4= github.com/spf13/cast v1.6.0 h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0= github.com/spf13/cast v1.6.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= @@ -183,8 +184,8 @@ go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 h1:985EYyeCOxTpcgOTJpflJUwOeEz0CQOdPt73OzpE9F8= -golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0/go.mod h1:/lliqkxwWAhPjf5oSOIJup2XcqJaw8RGS6k3TGEc7GI= +golang.org/x/exp v0.0.0-20240525044651-4c93da0ed11d h1:N0hmiNbwsSNwHBAvR3QB5w25pUwH4tK0Y/RltD1j1h4= +golang.org/x/exp v0.0.0-20240525044651-4c93da0ed11d/go.mod h1:XtvwrStGgqGPLc4cjQfWqZHG1YFdYs6swckp8vpsjnc= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -194,8 +195,8 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w= -golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8= +golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac= +golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= golang.org/x/oauth2 v0.16.0 h1:aDkGMBSYxElaoP81NpoUoz2oo2R2wHdZpGToUxfyQrQ= golang.org/x/oauth2 v0.16.0/go.mod h1:hqZ+0LWXsiVoZpeld6jVt06P3adbS2Uu911W1SsJv2o= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -213,15 +214,15 @@ golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o= -golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/term v0.19.0 h1:+ThwsDv+tYfnJFhF4L8jITxu1tdTWRTZpdsWgEgjL6Q= -golang.org/x/term v0.19.0/go.mod h1:2CuTdWZ7KHSQwUzKva0cbMg6q2DMI3Mmxp+gKJbskEk= +golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y= +golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw= +golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= -golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= +golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk= +golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -229,8 +230,8 @@ golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.20.0 h1:hz/CVckiOxybQvFw6h7b/q80NTr9IUQb4s1IIzW7KNY= -golang.org/x/tools v0.20.0/go.mod h1:WvitBU7JJf6A4jOdg4S1tviW9bhUxkgeCui/0JHctQg= +golang.org/x/tools v0.21.0 h1:qc0xYgIbsSDt9EyWz05J5wfa7LOVW0YTLOXrqdLAWIw= +golang.org/x/tools v0.21.0/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -266,24 +267,22 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -k8s.io/api v0.29.3 h1:2ORfZ7+bGC3YJqGpV0KSDDEVf8hdGQ6A03/50vj8pmw= -k8s.io/api v0.29.3/go.mod h1:y2yg2NTyHUUkIoTC+phinTnEa3KFM6RZ3szxt014a80= -k8s.io/apiextensions-apiserver v0.29.3 h1:9HF+EtZaVpFjStakF4yVufnXGPRppWFEQ87qnO91YeI= -k8s.io/apiextensions-apiserver v0.29.3/go.mod h1:po0XiY5scnpJfFizNGo6puNU6Fq6D70UJY2Cb2KwAVc= -k8s.io/apimachinery v0.29.3 h1:2tbx+5L7RNvqJjn7RIuIKu9XTsIZ9Z5wX2G22XAa5EU= -k8s.io/apimachinery v0.29.3/go.mod h1:hx/S4V2PNW4OMg3WizRrHutyB5la0iCUbZym+W0EQIU= -k8s.io/client-go v0.29.3 h1:R/zaZbEAxqComZ9FHeQwOh3Y1ZUs7FaHKZdQtIc2WZg= -k8s.io/client-go v0.29.3/go.mod h1:tkDisCvgPfiRpxGnOORfkljmS+UrW+WtXAy2fTvXJB0= -k8s.io/component-base v0.29.3 h1:Oq9/nddUxlnrCuuR2K/jp6aflVvc0uDvxMzAWxnGzAo= -k8s.io/component-base v0.29.3/go.mod h1:Yuj33XXjuOk2BAaHsIGHhCKZQAgYKhqIxIjIr2UXYio= +k8s.io/api v0.30.1 h1:kCm/6mADMdbAxmIh0LBjS54nQBE+U4KmbCfIkF5CpJY= +k8s.io/api v0.30.1/go.mod h1:ddbN2C0+0DIiPntan/bye3SW3PdwLa11/0yqwvuRrJM= +k8s.io/apiextensions-apiserver v0.30.1 h1:4fAJZ9985BmpJG6PkoxVRpXv9vmPUOVzl614xarePws= +k8s.io/apiextensions-apiserver v0.30.1/go.mod h1:R4GuSrlhgq43oRY9sF2IToFh7PVlF1JjfWdoG3pixk4= +k8s.io/apimachinery v0.30.1 h1:ZQStsEfo4n65yAdlGTfP/uSHMQSoYzU/oeEbkmF7P2U= +k8s.io/apimachinery v0.30.1/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc= +k8s.io/client-go v0.30.1 h1:uC/Ir6A3R46wdkgCV3vbLyNOYyCJ8oZnjtJGKfytl/Q= +k8s.io/client-go v0.30.1/go.mod h1:wrAqLNs2trwiCH/wxxmT/x3hKVH9PuV0GGW0oDoHVqc= k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw= k8s.io/klog/v2 v2.120.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE= -k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 h1:aVUu9fTY98ivBPKR9Y5w/AuzbMm96cd3YHRTU83I780= -k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00/go.mod h1:AsvuZPBlUDVuCdzJ87iajxtXuR9oktsTctW/R9wwouA= +k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag= +k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340/go.mod h1:yD4MZYeKMBwQKVht279WycxKyM84kkAx2DPrTXaeb98= k8s.io/utils v0.0.0-20240310230437-4693a0247e57 h1:gbqbevonBh57eILzModw6mrkbwM0gQBEuevE/AaBsHY= k8s.io/utils v0.0.0-20240310230437-4693a0247e57/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= -sigs.k8s.io/controller-runtime v0.17.3 h1:65QmN7r3FWgTxDMz9fvGnO1kbf2nu+acg9p2R9oYYYk= -sigs.k8s.io/controller-runtime v0.17.3/go.mod h1:N0jpP5Lo7lMTF9aL56Z/B2oWBJjey6StQM0jRbKQXtY= +sigs.k8s.io/controller-runtime v0.18.3 h1:B5Wmmo8WMWK7izei+2LlXLVDGzMwAHBNLX68lwtlSR4= +sigs.k8s.io/controller-runtime v0.18.3/go.mod h1:TVoGrfdpbA9VRFaRnKgk9P5/atA0pMwq+f+msb9M8Sg= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4= diff --git a/go.work b/go.work index 534df58d5..69f82c502 100644 --- a/go.work +++ b/go.work @@ -1,4 +1,6 @@ -go 1.21 +go 1.22.0 + +toolchain go1.22.3 use ( . diff --git a/pkg/sdk/go.mod b/pkg/sdk/go.mod index b5cef57a4..a341a0b9e 100644 --- a/pkg/sdk/go.mod +++ b/pkg/sdk/go.mod @@ -1,6 +1,8 @@ module github.com/kube-logging/logging-operator/pkg/sdk -go 1.21 +go 1.22.0 + +toolchain go1.22.3 require ( emperror.dev/errors v0.8.1 @@ -11,16 +13,16 @@ require ( github.com/ghodss/yaml v1.0.0 github.com/go-logr/zapr v1.3.0 github.com/onsi/ginkgo v1.16.5 - github.com/onsi/gomega v1.32.0 - github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.0 + github.com/onsi/gomega v1.33.1 + github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0 github.com/spf13/cast v1.6.0 github.com/stretchr/testify v1.9.0 go.uber.org/zap v1.27.0 - golang.org/x/net v0.24.0 - k8s.io/api v0.29.3 - k8s.io/apimachinery v0.29.3 - k8s.io/client-go v0.29.3 - sigs.k8s.io/controller-runtime v0.17.3 + golang.org/x/net v0.25.0 + k8s.io/api v0.30.1 + k8s.io/apimachinery v0.30.1 + k8s.io/client-go v0.30.1 + sigs.k8s.io/controller-runtime v0.18.3 ) require ( @@ -28,7 +30,7 @@ require ( github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/emicklei/go-restful/v3 v3.11.0 // indirect - github.com/evanphx/json-patch/v5 v5.8.0 // indirect + github.com/evanphx/json-patch/v5 v5.9.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/go-logr/logr v1.4.1 // indirect github.com/go-openapi/jsonpointer v0.19.6 // indirect @@ -62,9 +64,9 @@ require ( go.uber.org/multierr v1.11.0 // indirect golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect golang.org/x/oauth2 v0.12.0 // indirect - golang.org/x/sys v0.19.0 // indirect - golang.org/x/term v0.19.0 // indirect - golang.org/x/text v0.14.0 // indirect + golang.org/x/sys v0.20.0 // indirect + golang.org/x/term v0.20.0 // indirect + golang.org/x/text v0.15.0 // indirect golang.org/x/time v0.3.0 // indirect gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect google.golang.org/appengine v1.6.7 // indirect @@ -73,10 +75,9 @@ require ( gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect - k8s.io/apiextensions-apiserver v0.29.3 // indirect - k8s.io/component-base v0.29.3 // indirect + k8s.io/apiextensions-apiserver v0.30.1 // indirect k8s.io/klog/v2 v2.120.1 // indirect - k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect + k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect diff --git a/pkg/sdk/go.sum b/pkg/sdk/go.sum index 5d610fdd9..5996b8ba9 100644 --- a/pkg/sdk/go.sum +++ b/pkg/sdk/go.sum @@ -21,8 +21,8 @@ github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxER github.com/emicklei/go-restful/v3 v3.11.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U= github.com/evanphx/json-patch v5.6.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= -github.com/evanphx/json-patch/v5 v5.8.0 h1:lRj6N9Nci7MvzrXuX6HFzU8XjmhPiXPlsKEy1u0KQro= -github.com/evanphx/json-patch/v5 v5.8.0/go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ= +github.com/evanphx/json-patch/v5 v5.9.0 h1:kcBlZQbplgElYIlo/n1hJbls2z/1awpXxpRi0/FOJfg= +github.com/evanphx/json-patch/v5 v5.9.0/go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ= github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8= github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= @@ -43,7 +43,8 @@ github.com/go-openapi/swag v0.22.3 h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/ github.com/go-openapi/swag v0.22.3/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14= github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI= -github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls= +github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI= +github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8= github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE= @@ -69,8 +70,8 @@ github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0= github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 h1:K6RDEckDVWvDI9JAJYCmNdQXq6neHJOYx3V6jnqNEec= -github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= +github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 h1:k7nVchz72niMH6YLQNvHSdIE7iqsQxK1P41mySCvssg= +github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6/go.mod h1:kf6iHlnVGwgKolg33glAes7Yg/8iWP8ukqeldJSO7jw= github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -110,19 +111,19 @@ github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE= github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU= -github.com/onsi/ginkgo/v2 v2.15.0 h1:79HwNRBAZHOEwrczrgSOPy+eFTTlIGELKy5as+ClttY= -github.com/onsi/ginkgo/v2 v2.15.0/go.mod h1:HlxMHtYF57y6Dpf+mc5529KKmSq9h2FpCF+/ZkwUxKM= +github.com/onsi/ginkgo/v2 v2.17.2 h1:7eMhcy3GimbsA3hEnVKdw/PQM9XN9krpKVXsZdph0/g= +github.com/onsi/ginkgo/v2 v2.17.2/go.mod h1:nP2DPOQoNsQmsVyv5rDA8JkXQoCs6goXIvr/PRJ1eCc= github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= -github.com/onsi/gomega v1.32.0 h1:JRYU78fJ1LPxlckP6Txi/EYqJvjtMrDC04/MM5XRHPk= -github.com/onsi/gomega v1.32.0/go.mod h1:a4x4gW6Pz2yK1MAmvluYme5lvYTn61afQ2ETw/8n4Lg= +github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk= +github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.0 h1:M7SQPR01PKW0vraTxrZvg0IKpVpTb3c0Rs0F753uTlI= -github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.0/go.mod h1:yJ3CawR/A5qEYFEeCOUVYLTwYxmacfHQhJS+b/2QiaM= +github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0 h1:AHzMWDxNiAVscJL6+4wkvFRTpMnJqiaZFEKA/osaBXE= +github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0/go.mod h1:wAR5JopumPtAZnu0Cjv2PSqV4p4QB09LMhc6fZZTXuA= github.com/prometheus/client_golang v1.18.0 h1:HzFfmkOzH5Q8L8G+kSJKUx5dtG87sewO+FoDDqP5Tbk= github.com/prometheus/client_golang v1.18.0/go.mod h1:T+GXkCk5wSJyOqMIzVgvvjFDlkOQntgjkJWKrN5txjA= github.com/prometheus/client_model v0.5.0 h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw= @@ -174,8 +175,8 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w= -golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8= +golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac= +golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= golang.org/x/oauth2 v0.12.0 h1:smVPGxink+n1ZI5pkQa8y6fZT0RW0MgCO5bFpepy4B4= golang.org/x/oauth2 v0.12.0/go.mod h1:A74bZ3aGXgCY0qaIC9Ahg6Lglin4AMAco8cIv9baba4= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -191,15 +192,15 @@ golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o= -golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/term v0.19.0 h1:+ThwsDv+tYfnJFhF4L8jITxu1tdTWRTZpdsWgEgjL6Q= -golang.org/x/term v0.19.0/go.mod h1:2CuTdWZ7KHSQwUzKva0cbMg6q2DMI3Mmxp+gKJbskEk= +golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y= +golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw= +golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= -golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= +golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk= +golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -207,8 +208,8 @@ golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.16.1 h1:TLyB3WofjdOEepBHAU20JdNC1Zbg87elYofWYAY5oZA= -golang.org/x/tools v0.16.1/go.mod h1:kYVVN6I1mBNoB1OX+noeBjbRk4IUEPa7JJ+TJMEooJ0= +golang.org/x/tools v0.20.0 h1:hz/CVckiOxybQvFw6h7b/q80NTr9IUQb4s1IIzW7KNY= +golang.org/x/tools v0.20.0/go.mod h1:WvitBU7JJf6A4jOdg4S1tviW9bhUxkgeCui/0JHctQg= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -244,24 +245,22 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -k8s.io/api v0.29.3 h1:2ORfZ7+bGC3YJqGpV0KSDDEVf8hdGQ6A03/50vj8pmw= -k8s.io/api v0.29.3/go.mod h1:y2yg2NTyHUUkIoTC+phinTnEa3KFM6RZ3szxt014a80= -k8s.io/apiextensions-apiserver v0.29.3 h1:9HF+EtZaVpFjStakF4yVufnXGPRppWFEQ87qnO91YeI= -k8s.io/apiextensions-apiserver v0.29.3/go.mod h1:po0XiY5scnpJfFizNGo6puNU6Fq6D70UJY2Cb2KwAVc= -k8s.io/apimachinery v0.29.3 h1:2tbx+5L7RNvqJjn7RIuIKu9XTsIZ9Z5wX2G22XAa5EU= -k8s.io/apimachinery v0.29.3/go.mod h1:hx/S4V2PNW4OMg3WizRrHutyB5la0iCUbZym+W0EQIU= -k8s.io/client-go v0.29.3 h1:R/zaZbEAxqComZ9FHeQwOh3Y1ZUs7FaHKZdQtIc2WZg= -k8s.io/client-go v0.29.3/go.mod h1:tkDisCvgPfiRpxGnOORfkljmS+UrW+WtXAy2fTvXJB0= -k8s.io/component-base v0.29.3 h1:Oq9/nddUxlnrCuuR2K/jp6aflVvc0uDvxMzAWxnGzAo= -k8s.io/component-base v0.29.3/go.mod h1:Yuj33XXjuOk2BAaHsIGHhCKZQAgYKhqIxIjIr2UXYio= +k8s.io/api v0.30.1 h1:kCm/6mADMdbAxmIh0LBjS54nQBE+U4KmbCfIkF5CpJY= +k8s.io/api v0.30.1/go.mod h1:ddbN2C0+0DIiPntan/bye3SW3PdwLa11/0yqwvuRrJM= +k8s.io/apiextensions-apiserver v0.30.1 h1:4fAJZ9985BmpJG6PkoxVRpXv9vmPUOVzl614xarePws= +k8s.io/apiextensions-apiserver v0.30.1/go.mod h1:R4GuSrlhgq43oRY9sF2IToFh7PVlF1JjfWdoG3pixk4= +k8s.io/apimachinery v0.30.1 h1:ZQStsEfo4n65yAdlGTfP/uSHMQSoYzU/oeEbkmF7P2U= +k8s.io/apimachinery v0.30.1/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc= +k8s.io/client-go v0.30.1 h1:uC/Ir6A3R46wdkgCV3vbLyNOYyCJ8oZnjtJGKfytl/Q= +k8s.io/client-go v0.30.1/go.mod h1:wrAqLNs2trwiCH/wxxmT/x3hKVH9PuV0GGW0oDoHVqc= k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw= k8s.io/klog/v2 v2.120.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE= -k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 h1:aVUu9fTY98ivBPKR9Y5w/AuzbMm96cd3YHRTU83I780= -k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00/go.mod h1:AsvuZPBlUDVuCdzJ87iajxtXuR9oktsTctW/R9wwouA= +k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag= +k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340/go.mod h1:yD4MZYeKMBwQKVht279WycxKyM84kkAx2DPrTXaeb98= k8s.io/utils v0.0.0-20240310230437-4693a0247e57 h1:gbqbevonBh57eILzModw6mrkbwM0gQBEuevE/AaBsHY= k8s.io/utils v0.0.0-20240310230437-4693a0247e57/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= -sigs.k8s.io/controller-runtime v0.17.3 h1:65QmN7r3FWgTxDMz9fvGnO1kbf2nu+acg9p2R9oYYYk= -sigs.k8s.io/controller-runtime v0.17.3/go.mod h1:N0jpP5Lo7lMTF9aL56Z/B2oWBJjey6StQM0jRbKQXtY= +sigs.k8s.io/controller-runtime v0.18.3 h1:B5Wmmo8WMWK7izei+2LlXLVDGzMwAHBNLX68lwtlSR4= +sigs.k8s.io/controller-runtime v0.18.3/go.mod h1:TVoGrfdpbA9VRFaRnKgk9P5/atA0pMwq+f+msb9M8Sg= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4= diff --git a/pkg/sdk/logging/api/v1beta1/common_types.go b/pkg/sdk/logging/api/v1beta1/common_types.go index 32fefa466..9d43e6669 100644 --- a/pkg/sdk/logging/api/v1beta1/common_types.go +++ b/pkg/sdk/logging/api/v1beta1/common_types.go @@ -72,12 +72,12 @@ type BufferMetrics struct { // ServiceMonitorConfig defines the ServiceMonitor properties type ServiceMonitorConfig struct { - AdditionalLabels map[string]string `json:"additionalLabels,omitempty"` - HonorLabels bool `json:"honorLabels,omitempty"` - Relabelings []*v1.RelabelConfig `json:"relabelings,omitempty"` - MetricsRelabelings []*v1.RelabelConfig `json:"metricRelabelings,omitempty"` - Scheme string `json:"scheme,omitempty"` - TLSConfig *v1.TLSConfig `json:"tlsConfig,omitempty"` + AdditionalLabels map[string]string `json:"additionalLabels,omitempty"` + HonorLabels bool `json:"honorLabels,omitempty"` + Relabelings []v1.RelabelConfig `json:"relabelings,omitempty"` + MetricsRelabelings []v1.RelabelConfig `json:"metricRelabelings,omitempty"` + Scheme string `json:"scheme,omitempty"` + TLSConfig *v1.TLSConfig `json:"tlsConfig,omitempty"` } // Security defines Fluentd, FluentbitAgent deployment security properties diff --git a/pkg/sdk/logging/api/v1beta1/zz_generated.deepcopy.go b/pkg/sdk/logging/api/v1beta1/zz_generated.deepcopy.go index 04f1f9d52..fcd1a56d5 100644 --- a/pkg/sdk/logging/api/v1beta1/zz_generated.deepcopy.go +++ b/pkg/sdk/logging/api/v1beta1/zz_generated.deepcopy.go @@ -2696,24 +2696,16 @@ func (in *ServiceMonitorConfig) DeepCopyInto(out *ServiceMonitorConfig) { } if in.Relabelings != nil { in, out := &in.Relabelings, &out.Relabelings - *out = make([]*monitoringv1.RelabelConfig, len(*in)) + *out = make([]monitoringv1.RelabelConfig, len(*in)) for i := range *in { - if (*in)[i] != nil { - in, out := &(*in)[i], &(*out)[i] - *out = new(monitoringv1.RelabelConfig) - (*in).DeepCopyInto(*out) - } + (*in)[i].DeepCopyInto(&(*out)[i]) } } if in.MetricsRelabelings != nil { in, out := &in.MetricsRelabelings, &out.MetricsRelabelings - *out = make([]*monitoringv1.RelabelConfig, len(*in)) + *out = make([]monitoringv1.RelabelConfig, len(*in)) for i := range *in { - if (*in)[i] != nil { - in, out := &(*in)[i], &(*out)[i] - *out = new(monitoringv1.RelabelConfig) - (*in).DeepCopyInto(*out) - } + (*in)[i].DeepCopyInto(&(*out)[i]) } } if in.TLSConfig != nil { diff --git a/pkg/sdk/logging/model/syslogng/config/go.mod b/pkg/sdk/logging/model/syslogng/config/go.mod index 6486088e5..7a5293570 100644 --- a/pkg/sdk/logging/model/syslogng/config/go.mod +++ b/pkg/sdk/logging/model/syslogng/config/go.mod @@ -1,17 +1,19 @@ module github.com/kube-logging/logging-operator/pkg/sdk/logging/model/syslogng/config -go 1.21 +go 1.22.0 + +toolchain go1.22.3 require ( emperror.dev/errors v0.8.1 github.com/cisco-open/operator-tools v0.34.0 github.com/kube-logging/logging-operator/pkg/sdk v0.11.0 - github.com/siliconbrain/go-seqs v0.10.0 + github.com/siliconbrain/go-seqs v0.12.0 github.com/stretchr/testify v1.9.0 - golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 - k8s.io/api v0.29.3 - k8s.io/apimachinery v0.29.3 - sigs.k8s.io/controller-runtime v0.17.3 + golang.org/x/exp v0.0.0-20240525044651-4c93da0ed11d + k8s.io/api v0.30.1 + k8s.io/apimachinery v0.30.1 + sigs.k8s.io/controller-runtime v0.18.3 ) require ( @@ -19,7 +21,7 @@ require ( github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/emicklei/go-restful/v3 v3.11.0 // indirect - github.com/evanphx/json-patch/v5 v5.8.0 // indirect + github.com/evanphx/json-patch/v5 v5.9.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/go-logr/logr v1.4.1 // indirect github.com/go-openapi/jsonpointer v0.19.6 // indirect @@ -43,7 +45,7 @@ require ( github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect - github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.0 // indirect + github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0 // indirect github.com/prometheus/client_golang v1.18.0 // indirect github.com/prometheus/client_model v0.5.0 // indirect github.com/prometheus/common v0.45.0 // indirect @@ -51,11 +53,11 @@ require ( github.com/spf13/cast v1.6.0 // indirect github.com/spf13/pflag v1.0.5 // indirect go.uber.org/multierr v1.11.0 // indirect - golang.org/x/net v0.24.0 // indirect + golang.org/x/net v0.25.0 // indirect golang.org/x/oauth2 v0.12.0 // indirect - golang.org/x/sys v0.19.0 // indirect - golang.org/x/term v0.19.0 // indirect - golang.org/x/text v0.14.0 // indirect + golang.org/x/sys v0.20.0 // indirect + golang.org/x/term v0.20.0 // indirect + golang.org/x/text v0.15.0 // indirect golang.org/x/time v0.3.0 // indirect gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect google.golang.org/appengine v1.6.7 // indirect @@ -63,11 +65,10 @@ require ( gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect - k8s.io/apiextensions-apiserver v0.29.3 // indirect - k8s.io/client-go v0.29.3 // indirect - k8s.io/component-base v0.29.3 // indirect + k8s.io/apiextensions-apiserver v0.30.1 // indirect + k8s.io/client-go v0.30.1 // indirect k8s.io/klog/v2 v2.120.1 // indirect - k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect + k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect diff --git a/pkg/sdk/logging/model/syslogng/config/go.sum b/pkg/sdk/logging/model/syslogng/config/go.sum index 5945847e4..503876fda 100644 --- a/pkg/sdk/logging/model/syslogng/config/go.sum +++ b/pkg/sdk/logging/model/syslogng/config/go.sum @@ -17,8 +17,8 @@ github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxER github.com/emicklei/go-restful/v3 v3.11.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U= github.com/evanphx/json-patch v5.6.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= -github.com/evanphx/json-patch/v5 v5.8.0 h1:lRj6N9Nci7MvzrXuX6HFzU8XjmhPiXPlsKEy1u0KQro= -github.com/evanphx/json-patch/v5 v5.8.0/go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ= +github.com/evanphx/json-patch/v5 v5.9.0 h1:kcBlZQbplgElYIlo/n1hJbls2z/1awpXxpRi0/FOJfg= +github.com/evanphx/json-patch/v5 v5.9.0/go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ= github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8= github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA= @@ -88,17 +88,17 @@ github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE= github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE= github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU= -github.com/onsi/ginkgo/v2 v2.14.0 h1:vSmGj2Z5YPb9JwCWT6z6ihcUvDhuXLc3sJiqd3jMKAY= -github.com/onsi/ginkgo/v2 v2.14.0/go.mod h1:JkUdW7JkN0V6rFvsHcJ478egV3XH9NxpD27Hal/PhZw= -github.com/onsi/gomega v1.32.0 h1:JRYU78fJ1LPxlckP6Txi/EYqJvjtMrDC04/MM5XRHPk= -github.com/onsi/gomega v1.32.0/go.mod h1:a4x4gW6Pz2yK1MAmvluYme5lvYTn61afQ2ETw/8n4Lg= +github.com/onsi/ginkgo/v2 v2.17.1 h1:V++EzdbhI4ZV4ev0UTIj0PzhzOcReJFyJaLjtSF55M8= +github.com/onsi/ginkgo/v2 v2.17.1/go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs= +github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk= +github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.0 h1:M7SQPR01PKW0vraTxrZvg0IKpVpTb3c0Rs0F753uTlI= -github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.0/go.mod h1:yJ3CawR/A5qEYFEeCOUVYLTwYxmacfHQhJS+b/2QiaM= +github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0 h1:AHzMWDxNiAVscJL6+4wkvFRTpMnJqiaZFEKA/osaBXE= +github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0/go.mod h1:wAR5JopumPtAZnu0Cjv2PSqV4p4QB09LMhc6fZZTXuA= github.com/prometheus/client_golang v1.18.0 h1:HzFfmkOzH5Q8L8G+kSJKUx5dtG87sewO+FoDDqP5Tbk= github.com/prometheus/client_golang v1.18.0/go.mod h1:T+GXkCk5wSJyOqMIzVgvvjFDlkOQntgjkJWKrN5txjA= github.com/prometheus/client_model v0.5.0 h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw= @@ -111,8 +111,8 @@ github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjR github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0= github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= -github.com/siliconbrain/go-seqs v0.10.0 h1:yU4D17wnh72Lxz0JKg08+EWiZZM0hkJLip1HBlAvSyE= -github.com/siliconbrain/go-seqs v0.10.0/go.mod h1:8kptI0u8epC1dPx/nCo3fUM2xJnfAoo59/UJiCsxkR4= +github.com/siliconbrain/go-seqs v0.12.0 h1:KNNe4YgnVS+AQh/qburTQYKq4GPmRsNrTwmHDFrziGg= +github.com/siliconbrain/go-seqs v0.12.0/go.mod h1:8kptI0u8epC1dPx/nCo3fUM2xJnfAoo59/UJiCsxkR4= github.com/spf13/cast v1.6.0 h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0= github.com/spf13/cast v1.6.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= @@ -139,8 +139,8 @@ go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 h1:985EYyeCOxTpcgOTJpflJUwOeEz0CQOdPt73OzpE9F8= -golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0/go.mod h1:/lliqkxwWAhPjf5oSOIJup2XcqJaw8RGS6k3TGEc7GI= +golang.org/x/exp v0.0.0-20240525044651-4c93da0ed11d h1:N0hmiNbwsSNwHBAvR3QB5w25pUwH4tK0Y/RltD1j1h4= +golang.org/x/exp v0.0.0-20240525044651-4c93da0ed11d/go.mod h1:XtvwrStGgqGPLc4cjQfWqZHG1YFdYs6swckp8vpsjnc= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= @@ -148,8 +148,8 @@ golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w= -golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8= +golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac= +golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= golang.org/x/oauth2 v0.12.0 h1:smVPGxink+n1ZI5pkQa8y6fZT0RW0MgCO5bFpepy4B4= golang.org/x/oauth2 v0.12.0/go.mod h1:A74bZ3aGXgCY0qaIC9Ahg6Lglin4AMAco8cIv9baba4= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -158,23 +158,23 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o= -golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/term v0.19.0 h1:+ThwsDv+tYfnJFhF4L8jITxu1tdTWRTZpdsWgEgjL6Q= -golang.org/x/term v0.19.0/go.mod h1:2CuTdWZ7KHSQwUzKva0cbMg6q2DMI3Mmxp+gKJbskEk= +golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y= +golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw= +golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= -golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= +golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk= +golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.20.0 h1:hz/CVckiOxybQvFw6h7b/q80NTr9IUQb4s1IIzW7KNY= -golang.org/x/tools v0.20.0/go.mod h1:WvitBU7JJf6A4jOdg4S1tviW9bhUxkgeCui/0JHctQg= +golang.org/x/tools v0.21.0 h1:qc0xYgIbsSDt9EyWz05J5wfa7LOVW0YTLOXrqdLAWIw= +golang.org/x/tools v0.21.0/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -199,24 +199,22 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -k8s.io/api v0.29.3 h1:2ORfZ7+bGC3YJqGpV0KSDDEVf8hdGQ6A03/50vj8pmw= -k8s.io/api v0.29.3/go.mod h1:y2yg2NTyHUUkIoTC+phinTnEa3KFM6RZ3szxt014a80= -k8s.io/apiextensions-apiserver v0.29.3 h1:9HF+EtZaVpFjStakF4yVufnXGPRppWFEQ87qnO91YeI= -k8s.io/apiextensions-apiserver v0.29.3/go.mod h1:po0XiY5scnpJfFizNGo6puNU6Fq6D70UJY2Cb2KwAVc= -k8s.io/apimachinery v0.29.3 h1:2tbx+5L7RNvqJjn7RIuIKu9XTsIZ9Z5wX2G22XAa5EU= -k8s.io/apimachinery v0.29.3/go.mod h1:hx/S4V2PNW4OMg3WizRrHutyB5la0iCUbZym+W0EQIU= -k8s.io/client-go v0.29.3 h1:R/zaZbEAxqComZ9FHeQwOh3Y1ZUs7FaHKZdQtIc2WZg= -k8s.io/client-go v0.29.3/go.mod h1:tkDisCvgPfiRpxGnOORfkljmS+UrW+WtXAy2fTvXJB0= -k8s.io/component-base v0.29.3 h1:Oq9/nddUxlnrCuuR2K/jp6aflVvc0uDvxMzAWxnGzAo= -k8s.io/component-base v0.29.3/go.mod h1:Yuj33XXjuOk2BAaHsIGHhCKZQAgYKhqIxIjIr2UXYio= +k8s.io/api v0.30.1 h1:kCm/6mADMdbAxmIh0LBjS54nQBE+U4KmbCfIkF5CpJY= +k8s.io/api v0.30.1/go.mod h1:ddbN2C0+0DIiPntan/bye3SW3PdwLa11/0yqwvuRrJM= +k8s.io/apiextensions-apiserver v0.30.1 h1:4fAJZ9985BmpJG6PkoxVRpXv9vmPUOVzl614xarePws= +k8s.io/apiextensions-apiserver v0.30.1/go.mod h1:R4GuSrlhgq43oRY9sF2IToFh7PVlF1JjfWdoG3pixk4= +k8s.io/apimachinery v0.30.1 h1:ZQStsEfo4n65yAdlGTfP/uSHMQSoYzU/oeEbkmF7P2U= +k8s.io/apimachinery v0.30.1/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc= +k8s.io/client-go v0.30.1 h1:uC/Ir6A3R46wdkgCV3vbLyNOYyCJ8oZnjtJGKfytl/Q= +k8s.io/client-go v0.30.1/go.mod h1:wrAqLNs2trwiCH/wxxmT/x3hKVH9PuV0GGW0oDoHVqc= k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw= k8s.io/klog/v2 v2.120.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE= -k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 h1:aVUu9fTY98ivBPKR9Y5w/AuzbMm96cd3YHRTU83I780= -k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00/go.mod h1:AsvuZPBlUDVuCdzJ87iajxtXuR9oktsTctW/R9wwouA= +k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag= +k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340/go.mod h1:yD4MZYeKMBwQKVht279WycxKyM84kkAx2DPrTXaeb98= k8s.io/utils v0.0.0-20240310230437-4693a0247e57 h1:gbqbevonBh57eILzModw6mrkbwM0gQBEuevE/AaBsHY= k8s.io/utils v0.0.0-20240310230437-4693a0247e57/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= -sigs.k8s.io/controller-runtime v0.17.3 h1:65QmN7r3FWgTxDMz9fvGnO1kbf2nu+acg9p2R9oYYYk= -sigs.k8s.io/controller-runtime v0.17.3/go.mod h1:N0jpP5Lo7lMTF9aL56Z/B2oWBJjey6StQM0jRbKQXtY= +sigs.k8s.io/controller-runtime v0.18.3 h1:B5Wmmo8WMWK7izei+2LlXLVDGzMwAHBNLX68lwtlSR4= +sigs.k8s.io/controller-runtime v0.18.3/go.mod h1:TVoGrfdpbA9VRFaRnKgk9P5/atA0pMwq+f+msb9M8Sg= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4= diff --git a/pkg/webhook/podhandler/podhandler.go b/pkg/webhook/podhandler/podhandler.go index 4c1bae930..62ddd259c 100644 --- a/pkg/webhook/podhandler/podhandler.go +++ b/pkg/webhook/podhandler/podhandler.go @@ -22,19 +22,20 @@ import ( "path/filepath" "github.com/go-logr/logr" + "github.com/siliconbrain/go-seqs/seqs" + corev1 "k8s.io/api/core/v1" + "github.com/kube-logging/logging-operator/pkg/resources/annotation" "github.com/kube-logging/logging-operator/pkg/resources/kubetool" "github.com/kube-logging/logging-operator/pkg/resources/volumepath" config "github.com/kube-logging/logging-operator/pkg/sdk/extensions/extensionsconfig" - "github.com/siliconbrain/go-seqs/seqs" - corev1 "k8s.io/api/core/v1" "sigs.k8s.io/controller-runtime/pkg/webhook/admission" ) // PodHandler . type PodHandler struct { - Decoder *admission.Decoder + Decoder admission.Decoder Log logr.Logger } diff --git a/renovate.json b/renovate.json index ebc4f6450..1d7dc97c6 100644 --- a/renovate.json +++ b/renovate.json @@ -15,7 +15,7 @@ "gomodTidy" ], "constraints": { - "go": "1.21" + "go": "1.22" }, "labels": ["dependencies"], "packageRules": [