Query related to kubectl api-resources --verbs=list

Hi,

i have query related to kubectl api-resources --verbs=list which will list all resources in that cluster.Below is the output

NAME SHORTNAMES APIGROUP NAMESPACED KIND
componentstatuses cs false ComponentStatus
configmaps cm true ConfigMap
endpoints ep true Endpoints
events ev true Event
limitranges limits true LimitRange
namespaces ns false Namespace
nodes no false Node
persistentvolumeclaims pvc true PersistentVolumeClaim
persistentvolumes pv false PersistentVolume
pods po true Pod
podtemplates true PodTemplate
replicationcontrollers rc true ReplicationController
resourcequotas quota true ResourceQuota

why the namespace is as false while my cluster has few namespaces s
same is for nodes which is false while i have few nodes in used

can you help in understanding this.

Thanks
DJM

This may help:
(…)


(…)