Documentation ¶
Index ¶
- func CreateApp(appName, description string) (*config.App, error)
- func CreateCluster(appName, clusterName, description string) (*config.Cluster, error)
- func CreateNamespace(appName, clusterName, namespaceName, format, description string) (*config.Namespace, error)
- func DeleteApp(appName string) error
- func DeleteCluster(appName, clusterName string) error
- func DeleteNamespace(appName, clusterName, namespaceName string) error
- func Init(client config.ConfigService)
- func ListApps() (*config.Apps, error)
- func ListClusters(appName string) (*config.Clusters, error)
- func ListNamespaces(appName, clusterName string) (*config.Namespaces, error)
- func ReadConfig(appName, clusterName, namespaceName string) (*config.Namespace, error)
- func ReleaseConfig(appName, clusterName, namespaceName, comment string) error
- func UpdateConfig(appName, clusterName, namespaceName, value string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCluster ¶
func CreateNamespace ¶
func DeleteCluster ¶
func DeleteNamespace ¶
func Init ¶
func Init(client config.ConfigService)
func ListNamespaces ¶
func ListNamespaces(appName, clusterName string) (*config.Namespaces, error)
func ReadConfig ¶
func ReleaseConfig ¶
func UpdateConfig ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.