Class: MutatingWebhookConfiguration
Defined in: lib/k8s/mutatingWebhookConfiguration.ts:62
Extends
Constructors
Constructor
new MutatingWebhookConfiguration(json: KubeMutatingWebhookConfiguration, cluster?: string): MutatingWebhookConfiguration;
Defined in: lib/k8s/KubeObject.ts:100
Parameters
| Parameter | Type |
|---|---|
json | KubeMutatingWebhookConfiguration |
cluster? | string |
Returns
MutatingWebhookConfiguration
Inherited from
Properties
| Property | Modifier | Type | Default value | Description | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|---|---|
_clusterName | public | string | undefined | - | - | KubeObject._clusterName | lib/k8s/KubeObject.ts:50 |
jsonData | public | KubeMutatingWebhookConfiguration | undefined | - | - | KubeObject.jsonData | lib/k8s/KubeObject.ts:47 |
_internalApiEndpoint? | static | | ApiClient<KubeObjectInterface> | ApiWithNamespaceClient<KubeObjectInterface> | undefined | - | - | KubeObject._internalApiEndpoint | lib/k8s/KubeObject.ts:67 |
apiName | static | string | 'mutatingwebhookconfigurations' | Name of the resource, plural, used in API | KubeObject.apiName | - | lib/k8s/mutatingWebhookConfiguration.ts:64 |
apiVersion | static | string | 'admissionregistration.k8s.io/v1' | Group and version of the resource formatted as "GROUP/VERSION", e.g. "policy.k8s.io/v1". | KubeObject.apiVersion | - | lib/k8s/mutatingWebhookConfiguration.ts:65 |
isNamespaced | static | boolean | false | Whether the object is namespaced. | KubeObject.isNamespaced | - | lib/k8s/mutatingWebhookConfiguration.ts:66 |
isScalable | readonly | boolean | undefined | Whether the object is scalable, and should have a ScaleButton | - | KubeObject.isScalable | lib/k8s/KubeObject.ts:65 |
kind | static | string | 'MutatingWebhookConfiguration' | The kind of the object. Corresponding to the resource kind in Kubernetes. | KubeObject.kind | - | lib/k8s/mutatingWebhookConfiguration.ts:63 |
readOnlyFields | static | string[] | [] | Readonly field defined as JSONPath paths | - | KubeObject.readOnlyFields | lib/k8s/KubeObject.ts:49 |
Accessors
cluster
Get Signature
get cluster(): string;
Defined in: lib/k8s/KubeObject.ts:105
Returns
string
Set Signature
set cluster(cluster: string): void;
Defined in: lib/k8s/KubeObject.ts:109
Parameters
| Parameter | Type |
|---|---|
cluster | string |
Returns
void
Inherited from
detailsRoute
Get Signature
get detailsRoute(): string;
Defined in: lib/k8s/KubeObject.ts:117
Returns
string
Inherited from
isNamespaced
Get Signature
get isNamespaced(): boolean;
Defined in: lib/k8s/KubeObject.ts:225
Returns
boolean
Inherited from
isScalable
Get Signature
get isScalable(): boolean;
Defined in: lib/k8s/KubeObject.ts:229
Returns
boolean
Inherited from
kind
Get Signature
get kind(): any;
Defined in: lib/k8s/KubeObject.ts:179
Returns
any
Inherited from
listRoute
Get Signature
get listRoute(): string;
Defined in: lib/k8s/KubeObject.ts:171
Returns
string
Inherited from
metadata
Get Signature
get metadata(): KubeMetadata;
Defined in: lib/k8s/KubeObject.ts:221
Returns
Inherited from
pluralName
Get Signature
get pluralName(): string;
Defined in: lib/k8s/KubeObject.ts:166