Skip to main content

Interface: KubeVolumeAttributesClass

Defined in: lib/k8s/volumeAttributesClass.ts:20

This is the base interface for all Kubernetes resources, i.e. it contains fields that all Kubernetes resources have.

Extends

Indexable

[otherProps: string]: any

Properties

actionType?

optional actionType?: any;

Defined in: lib/k8s/KubeObject.ts:738

Inherited from

KubeObjectInterface.actionType


apiVersion?

optional apiVersion?: string;

Defined in: lib/k8s/KubeObject.ts:733

Inherited from

KubeObjectInterface.apiVersion


driverName?

optional driverName?: string;

Defined in: lib/k8s/volumeAttributesClass.ts:21


items?

optional items?: any[];

Defined in: lib/k8s/KubeObject.ts:737

Inherited from

KubeObjectInterface.items


key?

optional key?: any;

Defined in: lib/k8s/KubeObject.ts:740

Inherited from

KubeObjectInterface.key


kind

kind: string;

Defined in: lib/k8s/KubeObject.ts:732

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


lastTimestamp?

optional lastTimestamp?: string;

Defined in: lib/k8s/KubeObject.ts:739

Inherited from

KubeObjectInterface.lastTimestamp


metadata

metadata: KubeMetadata;

Defined in: lib/k8s/KubeObject.ts:734

Inherited from

KubeObjectInterface.metadata


parameters?

optional parameters?: Record<string, string>;

Defined in: lib/k8s/volumeAttributesClass.ts:22


spec?

optional spec?: object;

Defined in: lib/k8s/volumeAttributesClass.ts:23

Index Signature

[key: string]: any

description?

optional description?: string;

Overrides

KubeObjectInterface.spec


status?

optional status?: any;

Defined in: lib/k8s/KubeObject.ts:736

Inherited from

KubeObjectInterface.status