Closed ebattat closed 11 months ago
@RobertKrawitz,
This change is relevant only OC class and not to Operator class because the operators are relevant only to OCP and not k8s, I just change all the oc methods to use the same approach.
Those others all use the OC class though; you might as well fix it all while you're at it.
There is no need to change all other 'oc' commands because 'csv,' 'kata,' and 'odf' are only relevant to OpenShift. This means there is no need to use 'kubectl' commands instead of 'oc'.
@RobertKrawitz, We don't need it for OpenShift operators; we only use the 'oc' command for them
@RobertKrawitz, We don't need it for OpenShift operators; we only use the 'oc' command for them
Yeah, OK, I'd prefer to keep it general, but I see the point.
Type of change
Note: Fill x in []
Description
Update oc to cli
For security reasons, all pull requests need to be approved first before running any automated CI