-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: openshift-client-plugin
-
None
In the OpenShiftDSL.groovy only deploymentconfigs are supported but not deployments.
So if I want to use a selector for deployments I only get:
openshift.selector('d', name) openshift.selector('deployment', name) openshift.selector('deployments', name)
Unknown how to find resources related to kind: deployment
With the openshift update to version 4.14 DeploymentConfigs gets deprecated.
Can you add the support for deployments please?
Â