Class: ServiceAccount
Defined in: lib/k8s/serviceAccount.ts:33
Extends
Constructors
Constructor
new ServiceAccount(json: KubeServiceAccount, cluster?: string): ServiceAccount;
Defined in: lib/k8s/KubeObject.ts:101
Parameters
| Parameter | Type |
|---|---|
json | KubeServiceAccount |
cluster? | string |
Returns
ServiceAccount
Inherited from
Properties
| Property | Modifier | Type | Default value | Description | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|---|---|
_clusterName | public | string | undefined | - | - | KubeObject._clusterName | lib/k8s/KubeObject.ts:51 |
jsonData | public | KubeServiceAccount | undefined | - | - | KubeObject.jsonData | lib/k8s/KubeObject.ts:48 |
_internalApiEndpoint? | static | | ApiClient<KubeObjectInterface> | ApiWithNamespaceClient<KubeObjectInterface> | undefined | - | - | KubeObject._internalApiEndpoint | lib/k8s/KubeObject.ts:68 |
apiName | static | string | 'serviceaccounts' | Name of the resource, plural, used in API | KubeObject.apiName | - | lib/k8s/serviceAccount.ts:35 |
apiVersion | static | string | 'v1' | Group and version of the resource formatted as "GROUP/VERSION", e.g. "policy.k8s.io/v1". | KubeObject.apiVersion | - | lib/k8s/serviceAccount.ts:36 |
isNamespaced | static | boolean | true | Whether the object is namespaced. | KubeObject.isNamespaced | - | lib/k8s/serviceAccount.ts:37 |
isScalable | readonly | boolean | undefined | Whether the object is scalable, and should have a ScaleButton | - | KubeObject.isScalable | lib/k8s/KubeObject.ts:66 |
kind | static | string | 'ServiceAccount' | The kind of the object. Corresponding to the resource kind in Kubernetes. | KubeObject.kind | - | lib/k8s/serviceAccount.ts:34 |
readOnlyFields | static | string[] | [] | Readonly field defined as JSONPath paths | - | KubeObject.readOnlyFields | lib/k8s/KubeObject.ts:50 |