hooks

package
v1.43.8 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Instances

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

type Provider struct {
	ServiceAccountJSON string `json:"serviceAccountJSON"`
	Region             string `json:"region"`
}

type ProviderClusterConfigurationValues

type ProviderClusterConfigurationValues struct {
	Provider Provider `json:"provider"`
	SSHKey   string   `json:"sshKey"`
}

type ProviderDiscoveryDataValues

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

type StorageClass struct {
	Name            string `json:"name"`
	Type            string `json:"type"`
	ReplicationType string `json:"replicationType"`
}

Jump to

Keyboard shortcuts

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