- Proposed title of this feature request?
-
- Standardize Command for Retrieving NetworkAttachmentDefinition in OpenShift.
- What is the nature and description of the request?
-
- The request is to standardize the command for retrieving NetworkAttachmentDefinition objects in OpenShift. Currently, the command oc get networkattachmentdefinition does not work, while similar commands like oc get net-attach-def, oc get Network-Attachment-Definitions, and oc get networkattachmentdefinition.k8s.cni.cncf.io are functional. This inconsistency can cause confusion and inefficiency for users.
- Why does the customer need this? (List the business requirements here)
-
- We needs this standardization to ensure consistency and ease of use across commands in OpenShift. The discrepancy in command functionality can lead to confusion and errors, especially for users who are accustomed to a certain command structure. Standardizing the command will improve user experience and reduce the learning curve for new users.
- List any affected packages or components.
-
- There are no affected packages or components as this is a refinement request with no impact on existing functionalities.
With all due respect, I'd like to state that the title: "NetworkAttachmentDefinitions cli command not working" is not accurate.
The `oc get net-attach-def` and other variations have been present since 4.0. The title could more accurately be:
"Request for new short name for NetworkAttachmentDefinitions"