Documentation ¶
Index ¶
- Variables
- func GetSchemaMap(clusterSchemas, managementSchemas, projectSchemas map[string]types.Schema) (map[string]types.Schema, error)
- func GetSchemas(token string, port int) (map[string]types.Schema, map[string]types.Schema, map[string]types.Schema, ...)
- func Register(user *config.UserContext, portGetter common.KubeConfigGetter)
- type Lifecycle
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // WaitCondition is a set of function that can be customized to wait for a resource WaitCondition = map[string]func(baseClient *clientbase.APIBaseClient, id, schemaType string) error{} )
Functions ¶
func GetSchemaMap ¶
func GetSchemas ¶
func Register ¶
func Register(user *config.UserContext, portGetter common.KubeConfigGetter)
Types ¶
type Lifecycle ¶
type Lifecycle struct { HTTPSPortGetter common.KubeConfigGetter TokenClient v3.TokenInterface UserClient v3.UserInterface ComposeClient v3.ClusterComposeConfigInterface ClusterName string }
func (Lifecycle) Create ¶
func (l Lifecycle) Create(obj *v3.ClusterComposeConfig) (*v3.ClusterComposeConfig, error)
Click to show internal directories.
Click to hide internal directories.