package
Version:
v1.26.0-alpha.1
Opens a new window with list of versions in this module.
Published: Oct 19, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Instances struct {
Image string `json:"image"`
DiskSizeGb int64 `json:"diskSizeGb"`
DiskType string `json:"diskType"`
NetworkTags []string `json:"networkTags"`
Labels map[string]string `json:"labels"`
}
type Provider struct {
ServiceAccountJSON string `json:"serviceAccountJSON"`
Region string `json:"region"`
}
type ProviderClusterConfigurationValues struct {
Provider Provider `json:"provider"`
SSHKey string `json:"sshKey"`
}
type ProviderDiscoveryDataValues struct {
Instances Instances `json:"instances"`
DisableExternalIP bool `json:"disableExternalIP"`
NetworkName string `json:"networkName"`
SubnetworkName string `json:"subnetworkName"`
Zones []string `json:"zones"`
}
type StorageClass struct {
Name string `json:"name"`
Type string `json:"type"`
ReplicationType string `json:"replicationType"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.