Documentation ¶
Index ¶
Constants ¶
View Source
const ( RegCredSecretName = "container-registries-configuration" RegCredSecretNamespace = "default" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterBuilder ¶
type ClusterBuilder struct {
CustomKubeContext string
}
ClusterBuilder is the CAPVCD ClusterBuilder
func (*ClusterBuilder) KubeContext ¶ added in v1.0.2
func (c *ClusterBuilder) KubeContext() string
KubeContext returns the known KubeConfig context that this builder expects
func (*ClusterBuilder) NewClusterApp ¶
func (c *ClusterBuilder) NewClusterApp(clusterName string, orgName string, clusterValuesOverrides []string, defaultAppsValuesOverrides []string) *application.Cluster
NewClusterApp builds a new CAPVCD cluster App
Click to show internal directories.
Click to hide internal directories.