models

package
v0.0.0-...-44780b1 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2022 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GCPClusterConfig

type GCPClusterConfig struct {
	ClusterName        string              `json:"clusterName"`
	NodeMachineType    string              `json:"nodeMachineType"`
	WorkerMachineCount string              `json:"workerMachineCount"`
	Region             string              `json:"region"`
	KubeVersion        string              `json:"kubeVersion"`
	Project            string              `json:"project"`
	Autoscale          NodeAutoscaleConfig `json:"autoscale"`
}

type GCPRegion

type GCPRegion struct {
	Name  string   `json:"name"`
	Zones []string `json:"name"`
}

type GCPRegions

type GCPRegions struct {
	Regions []GCPRegion `json:"regions"`
}

type NodeAutoscaleConfig

type NodeAutoscaleConfig struct {
	Enabled      bool `json:"enabled"`
	MaxNodeCount int  `json:"maxNodeCount"`
	MinNodeCount int  `json:"minNodeCount"`
}

Jump to

Keyboard shortcuts

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