OS
Schema Hub

CSINodeSpec

CSINodeSpec holds information about the specification of all CSI drivers installed on a node

Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/storage.api.k8s.io/CSINodeSpec_v1.json
Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/storage.api.k8s.io/CSINodeSpec_v1.json
kubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yaml

Resource Structure

driversarrayRequired
drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.