@kubricate/core / BaseProvider / KubectlEffect
Interface: KubectlEffect<T>
KubectlEffect is used to apply a value to a resource using kubectl. This will apply automatically to the resource when it is created.
Extends
BaseEffect
<"kubectl"
,T
>
Type Parameters
T
T
extends object
= any
Properties
providerName
ts
providerName: undefined | string;
Inherited from
secretName?
ts
optional secretName: string;
Inherited from
type
ts
type: "kubectl";
Inherited from
value
ts
value: T;