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) (*app.Blueprint, error)
CreateBlueprint(cluster string, blueprint *app.Blueprint) error
UpdateBlueprint(cluster string, blueprint *app.Blueprint) error
DeleteBlueprint(cluster string, namespace string, name string) error
}
type ClusterMetadata ¶
Click to show internal directories.
Click to hide internal directories.