client
client copied to clipboard
Knative developer experience, docs, reference Knative CLI implementation
Cron -knative-prow-robot /cc knative/client-wg-leads /assign knative/client-wg-leads Produced by: knative-extensions/knobots/actions/update-deps
Here's my sample knative service ```yaml apiVersion: serving.knative.dev/v1 kind: Service metadata: annotations: serving.knative.dev/creator: kubernetes-admin serving.knative.dev/lastModifier: kubernetes-admin creationTimestamp: "2024-05-16T16:54:16Z" generation: 1 name: hello namespace: default resourceVersion: "1576" uid: 3a9c7bf9-1c57-4698-b193-b8d0329b1fc7 spec: template:...
## Summary Move back the client-pkg code to this repository, and create `pkg` Go submodule, that could be consumed by plugins or wrappers. ## Problem Currently, after extracting the client-pkg...
## Changes * :broom: Dedup code by using client-pkg ## Reference Fixes knative-extensions/kn-plugin-event#282
Cron -knative-prow-robot /cc knative/client-wg-leads /assign knative/client-wg-leads Produced by: knative-extensions/knobots/actions/update-deps
## Description This PR merges code from the [knative.dev/client-pkg](https://pkg.go.dev/knative.dev/client-pkg), that is missing in this repo, onto the [knative.dev/client/pkg](https://pkg.go.dev/knative.dev/client/pkg). TBD a PR to deprecate the whole of the [knative.dev/client-pkg](https://pkg.go.dev/knative.dev/client-pkg). ## Changes...
## Description ## Changes * * * ## Reference Fixes #1788 **Release Note** made securityContext optional as a include flag ```release-note ```
## Description Refactor the ChannelRef structure's Parse method to utilize the common implementation for parsing GVK formats. ## Changes *modified channel flag parsing to align with sink flag * *...
fix wrong version on main (https://cloud-native.slack.com/archives/C04LY4Y3EHF/p1729776009449449?thread_ts=1729763678.995479&cid=C04LY4Y3EHF) -ReToCode /cc knative/client-wg-leads /assign knative/client-wg-leads Produced by: knative-extensions/knobots/actions/update-deps
# Context We use the istio annotation `sidecar.istio.io/inject: true` in Client and related extension repos. Istio deprecated the annotation a while ago (ref: https://istio.io/latest/docs/reference/config/analysis/ist0135/ and https://istio.io/latest/docs/reference/config/annotations/#SidecarInject). Downstream this starts to...