Description of problem: Should not create localvolumediscoveryresult from web console Version-Release number of selected component (if applicable): 4.6.0-0.nightly-2020-10-08-210814 local-storage-operator.4.6.0-202010061132.p0 How reproducible: Always Steps to Reproduce: 1.Install Local-storage-operator 2.Check "Provided API", customer can create localvolumediscoberyresult 3. oc get localvolumediscoveryresult example -o yaml apiVersion: local.storage.openshift.io/v1alpha1 kind: LocalVolumeDiscoveryResult metadata: creationTimestamp: "2020-10-10T02:55:29Z" generation: 1 managedFields: - apiVersion: local.storage.openshift.io/v1alpha1 fieldsType: FieldsV1 fieldsV1: f:spec: .: {} f:nodeName: {} manager: Mozilla operation: Update time: "2020-10-10T02:55:29Z" name: example namespace: openshift-local-storage resourceVersion: "335048" selfLink: /apis/local.storage.openshift.io/v1alpha1/namespaces/openshift-local-storage/localvolumediscoveryresults/example uid: 5cb7fd29-5fb9-43a2-88cd-d6ab5c30df4d spec: nodeName: ip-10-0-144-158 Actual results: localvolumediscoveryresult can be created from web console. Expected results: Should not support creating localvolumediscoveryresult from web console. Additional info: