Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterApplier ¶
type ClusterApplier interface {
ApplyManifests(ctx context.Context, cluster models.Cluster, namespace string, manifests []automation.AutomationManifest) error
}
func NewClusterApplier ¶
func NewClusterApplier(kubeClient kube.Kube) ClusterApplier
type ClusterApplySvc ¶
func (*ClusterApplySvc) ApplyManifests ¶
func (a *ClusterApplySvc) ApplyManifests(ctx context.Context, cluster models.Cluster, namespace string, manifests []automation.AutomationManifest) error
Click to show internal directories.
Click to hide internal directories.