Skip to content

Commit

Permalink
Update CRDs + Code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
vavsab committed Jan 6, 2025
1 parent f9a4683 commit e10d60a
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 3 deletions.
29 changes: 29 additions & 0 deletions deploy/crds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1013,3 +1013,32 @@ spec:
file:
description: Credentials file, generated with github.com/nats-io/nsc tool.
type: string
token:
description: The token to be used to connect to the NATS Service.
type: object
properties:
secret:
type: object
properties:
name:
description: Name of the secret with the token.
type: string
token:
description: Key in the secret that contains the token.
type: string
userWithPassword:
description: The user and password to be used to connect to the NATS Service.
type: object
properties:
secret:
type: object
properties:
name:
description: Name of the secret with the user and password.
type: string
user:
description: Key in the secret that contains the user.
type: string
password:
description: Key in the secret that contains the password.
type: string
44 changes: 44 additions & 0 deletions pkg/jetstream/apis/jetstream/v1beta2/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pkg/jetstream/generated/applyconfiguration/utils.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e10d60a

Please sign in to comment.