This is a 30 line trivial hello world, a 15 line license header adds unnecessary complexity.
Many other samples do not include a license header.
The license is already captured at the root of the repository.
Addresses #66.
Addresses #67.
* Update test-infra to use the default build/unit test runners, which includes building go code and linting markdown files.
* Remove the integration tests, as they only start Knative Serving, which is irrelevant for this repo.
Bonuses:
* fix unbuildable `grpc-ping-go` sample
* remove test-infra import hack from `Gopack.lock` and `update-deps.sh`
* Tweaks docs to create Istio CRDs first
Closes#540
If people are ok with this change I'll make similar modifications to the other
instruction files too.
Signed-off-by: Doug Davis <dug@us.ibm.com>
* Update Knative-with-IKS.md
Generated with https://github.com/ahmetb/gen-crd-api-reference-docs and
this patch includes the script to self-serve this process. I hope to improve
this stuff in the future, for now it works fine.
Fixes#636.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
We've been having issues with prettier.io on one of the autoscaling markdown files, so I manually fixed that file so that it wouldn't trigger the issue and ran prettier.io over the repo using the normal @mattmoor-sockpuppet command.
* Initial work on a list of Knative event sources.
* Initial generator code.
* Vendor the yaml.v2 dependency.
* Typo
* Remove new lines.
* Link to Sources.md from README.md.
* Add a warning that this is a generated file to Sources.md.
* Generate README.md, rather than Sources.yaml.
* Rename SourcesTemplate to ReadmeTemplate.
* Rewording.
* Make the generated file message invisible.
* Set target concurrency to 10 for more consistent testing.
* Use hey instead of /load-generator.
* Add panic mode to Algorithm section.
* Add Customization section with annotations.
* Add link to Kubecon demo.
* Update Other Experiments with hey commands.
* Clarify customized examples.
* Update Other Experiments comments to reflect limited test duration.
* move all install comps to adv file
* recovering review comments
* filename change
* title update
* There can be multiple components in a knative package
* fix links
* new serving version
* Update install/Knative-custom-install.md
in testing I found that this is not a real namespace so removing
* Update packages in table
* review feedback, 0.2.1 eventing, eventsource lists
* edit Istio steps around admission controller
* fix indentation
* Recover networking related comments
* Update the GCP PubSub example.
1. Add the second secret, erroneously removed in #559.
2. Make the examples easier to apply by using `sed` to replace the required replacements.
3. Remove the dependency on `ko` by using the released image from https://github.com/knative/eventing-sources/tree/v0.2.1.
* Replace `kail` with `kubectl logs`.
* If gcppubsub-source-secret already exists, then overwrite it.
* Add a step to wait for message-dumper to come online.
* Update README.md
Standardizing punctuation to use a colon before a command.
* PR comments.