gke

package
v0.51.1 Latest Latest
Warning

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

Go to latest
Published: May 4, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientCertificate

type ClientCertificate struct {
	Metadata         iacTypes.Metadata
	IssueCertificate iacTypes.BoolValue
}

type Cluster

type Cluster struct {
	Metadata                 iacTypes.Metadata
	NodePools                []NodePool
	IPAllocationPolicy       IPAllocationPolicy
	MasterAuthorizedNetworks MasterAuthorizedNetworks
	NetworkPolicy            NetworkPolicy
	PrivateCluster           PrivateCluster
	LoggingService           iacTypes.StringValue
	MonitoringService        iacTypes.StringValue
	MasterAuth               MasterAuth
	NodeConfig               NodeConfig
	EnableShieldedNodes      iacTypes.BoolValue
	EnableLegacyABAC         iacTypes.BoolValue
	ResourceLabels           iacTypes.MapValue
	RemoveDefaultNodePool    iacTypes.BoolValue
	EnableAutpilot           iacTypes.BoolValue
	DatapathProvider         iacTypes.StringValue
}

type GKE

type GKE struct {
	Clusters []Cluster
}

type IPAllocationPolicy

type IPAllocationPolicy struct {
	Metadata iacTypes.Metadata
	Enabled  iacTypes.BoolValue
}

type Management

type Management struct {
	Metadata          iacTypes.Metadata
	EnableAutoRepair  iacTypes.BoolValue
	EnableAutoUpgrade iacTypes.BoolValue
}

type MasterAuth

type MasterAuth struct {
	Metadata          iacTypes.Metadata
	ClientCertificate ClientCertificate
	Username          iacTypes.StringValue
	Password          iacTypes.StringValue
}

type MasterAuthorizedNetworks

type MasterAuthorizedNetworks struct {
	Metadata iacTypes.Metadata
	Enabled  iacTypes.BoolValue
	CIDRs    []iacTypes.StringValue
}

type NetworkPolicy

type NetworkPolicy struct {
	Metadata iacTypes.Metadata
	Enabled  iacTypes.BoolValue
}

type NodeConfig

type NodeConfig struct {
	Metadata               iacTypes.Metadata
	ImageType              iacTypes.StringValue
	WorkloadMetadataConfig WorkloadMetadataConfig
	ServiceAccount         iacTypes.StringValue
	EnableLegacyEndpoints  iacTypes.BoolValue
}

type NodePool

type NodePool struct {
	Metadata   iacTypes.Metadata
	Management Management
	NodeConfig NodeConfig
}

type PrivateCluster

type PrivateCluster struct {
	Metadata           iacTypes.Metadata
	EnablePrivateNodes iacTypes.BoolValue
}

type WorkloadMetadataConfig

type WorkloadMetadataConfig struct {
	Metadata     iacTypes.Metadata
	NodeMetadata iacTypes.StringValue
}

Jump to

Keyboard shortcuts

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