openstack

package
v2.26.0-beta.0 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlockStorageOpts

type BlockStorageOpts struct {
	BSVersion             string
	TrustDevicePath       bool
	IgnoreVolumeAZ        bool
	NodeVolumeAttachLimit uint
}

type CloudConfig

type CloudConfig struct {
	Global       GlobalOpts
	LoadBalancer LoadBalancerOpts
	BlockStorage BlockStorageOpts
}

func ForCluster added in v2.26.0

func ForCluster(cluster *kubermaticv1.Cluster, dc *kubermaticv1.Datacenter, credentials resources.Credentials) CloudConfig

func (*CloudConfig) String added in v2.26.0

func (c *CloudConfig) String() (string, error)

type GlobalOpts

type GlobalOpts struct {
	AuthURL                     string
	Username                    string
	Password                    string
	ApplicationCredentialID     string
	ApplicationCredentialSecret string
	TenantName                  string
	TenantID                    string
	DomainName                  string
	Region                      string
}

type LoadBalancerOpts

type LoadBalancerOpts struct {
	UseOctavia           *bool
	SubnetID             string
	FloatingNetworkID    string
	LBMethod             string
	LBProvider           string
	CreateMonitor        bool
	MonitorDelay         time.Duration
	MonitorTimeout       time.Duration
	MonitorMaxRetries    uint
	ManageSecurityGroups bool

	EnableIngressHostname *bool
	IngressHostnameSuffix *string
}

Jump to

Keyboard shortcuts

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