Documentation
¶
Index ¶
- type ClusterManager
- func (m *ClusterManager) CreateBlueprint(cluster string, blueprint *v1alpha1.Blueprint) error
- func (m *ClusterManager) DeleteBlueprint(cluster string, namespace string, name string) error
- func (m *ClusterManager) GetBlueprint(cluster string, namespace string, name string) (*v1alpha1.Blueprint, error)
- func (m *ClusterManager) GetClusters() ([]multicluster.Cluster, error)
- func (m *ClusterManager) UpdateBlueprint(cluster string, blueprint *v1alpha1.Blueprint) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterManager ¶
This ClusterManager is meant to be used for testing
func (*ClusterManager) CreateBlueprint ¶
func (m *ClusterManager) CreateBlueprint(cluster string, blueprint *v1alpha1.Blueprint) error
func (*ClusterManager) DeleteBlueprint ¶
func (m *ClusterManager) DeleteBlueprint(cluster string, namespace string, name string) error
func (*ClusterManager) GetBlueprint ¶
func (*ClusterManager) GetClusters ¶
func (m *ClusterManager) GetClusters() ([]multicluster.Cluster, error)
func (*ClusterManager) UpdateBlueprint ¶
func (m *ClusterManager) UpdateBlueprint(cluster string, blueprint *v1alpha1.Blueprint) error
Click to show internal directories.
Click to hide internal directories.