VolumeMountStatus
VolumeMountStatus shows status of volume mounts.
Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/core.api.k8s.io/VolumeMountStatus_v1.json▶ Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/core.api.k8s.io/VolumeMountStatus_v1.jsonkubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yamlResource Structure
mountPathstringRequiredMountPath corresponds to the original VolumeMount.
namestringRequiredName corresponds to the name of the original VolumeMount.
readOnlybooleanReadOnly corresponds to the original VolumeMount.
recursiveReadOnlystringRecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts). An IfPossible value in the original VolumeMount must be translated to Disabled or Enabled, depending on the mount result.