config

package
v0.0.0-...-3226e9d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateApp

func CreateApp(appName, description string) (*config.AppResponse, error)

func CreateCluster

func CreateCluster(appName, clusterName, description string) (*config.ClusterResponse, error)

func CreateNamespace

func CreateNamespace(appName, clusterName, namespaceName, format, description string) (*config.NamespaceResponse, error)

func DeleteApp

func DeleteApp(appName string) error

func DeleteCluster

func DeleteCluster(appName, clusterName string) error

func DeleteNamespace

func DeleteNamespace(appName, clusterName, namespaceName string) error

func Init

func Init(client config.ConfigService)

func ListApps

func ListApps() (*config.AppsResponse, error)

func ListClusters

func ListClusters(appName string) (*config.ClustersResponse, error)

func ListNamespaces

func ListNamespaces(appName, clusterName string) (*config.NamespacesResponse, error)

func ListReleaseHistory

func ListReleaseHistory(appName, clusterName, namespaceName string) (*config.ReleaseHistoryResponse, error)

func QueryApp

func QueryApp(appName string) (*config.AppResponse, error)

func QueryCluster

func QueryCluster(appName, clusterName string) (*config.ClusterResponse, error)

func QueryNamespace

func QueryNamespace(appName, clusterName, namespaceName string) (*config.NamespaceResponse, error)

func ReleaseConfig

func ReleaseConfig(appName, clusterName, namespaceName, tag, comment string) error

func Rollback

func Rollback(appName, clusterName, namespaceName, tag string) (err error)

func UpdateConfig

func UpdateConfig(appName, clusterName, namespaceName, value string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL