client icon indicating copy to clipboard operation
client copied to clipboard

Knative developer experience, docs, reference Knative CLI implementation

Results 90 client issues
Sort by recently updated
recently updated
newest added

Cron -knative-prow-robot /cc knative/client-wg-leads /assign knative/client-wg-leads Produced by: knative-extensions/knobots/actions/update-deps

size/M

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:...

good first issue
lifecycle/frozen

## 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...

kind/proposal

## Changes * :broom: Dedup code by using client-pkg ## Reference Fixes knative-extensions/kn-plugin-event#282

size/XXL
do-not-merge/hold
do-not-merge/work-in-progress
needs-rebase

Cron -knative-prow-robot /cc knative/client-wg-leads /assign knative/client-wg-leads Produced by: knative-extensions/knobots/actions/update-deps

size/XL

## 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...

size/XXL
do-not-merge/hold
do-not-merge/work-in-progress

## Description ## Changes * * * ## Reference Fixes #1788 **Release Note** made securityContext optional as a include flag ```release-note ```

size/M
ok-to-test
needs-rebase

## 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 * *...

size/S
ok-to-test
needs-rebase

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

size/M

# 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...