Skip to content

Commit

Permalink
Update autogenerated files
Browse files Browse the repository at this point in the history
  • Loading branch information
rzetelskik committed Jul 28, 2021
1 parent 6b865a0 commit 150697e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/common/operator.yaml
Expand Up @@ -3087,6 +3087,20 @@ spec:
spent during upgrade. DEPRECATED.
type: string
type: object
imagePullSecrets:
description: ImagePullSecrets is an optional list of references to
secrets in the same namespace used for pulling Scylla and Agent
images.
items:
description: LocalObjectReference contains enough information to
let you locate the referenced object inside the same namespace.
properties:
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?'
type: string
type: object
type: array
network:
description: network holds the networking config.
properties:
Expand Down
14 changes: 14 additions & 0 deletions pkg/api/scylla/v1/scylla.scylladb.com_scyllaclusters.yaml
Expand Up @@ -2911,6 +2911,20 @@ spec:
spent during upgrade. DEPRECATED.
type: string
type: object
imagePullSecrets:
description: ImagePullSecrets is an optional list of references to
secrets in the same namespace used for pulling Scylla and Agent
images.
items:
description: LocalObjectReference contains enough information to
let you locate the referenced object inside the same namespace.
properties:
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?'
type: string
type: object
type: array
network:
description: network holds the networking config.
properties:
Expand Down
5 changes: 5 additions & 0 deletions pkg/api/scylla/v1/zz_generated.deepcopy.go

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

0 comments on commit 150697e

Please sign in to comment.