{"tool":"kubectl","tool_display":"Kubectl","intent":"get-other-resources","intent_display":"get other resources","title":"Kubectl Command: get other resources","command_string":"kubectl get <persistentvolumeclaims|secret|...>","raw_command_string":"kubectl get {{persistentvolumeclaims|secret|...}}","description":"Exact CLI syntax to get other resources using Kubectl.","usage_scenario":"To audit resources in a namespace during security assessments.","scenario_context":"To audit resources in a namespace during security assessments.","simulated_output":"NAME              STATUS   VOLUME   CAPACITY   ACCESS MODES   STORAGECLASS   AGE\nmy-pvc           Bound    my-pv    10Gi       RWO            standard      5d\n\nNAME              TYPE      DATA   AGE\nmy-secret        Opaque    1      5d","how_to_steps":["Run `kubectl get persistentvolumeclaims` to list PVCs.","Run `kubectl get secrets` to list Secrets in the namespace.","Use `kubectl get <resource>` for other resource types."],"inferred_category":"Kubernetes","canonical_url":"https://www.syntaxstandard.com/kubectl/get-other-resources"}