pkg icon indicating copy to clipboard operation
pkg copied to clipboard

Knative common packages

Results 73 pkg issues
Sort by recently updated
recently updated
newest added

/area API ``` // SecretValueFromSource represents the source of a secret value type SecretValueFromSource struct { // The Secret key to select from. SecretKeyRef *corev1.SecretKeySelector `json:"secretKeyRef,omitempty"` } ``` We should...

area/API
lifecycle/frozen

## Expected Behavior As a distribution author it should be easy to include additional defaulting & validation logic without modifying the core API types ## Actual Behavior It's actually non-trivial...

area/API
kind/feature
lifecycle/frozen

## Expected Behavior hack/update-codegen.sh should work outside of GOPATH ## Actual Behavior update-codegen either does nothing or uses an incorrect pkg version. ## Steps to Reproduce the Problem 1. Move...

kind/bug
area/API
lifecycle/frozen

/area API /area test-and-release /kind feature I'd like to be able to extend the logstream (in Serving) to scrape things in the `serving-tests` namespace, e.g. to dump the `queue-proxy` logs...

area/API
area/test-and-release
kind/feature
lifecycle/frozen

The generated reconcilers/controllers had me so hyped up, that I now want to generate all the things 😂. In all seriousness: What if we could generate the `Reconcile${Type}` functions as...

area/API
kind/feature
lifecycle/frozen

## Expected Behavior Once all podspecable bindings are removed from a namespace, the webhook should remove the label to ensure we don't pollute the namespace ## Actual Behavior The psbinding...

kind/bug
area/API
kind/cleanup
lifecycle/frozen

As @mattmoor described in #1208, we face a growing number of bindings. > I'd left a TODO about adding per-Binding opt-in/out, so I wonder if we're going to go this...

area/API
kind/feature
lifecycle/frozen

/area API /kind cleanup /kind feature Kubernetes has some built-in cluster roles for Namespace admin/editor/viewer that allow folks to curate what resources show up in each with labels like: ```...

area/API
kind/cleanup
kind/feature
lifecycle/frozen

# Changes The main reason for this is to support cases where the `go build` happens on a non git folder but we want to pass a revision anyway. Signed-off-by:...

size/XS
lgtm
kind/enhancement

* When streaming logs from user namespace, disable filtering lines so all lines are printed. More information on when this comes handy is available in Serving PR: https://github.com/knative/serving/pull/13293, together with...

size/L
area/test-and-release