Skip to content

Commit

Permalink
generate code
Browse files Browse the repository at this point in the history
  • Loading branch information
pepov committed Jun 15, 2020
1 parent 60dedd9 commit 32a6c19
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ spec:
selectors:
additionalProperties:
type: string
description: Deprecated
type: object
required:
- outputRefs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ spec:
spec:
description: LoggingSpec defines the desired state of Logging
properties:
allowClusterResourcesFromAllNamespaces:
type: boolean
controlNamespace:
type: string
defaultFlow:
Expand Down Expand Up @@ -4581,6 +4583,7 @@ spec:
type: string
type: array
required:
- allowClusterResourcesFromAllNamespaces
- controlNamespace
type: object
status:
Expand Down
1 change: 1 addition & 0 deletions config/crd/bases/logging.banzaicloud.io_clusterflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ spec:
selectors:
additionalProperties:
type: string
description: Deprecated
type: object
required:
- outputRefs
Expand Down
3 changes: 3 additions & 0 deletions config/crd/bases/logging.banzaicloud.io_loggings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ spec:
spec:
description: LoggingSpec defines the desired state of Logging
properties:
allowClusterResourcesFromAllNamespaces:
type: boolean
controlNamespace:
type: string
defaultFlow:
Expand Down Expand Up @@ -4581,6 +4583,7 @@ spec:
type: string
type: array
required:
- allowClusterResourcesFromAllNamespaces
- controlNamespace
type: object
status:
Expand Down

0 comments on commit 32a6c19

Please sign in to comment.