capz

package
v3.0.0-...-a69f007 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 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

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"`
	PreventDeletion bool   `json:"preventDeletion,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