Skip to content

Commit

Permalink
Update auto generated files
Browse files Browse the repository at this point in the history
These were out of date since the last commit.
  • Loading branch information
espindola authored and zimnx committed Nov 2, 2020
1 parent e9d5366 commit cdf3eb3
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 79 deletions.
Expand Up @@ -6,14 +6,14 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: clusters.scylla.scylladb.com
name: scyllaclusters.scylla.scylladb.com
spec:
group: scylla.scylladb.com
names:
kind: Cluster
listKind: ClusterList
plural: clusters
singular: cluster
kind: ScyllaCluster
listKind: ScyllaClusterList
plural: scyllaclusters
singular: scyllacluster
scope: Namespaced
subresources:
status: {}
Expand Down
10 changes: 5 additions & 5 deletions examples/eks/operator.yaml
Expand Up @@ -12,7 +12,7 @@ metadata:
cert-manager.io/inject-ca-from: scylla-operator-system/scylla-operator-serving-cert
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: clusters.scylla.scylladb.com
name: scyllaclusters.scylla.scylladb.com
spec:
conversion:
strategy: Webhook
Expand All @@ -24,10 +24,10 @@ spec:
path: /convert
group: scylla.scylladb.com
names:
kind: Cluster
listKind: ClusterList
plural: clusters
singular: cluster
kind: ScyllaCluster
listKind: ScyllaClusterList
plural: scyllaclusters
singular: scyllacluster
preserveUnknownFields: false
scope: Namespaced
subresources:
Expand Down
10 changes: 5 additions & 5 deletions examples/generic/operator.yaml
Expand Up @@ -12,7 +12,7 @@ metadata:
cert-manager.io/inject-ca-from: scylla-operator-system/scylla-operator-serving-cert
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: clusters.scylla.scylladb.com
name: scyllaclusters.scylla.scylladb.com
spec:
conversion:
strategy: Webhook
Expand All @@ -24,10 +24,10 @@ spec:
path: /convert
group: scylla.scylladb.com
names:
kind: Cluster
listKind: ClusterList
plural: clusters
singular: cluster
kind: ScyllaCluster
listKind: ScyllaClusterList
plural: scyllaclusters
singular: scyllacluster
preserveUnknownFields: false
scope: Namespaced
subresources:
Expand Down
10 changes: 5 additions & 5 deletions examples/gke/operator.yaml
Expand Up @@ -12,7 +12,7 @@ metadata:
cert-manager.io/inject-ca-from: scylla-operator-system/scylla-operator-serving-cert
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: clusters.scylla.scylladb.com
name: scyllaclusters.scylla.scylladb.com
spec:
conversion:
strategy: Webhook
Expand All @@ -24,10 +24,10 @@ spec:
path: /convert
group: scylla.scylladb.com
names:
kind: Cluster
listKind: ClusterList
plural: clusters
singular: cluster
kind: ScyllaCluster
listKind: ScyllaClusterList
plural: scyllaclusters
singular: scyllacluster
preserveUnknownFields: false
scope: Namespaced
subresources:
Expand Down
118 changes: 59 additions & 59 deletions pkg/api/v1alpha1/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 cdf3eb3

Please sign in to comment.