Interface: KubePersistentVolumeClaim
This is the base interface for all Kubernetes resources, i.e. it contains fields that all Kubernetes resources have.
Extends
Properties
actionType?
optional actionType: any;
Inherited from
KubeObjectInterface
.actionType
Defined in
apiVersion?
optional apiVersion: string;
Inherited from
KubeObjectInterface
.apiVersion
Defined in
items?
optional items: any[];
Inherited from
Defined in
key?
optional key: any;
Inherited from
Defined in
kind
kind: string;
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to.
In CamelCase.
Cannot be updated.
See
Inherited from
Defined in
lastTimestamp?
optional lastTimestamp: string;
Inherited from
KubeObjectInterface
.lastTimestamp
Defined in
metadata
metadata: KubeMetadata;
Inherited from
Defined in
spec?
optional spec: object;
Index Signature
[other
: string
]: any
accessModes?
optional accessModes: string[];
resources?
optional resources: object;
resources.limits?
optional limits: object;
resources.requests
requests: object;
Index Signature
[other
: string
]: any
resources.requests.storage?
optional storage: string;
storageClassName?
optional storageClassName: string;
volumeMode?
optional volumeMode: string;
volumeName?
optional volumeName: string;
Overrides
Defined in
src/lib/k8s/persistentVolumeClaim.ts:4
status?
optional status: object;
Index Signature
[other
: string
]: any
accessModes?
optional accessModes: string[];
capacity?
optional capacity: object;
capacity.storage?
optional storage: string;
phase?
optional phase: string;