Documentation
¶
Index ¶
- func CheckIsManaged(ctx context.Context, rc ResourceCommand, configStore store.DataStore) (bool, error)
- func CreateClientConfig(ctx context.Context, rc ResourceCommand, configStore store.DataStore) client.ClientConfig
- type ResourceCommand
- func NewDnsCommand() ResourceCommand
- func NewHarnessCommand() ResourceCommand
- func NewKubernetesCommand() ResourceCommand
- func NewLoadbalancerCommand() ResourceCommand
- func NewMonitoringCommand() ResourceCommand
- func NewSecretOperatorCommand() ResourceCommand
- func NewSecretsCommand() ResourceCommand
- func NewVpcCommand() ResourceCommand
- func NewWaitForClusterCommand() ResourceCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIsManaged ¶
func CreateClientConfig ¶
func CreateClientConfig(ctx context.Context, rc ResourceCommand, configStore store.DataStore) client.ClientConfig
Types ¶
type ResourceCommand ¶
type ResourceCommand interface {
Sync(ctx context.Context, configStore store.DataStore, outputStore store.DataStore) error
Name() string
}
func NewDnsCommand ¶
func NewDnsCommand() ResourceCommand
func NewHarnessCommand ¶
func NewHarnessCommand() ResourceCommand
func NewKubernetesCommand ¶
func NewKubernetesCommand() ResourceCommand
func NewLoadbalancerCommand ¶
func NewLoadbalancerCommand() ResourceCommand
func NewMonitoringCommand ¶
func NewMonitoringCommand() ResourceCommand
func NewSecretOperatorCommand ¶
func NewSecretOperatorCommand() ResourceCommand
func NewSecretsCommand ¶
func NewSecretsCommand() ResourceCommand
func NewVpcCommand ¶ added in v0.1.1
func NewVpcCommand() ResourceCommand
func NewWaitForClusterCommand ¶
func NewWaitForClusterCommand() ResourceCommand
Click to show internal directories.
Click to hide internal directories.