Skip to content

Commit

Permalink
Commit changed files from make manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Kristin Martin <[email protected]>
  • Loading branch information
kcmartin committed Jan 21, 2020
1 parent ffa48e2 commit 3f7cb91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 3 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsT
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M=
github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc=
github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da h1:p3Vo3i64TCLY7gIfzeQaUJ+kppEO5WQG3cL8iE8tGHU=
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da/go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E=
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
github.com/soheilhy/cmux v0.1.3/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=
Expand Down Expand Up @@ -485,4 +487,4 @@ sigs.k8s.io/structured-merge-diff v0.0.0-20190817042607-6149e4549fca/go.mod h1:I
sigs.k8s.io/testing_frameworks v0.1.1 h1:cP2l8fkA3O9vekpy5Ks8mmA0NW/F7yBdXf8brkWhVrs=
sigs.k8s.io/testing_frameworks v0.1.1/go.mod h1:VVBKrHmJ6Ekkfz284YKhQePcdycOzNH9qL6ht1zEr/U=
sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs=
sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
10 changes: 4 additions & 6 deletions helm/solr-operator/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.2
helm.sh/hook: crd-install
creationTimestamp: null
name: solrbackups.solr.bloomberg.com
spec:
Expand Down Expand Up @@ -1484,7 +1483,6 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.2
helm.sh/hook: crd-install
creationTimestamp: null
name: solrclouds.solr.bloomberg.com
spec:
Expand Down Expand Up @@ -3520,6 +3518,9 @@ spec:
description: 'A zookeeper that is created by the solr operator Note:
This option will not allow the SolrCloud to run across kube-clusters.'
properties:
chroot:
description: The ChRoot to connect solr at
type: string
etcdSpec:
description: EtcdSpec defines the internal etcd ensemble to
run for solr (spoofing zookeeper)
Expand Down Expand Up @@ -6259,7 +6260,6 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.2
helm.sh/hook: crd-install
creationTimestamp: null
name: solrcollectionaliases.solr.bloomberg.com
spec:
Expand Down Expand Up @@ -6341,7 +6341,6 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.2
helm.sh/hook: crd-install
creationTimestamp: null
name: solrcollections.solr.bloomberg.com
spec:
Expand Down Expand Up @@ -6448,7 +6447,6 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.2
helm.sh/hook: crd-install
creationTimestamp: null
name: solrprometheusexporters.solr.bloomberg.com
spec:
Expand Down Expand Up @@ -7214,4 +7212,4 @@ status:
kind: ""
plural: ""
conditions: []
storedVersions: []
storedVersions: []

0 comments on commit 3f7cb91

Please sign in to comment.