Skip to content

@kubricate/core / BaseProvider / PreparedEffect

Type Alias: PreparedEffect

ts
type PreparedEffect = 
  | CustomEffect
  | KubectlEffect;

Union type of all possible effects that can be prepared by a provider. Effects represent actions to be taken during kubricate secret apply.