Skip to content

Commit b12dea8

Browse files
authored
remove 'automatically generated' strings from repo (#1412)
Maintainers use an import organizer called 'gci' that ignores files with the string 'automatically generated' when called with its --skip-generated flag. This commit is the result of the following command: ``` rg ' automatically generated' -l | xargs -n1 sed -i 's/ automatically generated//g' ``` None of the changed files are _actually_ generated files. We do not want gci to think they are. Signed-off-by: Joe Lanford <[email protected]>
1 parent c80e875 commit b12dea8

File tree

50 files changed

+84
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+84
-84
lines changed

Diff for: README.md

+2-2
Large diffs are not rendered by default.

Diff for: bundles/etcd.0.9.0/manifests/etcdoperator.v0.9.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
1818
### Reading and writing to etcd
1919
20-
Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
20+
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.
2121
2222
[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)
2323

Diff for: bundles/etcd.0.9.2/manifests/etcdoperator.v0.9.2.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
1818
### Reading and writing to etcd
1919
20-
Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
20+
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.
2121
2222
[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)
2323

Diff for: configmap.example.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5724,7 +5724,7 @@ data:
57245724
57255725
### Reading and writing to etcd
57265726
5727-
Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
5727+
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.
57285728
57295729
[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)
57305730
@@ -5901,7 +5901,7 @@ data:
59015901
59025902
### Reading and writing to etcd
59035903
5904-
Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
5904+
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.
59055905
59065906
[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)
59075907
@@ -6196,7 +6196,7 @@ data:
61966196
61976197
### Reading and writing to etcd
61986198
6199-
Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
6199+
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.
62006200
62016201
[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)
62026202

Diff for: manifests/etcd/0.6.1/etcdoperator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
1717
### Reading and writing to etcd
1818
19-
Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
19+
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.
2020
2121
[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)
2222

Diff for: manifests/etcd/0.9.2/etcdoperator.v0.9.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
1818
### Reading and writing to etcd
1919
20-
Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
20+
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.
2121
2222
[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)
2323

Diff for: manifests/etcd/0.9.2/etcdoperator.v0.9.2.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
2525
### Reading and writing to etcd
2626
27-
Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
27+
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.
2828
2929
[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)
3030

Diff for: pkg/api/conversion_test.go

+1-1
Large diffs are not rendered by default.

Diff for: pkg/configmap/testdata/bundles/etcd.0.9.2/manifests/etcdoperator.v0.9.2.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
1818
### Reading and writing to etcd
1919
20-
Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
20+
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.
2121
2222
[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)
2323

Diff for: pkg/lib/bundle/testdata/etcd/0.9.2/etcdoperator.v0.9.2.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ spec:
152152
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
153153
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
154154
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
155-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
155+
\ get /\n\nOr directly to the API using the Kubernetes\
156156
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
157157
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
158158
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/bundle/testdata/etcd/0.9.4/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
156156
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
157157
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
158-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
158+
\ get /\n\nOr directly to the API using the Kubernetes\
159159
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
160160
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
161161
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/bundle/testdata/validate/invalid_annotations_bundle/manifests/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
156156
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
157157
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
158-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
158+
\ get /\n\nOr directly to the API using the Kubernetes\
159159
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
160160
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
161161
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/bundle/testdata/validate/invalid_dependencies_bundle/invalid_dependency_type/manifests/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
156156
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
157157
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
158-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
158+
\ get /\n\nOr directly to the API using the Kubernetes\
159159
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
160160
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
161161
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/bundle/testdata/validate/invalid_dependencies_bundle/invalid_gvk_dependency/manifests/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
156156
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
157157
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
158-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
158+
\ get /\n\nOr directly to the API using the Kubernetes\
159159
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
160160
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
161161
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/bundle/testdata/validate/invalid_dependencies_bundle/invalid_label_dependency/manifests/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
156156
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
157157
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
158-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
158+
\ get /\n\nOr directly to the API using the Kubernetes\
159159
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
160160
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
161161
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/bundle/testdata/validate/invalid_dependencies_bundle/invalid_package_dependency/manifests/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
156156
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
157157
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
158-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
158+
\ get /\n\nOr directly to the API using the Kubernetes\
159159
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
160160
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
161161
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/bundle/testdata/validate/invalid_manifests_bundle/invalid_annotation_name/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ spec:
158158
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
159159
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
160160
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
161-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
161+
\ get /\n\nOr directly to the API using the Kubernetes\
162162
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
163163
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
164164
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/bundle/testdata/validate/invalid_manifests_bundle/invalid_bundle/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
156156
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
157157
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
158-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
158+
\ get /\n\nOr directly to the API using the Kubernetes\
159159
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
160160
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
161161
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/bundle/testdata/validate/invalid_manifests_bundle/invalid_bundle_2/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
101101
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
102102
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
103-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
103+
\ get /\n\nOr directly to the API using the Kubernetes\
104104
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
105105
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
106106
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/bundle/testdata/validate/invalid_manifests_bundle/invalid_crd/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
156156
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
157157
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
158-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
158+
\ get /\n\nOr directly to the API using the Kubernetes\
159159
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
160160
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
161161
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/bundle/testdata/validate/invalid_manifests_bundle/invalid_csv/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
156156
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
157157
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
158-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
158+
\ get /\n\nOr directly to the API using the Kubernetes\
159159
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
160160
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
161161
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/bundle/testdata/validate/invalid_manifests_bundle/invalid_sa/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
156156
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
157157
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
158-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
158+
\ get /\n\nOr directly to the API using the Kubernetes\
159159
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
160160
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
161161
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/bundle/testdata/validate/invalid_manifests_bundle/invalid_type/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
156156
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
157157
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
158-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
158+
\ get /\n\nOr directly to the API using the Kubernetes\
159159
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
160160
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
161161
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/bundle/testdata/validate/valid_bundle/manifests/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
156156
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
157157
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
158-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
158+
\ get /\n\nOr directly to the API using the Kubernetes\
159159
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
160160
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
161161
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/encoding/testdata/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
156156
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
157157
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
158-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
158+
\ get /\n\nOr directly to the API using the Kubernetes\
159159
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
160160
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
161161
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/validation/testdata/invalid_bundle/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
156156
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
157157
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
158-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
158+
\ get /\n\nOr directly to the API using the Kubernetes\
159159
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
160160
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
161161
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/validation/testdata/invalid_bundle_2/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
101101
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
102102
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
103-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
103+
\ get /\n\nOr directly to the API using the Kubernetes\
104104
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
105105
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
106106
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/lib/validation/testdata/valid_bundle/etcdoperator.v0.9.4.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
156156
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
157157
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
158-
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
158+
\ get /\n\nOr directly to the API using the Kubernetes\
159159
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
160160
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
161161
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\

Diff for: pkg/registry/populator_test.go

+2-2
Large diffs are not rendered by default.

Diff for: pkg/registry/registry_to_model_test.go

+1-1
Large diffs are not rendered by default.

Diff for: pkg/registry/testdata/overwrite/etcd.0.9.0/manifests/etcdoperator.v0.9.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
1818
### Reading and writing to etcd
1919
20-
Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
20+
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.
2121
2222
[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)
2323

Diff for: pkg/registry/testdata/overwrite/etcd.0.9.2/manifests/etcdoperator.v0.9.2.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
1818
### Reading and writing to etcd
1919
20-
Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
20+
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.
2121
2222
[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)
2323

Diff for: pkg/registry/testdata/validPackages/etcd/0.6.1/etcdoperator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
1717
### Reading and writing to etcd
1818
19-
Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
19+
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.
2020
2121
[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)
2222

Diff for: pkg/registry/testdata/validPackages/etcd/0.9.0/etcdoperator.v0.9.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
1818
### Reading and writing to etcd
1919
20-
Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
20+
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.
2121
2222
[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)
2323

Diff for: pkg/registry/testdata/validPackages/etcd/0.9.2/etcdoperator.v0.9.2.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
2424
### Reading and writing to etcd
2525
26-
Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
26+
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.
2727
2828
[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)
2929

Diff for: pkg/server/server_test.go

+2-2
Large diffs are not rendered by default.

Diff for: pkg/sqlite/configmap_test.go

+2-2
Large diffs are not rendered by default.

Diff for: pkg/sqlite/directory_test.go

+2-2
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)