Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: raoyunkun <[email protected]>
  • Loading branch information
raoyunkun committed Dec 31, 2023
1 parent b51f357 commit 07940ce
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1708,6 +1708,21 @@ spec:
additionalProperties:
type: string
type: object
pdb:
properties:
maxUnavailable:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
minAvailable:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
unhealthyPodEvictionPolicy:
type: string
type: object
podPriorityClassName:
type: string
port:
Expand Down
15 changes: 15 additions & 0 deletions config/crd/bases/logging.banzaicloud.io_fluentdconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1708,6 +1708,21 @@ spec:
additionalProperties:
type: string
type: object
pdb:
properties:
maxUnavailable:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
minAvailable:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
unhealthyPodEvictionPolicy:
type: string
type: object
podPriorityClassName:
type: string
port:
Expand Down
11 changes: 5 additions & 6 deletions docs/configuration/crds/v1beta1/fluentd_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ Ignore same log lines [more info]( https://docs.fluentd.org/deployment/logging#i
### nodeSelector (map[string]string, optional) {#fluentdspec-nodeselector}


### pdb (*PdbInput, optional) {#fluentdspec-pdb}


### podPriorityClassName (string, optional) {#fluentdspec-podpriorityclassname}


Expand Down Expand Up @@ -219,7 +222,6 @@ FluentdConfigList

### metadata (metav1.ListMeta, optional) {#fluentdconfiglist-metadata}

### pdb (*PdbInput, optional) {#fluentdspec-pdb}

### items ([]FluentdConfig, required) {#fluentdconfiglist-items}

Expand Down Expand Up @@ -330,16 +332,13 @@ Available in Logging operator version 4.4 and later. Configurable security conte

## PdbInput

### minAvailable (*intstr.IntOrString, optional) {#pdbinput-minavailable}
### maxUnavailable (*intstr.IntOrString, optional) {#pdbinput-maxunavailable}

Default: -

### maxUnavailable (*intstr.IntOrString, optional) {#pdbinput-maxunavailable}
### minAvailable (*intstr.IntOrString, optional) {#pdbinput-minavailable}

Default: -

### unhealthyPodEvictionPolicy (*policyv1.UnhealthyPodEvictionPolicyType, optional) {#pdbinput-unhealthypodevictionpolicy}

Default: -


2 changes: 2 additions & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2552,6 +2552,7 @@ k8s.io/component-base v0.28.2/go.mod h1:4IuQPQviQCg3du4si8GpMrhAIegxpsgPngPRR/zW
k8s.io/component-base v0.28.3/go.mod h1:fDJ6vpVNSk6cRo5wmDa6eKIG7UlIQkaFmZN2fYgIUD8=
k8s.io/component-helpers v0.28.2 h1:r/XJ265PMirW9EcGXr/F+2yWrLPo2I69KdvcY/h9HAo=
k8s.io/component-helpers v0.28.2/go.mod h1:pF1R5YWQ+sgf0i6EbVm+MQCzkYuqutDUibdrkvAa6aI=
k8s.io/component-helpers v0.28.4/go.mod h1:8LzMalOQ0K10tkBJWBWq8h0HTI9HDPx4WT3QvTFn9Ro=
k8s.io/cri-api v0.27.1 h1:KWO+U8MfI9drXB/P4oU9VchaWYOlwDglJZVHWMpTT3Q=
k8s.io/cri-api v0.27.1/go.mod h1:+Ts/AVYbIo04S86XbTD73UPp/DkTiYxtsFeOFEu32L0=
k8s.io/gengo v0.0.0-20220902162205-c0856e24416d h1:U9tB195lKdzwqicbJvyJeOXV7Klv+wNAWENRnXEGi08=
Expand All @@ -2563,6 +2564,7 @@ k8s.io/kms v0.28.4 h1:PMgY/3CQTWP9eIKmNQiTgjLIZ0ns6O+voagzD2/4mSg=
k8s.io/kms v0.28.4/go.mod h1:HL4/lR/bhjAJPbqycKtfhWiKh1Sp21cpHOL8P4oo87w=
k8s.io/metrics v0.28.2 h1:Z/oMk5SmiT/Ji1SaWOPfW2l9W831BLO9/XxDq9iS3ak=
k8s.io/metrics v0.28.2/go.mod h1:QTIIdjMrq+KodO+rmp6R9Pr1LZO8kTArNtkWoQXw0sw=
k8s.io/metrics v0.28.4/go.mod h1:bBqAJxH20c7wAsTQxDXOlVqxGMdce49d7WNr1WeaLac=
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
k8s.io/utils v0.0.0-20230505201702-9f6742963106/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
Expand Down

0 comments on commit 07940ce

Please sign in to comment.