Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PersistentVolumeClaimTemplate

PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.

schema

io.k8s.api.core.v1.PersistentVolumeClaimTemplate

Hierarchy

  • PersistentVolumeClaimTemplate

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta

May contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation.

schema

io.k8s.api.core.v1.PersistentVolumeClaimTemplate#metadata

Readonly spec

The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here.

schema

io.k8s.api.core.v1.PersistentVolumeClaimTemplate#spec

Generated using TypeDoc