Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(ctx context.Context, management *config.ManagementContext, manager *clustermanager.Manager)
Types ¶
type ClusterLifecycle ¶
type ClusterLifecycle struct {
Manager *clustermanager.Manager
// contains filtered or unexported fields
}
func (*ClusterLifecycle) Create ¶
func (c *ClusterLifecycle) Create(obj *v3.Cluster) (*v3.Cluster, error)
func (*ClusterLifecycle) Remove ¶
func (c *ClusterLifecycle) Remove(obj *v3.Cluster) (*v3.Cluster, error)
func (*ClusterLifecycle) Updated ¶
func (c *ClusterLifecycle) Updated(obj *v3.Cluster) (*v3.Cluster, error)
Click to show internal directories.
Click to hide internal directories.