client
client copied to clipboard
Knative developer experience, docs, reference Knative CLI implementation
### Feature request Ability to use any addressable resource for the `--sink` flag (ie Broker, Service, etc..) ### Use case While fixing an issue in the sample pingsource docs https://github.com/knative/docs/pull/3217...
The additional explicit wait "hack" in the progress bar should be removed. If your UI has a lot of progress bars, this wait will be visible. https://github.com/knative/client-pkg/blob/cf1573f9363107e30399011565bf11f95bac52d7/pkg/output/tui/progress.go#L188-L193 But, I don't...
Hey, I noticed that a few of the links inside `client/DEVELOPMENT.md` are broken. When I click on them I get something like this: The urls are: - [The pull request...
Cron -knative-prow-robot /cc knative/client-wg-leads /assign knative/client-wg-leads Produced by: knative-extensions/knobots/actions/update-deps
It looks like the new (since 1.15) GA feature of `Trigger.filters` (plural) is not supported on latest `kn` client ``` /kn-linux-amd64 version Version: Build Date: Git Revision: Supported APIs: *...
update knative.dev/hack to use latest GKE version -dsimansk /cc knative/client-wg-leads /assign knative/client-wg-leads Produced by: knative-extensions/knobots/actions/update-deps
Cron -dprotaso /cc knative/client-wg-leads /assign knative/client-wg-leads Produced by: knative-extensions/knobots/actions/update-deps
fix controller metrics crash -dprotaso /cc knative/client-wg-leads /assign knative/client-wg-leads Produced by: knative-extensions/knobots/actions/update-deps
This change introduces a `--https` flag for e2e tests part of #1520 ## Changes: - Add `test/e2e/e2e_flags.go` with --https flag infrastructure - Update `domain_mapping_test.go` to respect --https flag when determining...
## Description The securityContext field is now removed from the exported service by default. The --include flag was added to explicitly include this field when needed. For example: `kn service...