Skip to main content

Class: DaemonSet

Extends

  • any

Constructors

new DaemonSet()

new DaemonSet(json: KubeDaemonSet): DaemonSet

Parameters

ParameterType
jsonKubeDaemonSet

Returns

DaemonSet

Inherited from

makeKubeObject<KubeDaemonSet>('DaemonSet').constructor

Defined in

src/lib/k8s/cluster.ts:337

Properties

PropertyModifierTypeInherited fromDefined in
apiEndpointstaticApiWithNamespaceClient<KubeObjectInterface>-src/lib/k8s/daemonSet.ts:32
apiListstatic(onList: (arg: any[]) => void, onError?: (err: ApiError) => void, opts?: ApiListSingleNamespaceOptions) => anymakeKubeObject<KubeDaemonSet>('DaemonSet').apiListsrc/lib/k8s/cluster.ts:311
classNamestaticstringmakeKubeObject<KubeDaemonSet>('DaemonSet').classNamesrc/lib/k8s/cluster.ts:338
getAuthorization?static(arg: string, resourceAttrs?: AuthRequestResourceAttrs) => anymakeKubeObject<KubeDaemonSet>('DaemonSet').getAuthorizationsrc/lib/k8s/cluster.ts:340
getErrorMessagestatic(err?: null | ApiError) => null | stringmakeKubeObject<KubeDaemonSet>('DaemonSet').getErrorMessagesrc/lib/k8s/cluster.ts:336
useApiGetstatic(onGet: (...args: any) => void, name: string, namespace?: string, onError?: (err: ApiError) => void) => voidmakeKubeObject<KubeDaemonSet>('DaemonSet').useApiGetsrc/lib/k8s/cluster.ts:321
useApiListstatic(onList: (arg: any[]) => void, onError?: (err: ApiError) => void, opts?: ApiListOptions) => anymakeKubeObject<KubeDaemonSet>('DaemonSet').useApiListsrc/lib/k8s/cluster.ts:316
useGetstatic(name: string, namespace?: string, opts?: object) => [any, null | ApiError] & QueryResponse<any, ApiError>makeKubeObject<KubeDaemonSet>('DaemonSet').useGetsrc/lib/k8s/cluster.ts:328

Accessors

spec

get spec(): any

Returns

any

Defined in

src/lib/k8s/daemonSet.ts:34


status

get status(): any

Returns

any

Defined in

src/lib/k8s/daemonSet.ts:38

Methods

getContainers()

getContainers(): KubeContainer[]

Returns

KubeContainer[]

Defined in

src/lib/k8s/daemonSet.ts:42


getNodeSelectors()

getNodeSelectors(): string[]

Returns

string[]

Defined in

src/lib/k8s/daemonSet.ts:46


useList()

static useList(options?: ApiListOptions): [null | any[], null | ApiError] & QueryListResponse<KubeList<any>, any, ApiError>

Parameters

ParameterType
options?ApiListOptions

Returns

[null | any[], null | ApiError] & QueryListResponse<KubeList<any>, any, ApiError>

Inherited from

makeKubeObject<KubeDaemonSet>('DaemonSet').useList

Defined in

src/lib/k8s/cluster.ts:327