gke

package
v0.57.1 Latest Latest
Warning

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

Go to latest
Published: May 10, 2022 License: MIT 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 {
	types.Metadata
	IssueCertificate types.BoolValue
}

type Cluster

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

type GKE

type GKE struct {
	Clusters []Cluster
}

type IPAllocationPolicy

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

type Management

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

type MasterAuth

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

type MasterAuthorizedNetworks

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

type Metadata

type Metadata struct {
	types.Metadata
	EnableLegacyEndpoints types.BoolValue
}

type NetworkPolicy

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

type NodeConfig

type NodeConfig struct {
	types.Metadata
	ImageType              types.StringValue
	WorkloadMetadataConfig WorkloadMetadataConfig
	ServiceAccount         types.StringValue
}

type NodePool

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

type PodSecurityPolicy

type PodSecurityPolicy struct {
	types.Metadata
	Enabled types.BoolValue
}

type PrivateCluster

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

type WorkloadMetadataConfig

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

Jump to

Keyboard shortcuts

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