79310541

Date: 2024-12-26 22:32:09
Score: 1.5
Natty:
Report link

Using JSONPath expressions you may insert {"pvc\\tcapacity\\tstorageclass\\n"} as

kubectl get pvc -o=jsonpath='{"pvc\tcapacity\tstorageclass\n"}{range .items[*]}{@.metadata.name}{"\t"}{@.spec.resources.requests.storage}{"\t"}{@.spec.storageClassName}{"\n"}{end}'
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ralphyjade