Skip to content

Commit 785fc72

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
api: update generated files for new podSettings in SmbCommonConfig
Signed-off-by: John Mulligan <[email protected]>
1 parent c4ea5f7 commit 785fc72

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 28 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/samba-operator.samba.org_smbcommonconfigs.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ spec:
4040
- external
4141
type: string
4242
type: object
43+
podSettings:
44+
description: PodSettings are configuration values that are applied to pods that the operator may create in order to host shares. The values specified under PodSettings allow admins and users to customize how pods are scheduled in a kubernetes cluster.
45+
properties:
46+
nodeSelector:
47+
additionalProperties:
48+
type: string
49+
description: NodeSelector values will be assigned to a PodSpec's NodeSelector.
50+
type: object
51+
type: object
4352
type: object
4453
status:
4554
description: SmbCommonConfigStatus defines the observed state of SmbCommonConfig

0 commit comments

Comments
 (0)