capz

package
v2.55.0 Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateClusterValues

func GenerateClusterValues(flagInputs ClusterConfig) (string, error)

func GenerateDefaultAppsValues

func GenerateDefaultAppsValues(flagConfig DefaultAppsConfig) (string, error)

Types

type Bastion

type Bastion struct {
	Enabled      bool   `json:"enabled,omitempty"`
	InstanceType string `json:"instanceType,omitempty"`
}

type ClusterConfig

type ClusterConfig struct {
	Global *Global `json:"global,omitempty"`
}

type Connectivity

type Connectivity struct {
	Bastion *Bastion `json:"bastion,omitempty"`
}

type ControlPlane

type ControlPlane struct {
	InstanceType string `json:"instanceType,omitempty"`
	Replicas     int    `json:"replicas,omitempty"`
}

type DefaultAppsConfig

type DefaultAppsConfig struct {
	ClusterName  string `json:"clusterName,omitempty"`
	Organization string `json:"organization,omitempty"`
}

type Global added in v2.53.0

type Global struct {
	Connectivity     *Connectivity     `json:"connectivity,omitempty"`
	ControlPlane     *ControlPlane     `json:"controlPlane,omitempty"`
	Metadata         *Metadata         `json:"metadata,omitempty"`
	ProviderSpecific *ProviderSpecific `json:"providerSpecific,omitempty"`
}

type Metadata

type Metadata struct {
	Name         string `json:"name,omitempty"`
	Description  string `json:"description,omitempty"`
	Organization string `json:"organization,omitempty"`
}

type ProviderSpecific

type ProviderSpecific struct {
	Location       string `json:"location,omitempty"`
	SubscriptionID string `json:"subscriptionId,omitempty"`
}

Jump to

Keyboard shortcuts

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