kubernetes-sigs / cli-utils

This repo contains binaries that built from libraries in cli-runtime.
Apache License 2.0
154 stars 77 forks source link

Fix missing action value in table output #491

Closed mortent closed 2 years ago

mortent commented 2 years ago

The table output currently doesn't show any value in the Action column. The reason is that we use the value of the ResourceAction to determine whether a resource will be applied or pruned/deleted. With the introduction of the WaitEvent, we end up setting the ResourceAction of all resource to Wait.

k8s-ci-robot commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mortent, seans3

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/cli-utils/blob/master/OWNERS)~~ [mortent,seans3] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment