vsphere

package
v2.26.2 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 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 CloudConfig added in v2.26.0

type CloudConfig struct {
	Global    GlobalOpts
	Disk      DiskOpts
	Workspace WorkspaceOpts

	VirtualCenter map[string]VirtualCenterConfig
}

func ForCluster added in v2.26.0

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

func (*CloudConfig) String added in v2.26.0

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

type DiskOpts added in v2.26.0

type DiskOpts struct {
	SCSIControllerType string
}

type GlobalOpts added in v2.26.0

type GlobalOpts struct {
	User             string
	Password         string
	InsecureFlag     bool
	VCenterPort      string
	WorkingDir       string
	Datacenter       string
	DefaultDatastore string
	VCenterIP        string
	ClusterID        string
	IPFamily         string
}

type VirtualCenterConfig added in v2.26.0

type VirtualCenterConfig struct {
	User        string
	Password    string
	VCenterPort string
	Datacenters string
	IPFamily    string
}

type WorkspaceOpts added in v2.26.0

type WorkspaceOpts struct {
	VCenterIP        string
	Datacenter       string
	Folder           string
	DefaultDatastore string
	ResourcePoolPath string
}

Jump to

Keyboard shortcuts

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