Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove "all" category from virtualmachineclusterinstancetypes/virtual…
…machineclusterpreferences This results in `k get all -n <namespace>` returning those cluster-scoped resources. ```bash $ oc get all -n openshift-config Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. NAME AGE virtualmachineclusterinstancetype.instancetype.kubevirt.io/cx1.2xlarge 5d22h virtualmachineclusterinstancetype.instancetype.kubevirt.io/cx1.4xlarge 5d22h ``` Signed-off-by: Alex Kalenyuk <[email protected]>
- Loading branch information