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 6, 2021
1 parent a27dbdc commit 6cb9b3d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/common/operator.yaml
Expand Up @@ -3078,6 +3078,18 @@ spec:
spent during upgrade. DEPRECATED.
type: string
type: object
imagePullSecrets:
description: ImagePullSecrets for 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: Networking config
properties:
Expand Down
12 changes: 12 additions & 0 deletions pkg/api/scylla/v1/scylla.scylladb.com_scyllaclusters.yaml
Expand Up @@ -2903,6 +2903,18 @@ spec:
spent during upgrade. DEPRECATED.
type: string
type: object
imagePullSecrets:
description: ImagePullSecrets for 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: 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 6cb9b3d

Please sign in to comment.