Skip to content

remove 'automatically generated' strings from repo #1412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundles/etcd.0.9.0/manifests/etcdoperator.v0.9.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:

### Reading and writing to etcd

Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.

[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:

### Reading and writing to etcd

Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.

[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)

Expand Down
6 changes: 3 additions & 3 deletions configmap.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5724,7 +5724,7 @@ data:

### Reading and writing to etcd

Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.

[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)

Expand Down Expand Up @@ -5901,7 +5901,7 @@ data:

### Reading and writing to etcd

Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.

[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)

Expand Down Expand Up @@ -6196,7 +6196,7 @@ data:

### Reading and writing to etcd

Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.

[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:

### Reading and writing to etcd

Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.

[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)

Expand Down
2 changes: 1 addition & 1 deletion manifests/etcd/0.9.2/etcdoperator.v0.9.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:

### Reading and writing to etcd

Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.

[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:

### Reading and writing to etcd

Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.

[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)

Expand Down
2 changes: 1 addition & 1 deletion pkg/api/conversion_test.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:

### Reading and writing to etcd

Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
Copy link
Contributor

@grokspawn grokspawn Aug 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any cause for concern that these diverge from the source?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so, all just one-time copied test files.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also :whistles: .... the etcd content is duplicated all over this repo.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it's... messy.

Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.

[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
\n\n### Reading and writing to etcd\n\nCommunicate with etcd though its command\
\ line utility `etcdctl` via port forwarding:\n\n $ kubectl --namespace default\
\ port-forward service/example-client 2379:2379\n $ etcdctl --endpoints http://127.0.0.1:2379\
\ get /\n\nOr directly to the API using the automatically generated Kubernetes\
\ get /\n\nOr directly to the API using the Kubernetes\
\ Service:\n\n $ etcdctl --endpoints http://example-client.default.svc:2379\
\ get /\n\nBe sure to secure your etcd cluster (see Common Configurations) before\
\ exposing it outside of the namespace or cluster.\n\n\n### Supported Features\n\
Expand Down
4 changes: 2 additions & 2 deletions pkg/registry/populator_test.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/registry/registry_to_model_test.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:

### Reading and writing to etcd

Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.

[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:

### Reading and writing to etcd

Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.

[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:

### Reading and writing to etcd

Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.

[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:

### Reading and writing to etcd

Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.

[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:

### Reading and writing to etcd

Communicate with etcd though its command line utility `etcdctl` or with the API using the automatically generated Kubernetes Service.
Communicate with etcd though its command line utility `etcdctl` or with the API using the Kubernetes Service.

[Read the complete guide to using the etcd Open Cloud Service](https://coreos.com/tectonic/docs/latest/alm/etcd-ocs.html)

Expand Down
4 changes: 2 additions & 2 deletions pkg/server/server_test.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pkg/sqlite/configmap_test.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pkg/sqlite/directory_test.go

Large diffs are not rendered by default.

Loading