Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cluster ¶
type Cluster struct { Name string `json:"name"` Metadata ClusterMetadata `json:"metadata"` }
func CreateCluster ¶ added in v0.6.0
type ClusterLister ¶
type ClusterManager ¶
type ClusterManager interface { ClusterLister GetBlueprint(cluster string, namespace string, name string) (*v1alpha1.Blueprint, error) CreateBlueprint(cluster string, blueprint *v1alpha1.Blueprint) error UpdateBlueprint(cluster string, blueprint *v1alpha1.Blueprint) error DeleteBlueprint(cluster string, namespace string, name string) error }
type ClusterMetadata ¶
Click to show internal directories.
Click to hide internal directories.