Documentation ¶
Overview ¶
pvc implements kube.Coder interface for deployment of persistent volume claims
Index ¶
Constants ¶
View Source
const ( PackageName = "kube/pvc" DefaultConfigDir = ".config/" + PackageName DefaultConfigFile = "config.json" Kind = "PersistentVolumeClaim" APIVersion = "v1" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { PersistentVolumeClaim *v1.PersistentVolumeClaim // contains filtered or unexported fields }
Config wraps v1.PersistentVolumeClaim so that it can be managed using configio
Click to show internal directories.
Click to hide internal directories.