cli-utils icon indicating copy to clipboard operation
cli-utils copied to clipboard

This repo contains binaries that built from libraries in cli-runtime.

Results 44 cli-utils issues
Sort by recently updated
recently updated
newest added

* Removes the inventory object from the applier `Run` function signature. * Supports `cli-utils` clients that do not want to use the pruning functionality. * Moves the identification of the...

approved
do-not-merge/work-in-progress
size/L
cncf-cla: yes
needs-rebase

To enable parallel apply, we can loop our apply logic in separate Go threads instead of a synchronous loop.

ok-to-test
size/L
cncf-cla: yes
needs-rebase

- This change dissables implicit namespace resolution for apply-time-mutation sourceRefs. This feature has been partially broken since it was implimented and fixing it is not currently possible. The sorting never...

do-not-merge/work-in-progress
size/L
cncf-cla: yes
needs-rebase

This is not ready for review. Will probably need to be split into multiple PRs. - Replace InventoryInfo interface with simple struct (ObjectRef + ID) - Rename multiple objects &...

do-not-merge/work-in-progress
size/XXL
cncf-cla: yes
needs-rebase

size/S
approved
cncf-cla: yes
needs-rebase

- Add Defaulter Mutator to update objects early to inherit the target resource namespace for SourceRef in apply-time-mutation annotations. - Compute external dependencies early to update StatusPoller IDs - Add...

do-not-merge/work-in-progress
needs-ok-to-test
size/XXL
cncf-cla: yes
needs-rebase

Similar to https://github.com/kubernetes-sigs/cli-utils/issues/350, but not only related to Jobs, it would be great to have a way to override the behavior for the condition functions (i.e. those defined in https://github.com/kubernetes-sigs/cli-utils/blob/master/pkg/kstatus/status/core.go#L22...

Some resources use YAML booleans in their status conditions which are not interpreted by kstatus. Kstatus should interpret both string and boolean representations for conditions. For example the [new Keycloak...

lifecycle/rotten
priority/backlog
needs-triage

Right now, inventory updates may return a conflict error from Kubernetes. The inventory client should detect this (`apierrors.IsConflict(err)`) and retry with a new Get (to update the ResourceVersion) + Update....

lifecycle/frozen