Interface: KubePersistentVolumeClaim

    lib/k8s/persistentVolumeClaim .KubePersistentVolumeClaim

    Hierarchy

    Properties

    apiVersion

    Optional apiVersion: string

    Inherited from

    KubeObjectInterface . apiVersion

    Defined in

    lib/k8s/cluster.ts:55


    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 more info

    Inherited from

    KubeObjectInterface . kind

    Defined in

    lib/k8s/cluster.ts:54


    metadata

    metadata: KubeMetadata

    Inherited from

    KubeObjectInterface . metadata

    Defined in

    lib/k8s/cluster.ts:56


    spec

    Optional spec: Object

    Index signature

    ▪ [other: string]: any

    Type declaration

    Name Type
    accessModes? string[]
    resources? { limits?: object ; requests: { [other: string]: any; storage?: string } }
    resources.limits? object
    resources.requests { [other: string]: any; storage?: string }
    resources.requests.storage? string
    storageClassName? string
    volumeMode? string
    volumeName? string

    Defined in

    lib/k8s/persistentVolumeClaim.ts:5


    status

    Optional status: Object

    Index signature

    ▪ [other: string]: any

    Type declaration

    Name Type
    accessModes? string[]
    capacity? { storage?: string }
    capacity.storage? string
    phase? string

    Defined in

    lib/k8s/persistentVolumeClaim.ts:19