Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterBuilder ¶
type ClusterBuilder struct {
CustomKubeContext string
}
ClusterBuilder is the CAPZ 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 CAPZ cluster App
type PrivateClusterBuilder ¶ added in v1.21.0
type PrivateClusterBuilder struct {
CustomKubeContext string
}
PrivateClusterBuilder is the private CAPZ ClusterBuilder
func (*PrivateClusterBuilder) KubeContext ¶ added in v1.21.0
func (c *PrivateClusterBuilder) KubeContext() string
KubeContext returns the known KubeConfig context that this builder expects
func (*PrivateClusterBuilder) NewClusterApp ¶ added in v1.21.0
func (c *PrivateClusterBuilder) NewClusterApp(clusterName string, orgName string, clusterValuesOverrides []string, defaultAppsValuesOverrides []string) *application.Cluster
NewClusterApp builds a new private CAPZ cluster App
Click to show internal directories.
Click to hide internal directories.