Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provision ¶
type Provision interface { // Deploy deploys the workload identity configuration to the clusters in the system. Deploy(ctx context.Context, ds plugin.DataSource, kubeCfgFile string) error // TearDown tears down the workload identity configuration from the clusters in the system. TearDown(ctx context.Context, ds plugin.DataSource) error }
Provision is the interface that provision plugins have to implement.
Click to show internal directories.
Click to hide internal directories.