Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CycloneLogo defines ascii art logo of Cyclone CycloneLogo = `` /* 188-byte string literal not displayed */ // ControlClusterName is name of the master cluster ControlClusterName = "cyclone-control-cluster" // ControllerInstanceEnvName is environment name for workflow controller instance ControllerInstanceEnvName = "CONTROLLER_INSTANCE_NAME" // EnvSystemNamespace is the evn key to indicate which namespace the cyclone system components installed in. // Cyclone built-in resources(such as stage templates) will be stored in the namespace too. EnvSystemNamespace = "SYSTEM_NAMESPACE" )
Variables ¶
This section is empty.
Functions ¶
func NewClusterClient ¶ added in v0.9.6
func NewClusterClient(c *v1alpha1.ClusterCredential, inCluster bool) (*kubernetes.Clientset, error)
NewClusterClient creates a client for k8s cluster
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.