Skip to content

Commit b03b662

Browse files
v-davegillies-upscalecw-Guo
authored andcommitted
Add generated manifests and docs
Signed-off-by: Dave Gillies <[email protected]>
1 parent acbae23 commit b03b662

File tree

7 files changed

+577
-1
lines changed

7 files changed

+577
-1
lines changed

charts/fluent-operator/charts/fluentd-crds/crds/fluentd.fluent.io_clusteroutputs.yaml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,9 +2358,81 @@ spec:
23582358
awsKeyId:
23592359
description: The AWS access key id.
23602360
type: string
2361+
awsKeyIdFromSecret:
2362+
description: The AWS access key id from Secrets.
2363+
properties:
2364+
valueFrom:
2365+
description: ValueSource defines how to find a value's
2366+
key.
2367+
properties:
2368+
secretKeyRef:
2369+
description: Selects a key of a secret in the pod's
2370+
namespace
2371+
properties:
2372+
key:
2373+
description: The key of the secret to select
2374+
from. Must be a valid secret key.
2375+
type: string
2376+
name:
2377+
default: ""
2378+
description: |-
2379+
Name of the referent.
2380+
This field is effectively required, but due to backwards compatibility is
2381+
allowed to be empty. Instances of this type with an empty value here are
2382+
almost certainly wrong.
2383+
TODO: Add other useful fields. apiVersion, kind, uid?
2384+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2385+
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
2386+
type: string
2387+
optional:
2388+
description: Specify whether the Secret or its
2389+
key must be defined
2390+
type: boolean
2391+
required:
2392+
- key
2393+
type: object
2394+
x-kubernetes-map-type: atomic
2395+
type: object
2396+
type: object
23612397
awsSecKey:
23622398
description: The AWS secret key.
23632399
type: string
2400+
awsSecKeyFromSecret:
2401+
description: The AWS secret key from Secrets.
2402+
properties:
2403+
valueFrom:
2404+
description: ValueSource defines how to find a value's
2405+
key.
2406+
properties:
2407+
secretKeyRef:
2408+
description: Selects a key of a secret in the pod's
2409+
namespace
2410+
properties:
2411+
key:
2412+
description: The key of the secret to select
2413+
from. Must be a valid secret key.
2414+
type: string
2415+
name:
2416+
default: ""
2417+
description: |-
2418+
Name of the referent.
2419+
This field is effectively required, but due to backwards compatibility is
2420+
allowed to be empty. Instances of this type with an empty value here are
2421+
almost certainly wrong.
2422+
TODO: Add other useful fields. apiVersion, kind, uid?
2423+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2424+
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
2425+
type: string
2426+
optional:
2427+
description: Specify whether the Secret or its
2428+
key must be defined
2429+
type: boolean
2430+
required:
2431+
- key
2432+
type: object
2433+
x-kubernetes-map-type: atomic
2434+
type: object
2435+
type: object
23642436
forcePathStyle:
23652437
description: This prevents AWS SDK from breaking endpoint
23662438
URL

charts/fluent-operator/charts/fluentd-crds/crds/fluentd.fluent.io_outputs.yaml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,9 +2358,81 @@ spec:
23582358
awsKeyId:
23592359
description: The AWS access key id.
23602360
type: string
2361+
awsKeyIdFromSecret:
2362+
description: The AWS access key id from Secrets.
2363+
properties:
2364+
valueFrom:
2365+
description: ValueSource defines how to find a value's
2366+
key.
2367+
properties:
2368+
secretKeyRef:
2369+
description: Selects a key of a secret in the pod's
2370+
namespace
2371+
properties:
2372+
key:
2373+
description: The key of the secret to select
2374+
from. Must be a valid secret key.
2375+
type: string
2376+
name:
2377+
default: ""
2378+
description: |-
2379+
Name of the referent.
2380+
This field is effectively required, but due to backwards compatibility is
2381+
allowed to be empty. Instances of this type with an empty value here are
2382+
almost certainly wrong.
2383+
TODO: Add other useful fields. apiVersion, kind, uid?
2384+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2385+
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
2386+
type: string
2387+
optional:
2388+
description: Specify whether the Secret or its
2389+
key must be defined
2390+
type: boolean
2391+
required:
2392+
- key
2393+
type: object
2394+
x-kubernetes-map-type: atomic
2395+
type: object
2396+
type: object
23612397
awsSecKey:
23622398
description: The AWS secret key.
23632399
type: string
2400+
awsSecKeyFromSecret:
2401+
description: The AWS secret key from Secrets.
2402+
properties:
2403+
valueFrom:
2404+
description: ValueSource defines how to find a value's
2405+
key.
2406+
properties:
2407+
secretKeyRef:
2408+
description: Selects a key of a secret in the pod's
2409+
namespace
2410+
properties:
2411+
key:
2412+
description: The key of the secret to select
2413+
from. Must be a valid secret key.
2414+
type: string
2415+
name:
2416+
default: ""
2417+
description: |-
2418+
Name of the referent.
2419+
This field is effectively required, but due to backwards compatibility is
2420+
allowed to be empty. Instances of this type with an empty value here are
2421+
almost certainly wrong.
2422+
TODO: Add other useful fields. apiVersion, kind, uid?
2423+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2424+
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
2425+
type: string
2426+
optional:
2427+
description: Specify whether the Secret or its
2428+
key must be defined
2429+
type: boolean
2430+
required:
2431+
- key
2432+
type: object
2433+
x-kubernetes-map-type: atomic
2434+
type: object
2435+
type: object
23642436
forcePathStyle:
23652437
description: This prevents AWS SDK from breaking endpoint
23662438
URL

config/crd/bases/fluentd.fluent.io_clusteroutputs.yaml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,9 +2358,81 @@ spec:
23582358
awsKeyId:
23592359
description: The AWS access key id.
23602360
type: string
2361+
awsKeyIdFromSecret:
2362+
description: The AWS access key id from Secrets.
2363+
properties:
2364+
valueFrom:
2365+
description: ValueSource defines how to find a value's
2366+
key.
2367+
properties:
2368+
secretKeyRef:
2369+
description: Selects a key of a secret in the pod's
2370+
namespace
2371+
properties:
2372+
key:
2373+
description: The key of the secret to select
2374+
from. Must be a valid secret key.
2375+
type: string
2376+
name:
2377+
default: ""
2378+
description: |-
2379+
Name of the referent.
2380+
This field is effectively required, but due to backwards compatibility is
2381+
allowed to be empty. Instances of this type with an empty value here are
2382+
almost certainly wrong.
2383+
TODO: Add other useful fields. apiVersion, kind, uid?
2384+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2385+
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
2386+
type: string
2387+
optional:
2388+
description: Specify whether the Secret or its
2389+
key must be defined
2390+
type: boolean
2391+
required:
2392+
- key
2393+
type: object
2394+
x-kubernetes-map-type: atomic
2395+
type: object
2396+
type: object
23612397
awsSecKey:
23622398
description: The AWS secret key.
23632399
type: string
2400+
awsSecKeyFromSecret:
2401+
description: The AWS secret key from Secrets.
2402+
properties:
2403+
valueFrom:
2404+
description: ValueSource defines how to find a value's
2405+
key.
2406+
properties:
2407+
secretKeyRef:
2408+
description: Selects a key of a secret in the pod's
2409+
namespace
2410+
properties:
2411+
key:
2412+
description: The key of the secret to select
2413+
from. Must be a valid secret key.
2414+
type: string
2415+
name:
2416+
default: ""
2417+
description: |-
2418+
Name of the referent.
2419+
This field is effectively required, but due to backwards compatibility is
2420+
allowed to be empty. Instances of this type with an empty value here are
2421+
almost certainly wrong.
2422+
TODO: Add other useful fields. apiVersion, kind, uid?
2423+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2424+
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
2425+
type: string
2426+
optional:
2427+
description: Specify whether the Secret or its
2428+
key must be defined
2429+
type: boolean
2430+
required:
2431+
- key
2432+
type: object
2433+
x-kubernetes-map-type: atomic
2434+
type: object
2435+
type: object
23642436
forcePathStyle:
23652437
description: This prevents AWS SDK from breaking endpoint
23662438
URL

0 commit comments

Comments
 (0)