container

package
v0.0.0-...-8c6c420 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PrivateIPv6GoogleAccess_name = map[int32]string{
		0: "PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED",
		1: "PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED",
		2: "PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE",
		3: "PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL",
	}
	PrivateIPv6GoogleAccess_value = map[string]int32{
		"PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED":   0,
		"PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED":      1,
		"PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE":     2,
		"PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL": 3,
	}
)

Enum value maps for PrivateIPv6GoogleAccess.

View Source
var (
	UpgradeResourceType_name = map[int32]string{
		0: "UPGRADE_RESOURCE_TYPE_UNSPECIFIED",
		1: "MASTER",
		2: "NODE_POOL",
	}
	UpgradeResourceType_value = map[string]int32{
		"UPGRADE_RESOURCE_TYPE_UNSPECIFIED": 0,
		"MASTER":                            1,
		"NODE_POOL":                         2,
	}
)

Enum value maps for UpgradeResourceType.

View Source
var (
	NodePoolUpdateStrategy_name = map[int32]string{
		0: "NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED",
		2: "BLUE_GREEN",
		3: "SURGE",
	}
	NodePoolUpdateStrategy_value = map[string]int32{
		"NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED": 0,
		"BLUE_GREEN":                            2,
		"SURGE":                                 3,
	}
)

Enum value maps for NodePoolUpdateStrategy.

View Source
var (
	DatapathProvider_name = map[int32]string{
		0: "DATAPATH_PROVIDER_UNSPECIFIED",
		1: "LEGACY_DATAPATH",
		2: "ADVANCED_DATAPATH",
	}
	DatapathProvider_value = map[string]int32{
		"DATAPATH_PROVIDER_UNSPECIFIED": 0,
		"LEGACY_DATAPATH":               1,
		"ADVANCED_DATAPATH":             2,
	}
)

Enum value maps for DatapathProvider.

View Source
var (
	StackType_name = map[int32]string{
		0: "STACK_TYPE_UNSPECIFIED",
		1: "IPV4",
		2: "IPV4_IPV6",
	}
	StackType_value = map[string]int32{
		"STACK_TYPE_UNSPECIFIED": 0,
		"IPV4":                   1,
		"IPV4_IPV6":              2,
	}
)

Enum value maps for StackType.

View Source
var (
	LinuxNodeConfig_CgroupMode_name = map[int32]string{
		0: "CGROUP_MODE_UNSPECIFIED",
		1: "CGROUP_MODE_V1",
		2: "CGROUP_MODE_V2",
	}
	LinuxNodeConfig_CgroupMode_value = map[string]int32{
		"CGROUP_MODE_UNSPECIFIED": 0,
		"CGROUP_MODE_V1":          1,
		"CGROUP_MODE_V2":          2,
	}
)

Enum value maps for LinuxNodeConfig_CgroupMode.

View Source
var (
	WindowsNodeConfig_OSVersion_name = map[int32]string{
		0: "OS_VERSION_UNSPECIFIED",
		1: "OS_VERSION_LTSC2019",
		2: "OS_VERSION_LTSC2022",
	}
	WindowsNodeConfig_OSVersion_value = map[string]int32{
		"OS_VERSION_UNSPECIFIED": 0,
		"OS_VERSION_LTSC2019":    1,
		"OS_VERSION_LTSC2022":    2,
	}
)

Enum value maps for WindowsNodeConfig_OSVersion.

View Source
var (
	NodeNetworkConfig_NetworkPerformanceConfig_Tier_name = map[int32]string{
		0: "TIER_UNSPECIFIED",
		1: "TIER_1",
	}
	NodeNetworkConfig_NetworkPerformanceConfig_Tier_value = map[string]int32{
		"TIER_UNSPECIFIED": 0,
		"TIER_1":           1,
	}
)

Enum value maps for NodeNetworkConfig_NetworkPerformanceConfig_Tier.

View Source
var (
	SandboxConfig_Type_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "GVISOR",
	}
	SandboxConfig_Type_value = map[string]int32{
		"UNSPECIFIED": 0,
		"GVISOR":      1,
	}
)

Enum value maps for SandboxConfig_Type.

View Source
var (
	ReservationAffinity_Type_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "NO_RESERVATION",
		2: "ANY_RESERVATION",
		3: "SPECIFIC_RESERVATION",
	}
	ReservationAffinity_Type_value = map[string]int32{
		"UNSPECIFIED":          0,
		"NO_RESERVATION":       1,
		"ANY_RESERVATION":      2,
		"SPECIFIC_RESERVATION": 3,
	}
)

Enum value maps for ReservationAffinity_Type.

View Source
var (
	NodeTaint_Effect_name = map[int32]string{
		0: "EFFECT_UNSPECIFIED",
		1: "NO_SCHEDULE",
		2: "PREFER_NO_SCHEDULE",
		3: "NO_EXECUTE",
	}
	NodeTaint_Effect_value = map[string]int32{
		"EFFECT_UNSPECIFIED": 0,
		"NO_SCHEDULE":        1,
		"PREFER_NO_SCHEDULE": 2,
		"NO_EXECUTE":         3,
	}
)

Enum value maps for NodeTaint_Effect.

View Source
var (
	IstioConfig_IstioAuthMode_name = map[int32]string{
		0: "AUTH_NONE",
		1: "AUTH_MUTUAL_TLS",
	}
	IstioConfig_IstioAuthMode_value = map[string]int32{
		"AUTH_NONE":       0,
		"AUTH_MUTUAL_TLS": 1,
	}
)

Enum value maps for IstioConfig_IstioAuthMode.

View Source
var (
	CloudRunConfig_LoadBalancerType_name = map[int32]string{
		0: "LOAD_BALANCER_TYPE_UNSPECIFIED",
		1: "LOAD_BALANCER_TYPE_EXTERNAL",
		2: "LOAD_BALANCER_TYPE_INTERNAL",
	}
	CloudRunConfig_LoadBalancerType_value = map[string]int32{
		"LOAD_BALANCER_TYPE_UNSPECIFIED": 0,
		"LOAD_BALANCER_TYPE_EXTERNAL":    1,
		"LOAD_BALANCER_TYPE_INTERNAL":    2,
	}
)

Enum value maps for CloudRunConfig_LoadBalancerType.

View Source
var (
	NetworkPolicy_Provider_name = map[int32]string{
		0: "PROVIDER_UNSPECIFIED",
		1: "CALICO",
	}
	NetworkPolicy_Provider_value = map[string]int32{
		"PROVIDER_UNSPECIFIED": 0,
		"CALICO":               1,
	}
)

Enum value maps for NetworkPolicy_Provider.

View Source
var (
	IPAllocationPolicy_StackType_name = map[int32]string{
		0: "STACK_TYPE_UNSPECIFIED",
		1: "IPV4",
		2: "IPV4_IPV6",
	}
	IPAllocationPolicy_StackType_value = map[string]int32{
		"STACK_TYPE_UNSPECIFIED": 0,
		"IPV4":                   1,
		"IPV4_IPV6":              2,
	}
)

Enum value maps for IPAllocationPolicy_StackType.

View Source
var (
	IPAllocationPolicy_IPv6AccessType_name = map[int32]string{
		0: "IPV6_ACCESS_TYPE_UNSPECIFIED",
		1: "INTERNAL",
		2: "EXTERNAL",
	}
	IPAllocationPolicy_IPv6AccessType_value = map[string]int32{
		"IPV6_ACCESS_TYPE_UNSPECIFIED": 0,
		"INTERNAL":                     1,
		"EXTERNAL":                     2,
	}
)

Enum value maps for IPAllocationPolicy_IPv6AccessType.

View Source
var (
	BinaryAuthorization_EvaluationMode_name = map[int32]string{
		0: "EVALUATION_MODE_UNSPECIFIED",
		1: "DISABLED",
		2: "PROJECT_SINGLETON_POLICY_ENFORCE",
	}
	BinaryAuthorization_EvaluationMode_value = map[string]int32{
		"EVALUATION_MODE_UNSPECIFIED":      0,
		"DISABLED":                         1,
		"PROJECT_SINGLETON_POLICY_ENFORCE": 2,
	}
)

Enum value maps for BinaryAuthorization_EvaluationMode.

View Source
var (
	ClusterTelemetry_Type_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "DISABLED",
		2: "ENABLED",
		3: "SYSTEM_ONLY",
	}
	ClusterTelemetry_Type_value = map[string]int32{
		"UNSPECIFIED": 0,
		"DISABLED":    1,
		"ENABLED":     2,
		"SYSTEM_ONLY": 3,
	}
)

Enum value maps for ClusterTelemetry_Type.

View Source
var (
	Cluster_Status_name = map[int32]string{
		0: "STATUS_UNSPECIFIED",
		1: "PROVISIONING",
		2: "RUNNING",
		3: "RECONCILING",
		4: "STOPPING",
		5: "ERROR",
		6: "DEGRADED",
	}
	Cluster_Status_value = map[string]int32{
		"STATUS_UNSPECIFIED": 0,
		"PROVISIONING":       1,
		"RUNNING":            2,
		"RECONCILING":        3,
		"STOPPING":           4,
		"ERROR":              5,
		"DEGRADED":           6,
	}
)

Enum value maps for Cluster_Status.

View Source
var (
	WorkloadConfig_Mode_name = map[int32]string{
		0: "MODE_UNSPECIFIED",
		1: "DISABLED",
		4: "BASIC",
		2: "BASELINE",
		3: "RESTRICTED",
	}
	WorkloadConfig_Mode_value = map[string]int32{
		"MODE_UNSPECIFIED": 0,
		"DISABLED":         1,
		"BASIC":            4,
		"BASELINE":         2,
		"RESTRICTED":       3,
	}
)

Enum value maps for WorkloadConfig_Mode.

View Source
var (
	ProtectConfig_WorkloadVulnerabilityMode_name = map[int32]string{
		0: "WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED",
		1: "DISABLED",
		2: "BASIC",
	}
	ProtectConfig_WorkloadVulnerabilityMode_value = map[string]int32{
		"WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED": 0,
		"DISABLED": 1,
		"BASIC":    2,
	}
)

Enum value maps for ProtectConfig_WorkloadVulnerabilityMode.

View Source
var (
	Operation_Status_name = map[int32]string{
		0: "STATUS_UNSPECIFIED",
		1: "PENDING",
		2: "RUNNING",
		3: "DONE",
		4: "ABORTING",
	}
	Operation_Status_value = map[string]int32{
		"STATUS_UNSPECIFIED": 0,
		"PENDING":            1,
		"RUNNING":            2,
		"DONE":               3,
		"ABORTING":           4,
	}
)

Enum value maps for Operation_Status.

View Source
var (
	Operation_Type_name = map[int32]string{
		0:  "TYPE_UNSPECIFIED",
		1:  "CREATE_CLUSTER",
		2:  "DELETE_CLUSTER",
		3:  "UPGRADE_MASTER",
		4:  "UPGRADE_NODES",
		5:  "REPAIR_CLUSTER",
		6:  "UPDATE_CLUSTER",
		7:  "CREATE_NODE_POOL",
		8:  "DELETE_NODE_POOL",
		9:  "SET_NODE_POOL_MANAGEMENT",
		10: "AUTO_REPAIR_NODES",
		11: "AUTO_UPGRADE_NODES",
		12: "SET_LABELS",
		13: "SET_MASTER_AUTH",
		14: "SET_NODE_POOL_SIZE",
		15: "SET_NETWORK_POLICY",
		16: "SET_MAINTENANCE_POLICY",
	}
	Operation_Type_value = map[string]int32{
		"TYPE_UNSPECIFIED":         0,
		"CREATE_CLUSTER":           1,
		"DELETE_CLUSTER":           2,
		"UPGRADE_MASTER":           3,
		"UPGRADE_NODES":            4,
		"REPAIR_CLUSTER":           5,
		"UPDATE_CLUSTER":           6,
		"CREATE_NODE_POOL":         7,
		"DELETE_NODE_POOL":         8,
		"SET_NODE_POOL_MANAGEMENT": 9,
		"AUTO_REPAIR_NODES":        10,
		"AUTO_UPGRADE_NODES":       11,
		"SET_LABELS":               12,
		"SET_MASTER_AUTH":          13,
		"SET_NODE_POOL_SIZE":       14,
		"SET_NETWORK_POLICY":       15,
		"SET_MAINTENANCE_POLICY":   16,
	}
)

Enum value maps for Operation_Type.

View Source
var (
	SetMasterAuthRequest_Action_name = map[int32]string{
		0: "UNKNOWN",
		1: "SET_PASSWORD",
		2: "GENERATE_PASSWORD",
		3: "SET_USERNAME",
	}
	SetMasterAuthRequest_Action_value = map[string]int32{
		"UNKNOWN":           0,
		"SET_PASSWORD":      1,
		"GENERATE_PASSWORD": 2,
		"SET_USERNAME":      3,
	}
)

Enum value maps for SetMasterAuthRequest_Action.

View Source
var (
	NodePool_Status_name = map[int32]string{
		0: "STATUS_UNSPECIFIED",
		1: "PROVISIONING",
		2: "RUNNING",
		3: "RUNNING_WITH_ERROR",
		4: "RECONCILING",
		5: "STOPPING",
		6: "ERROR",
	}
	NodePool_Status_value = map[string]int32{
		"STATUS_UNSPECIFIED": 0,
		"PROVISIONING":       1,
		"RUNNING":            2,
		"RUNNING_WITH_ERROR": 3,
		"RECONCILING":        4,
		"STOPPING":           5,
		"ERROR":              6,
	}
)

Enum value maps for NodePool_Status.

View Source
var (
	NodePool_UpdateInfo_BlueGreenInfo_Phase_name = map[int32]string{
		0: "PHASE_UNSPECIFIED",
		1: "UPDATE_STARTED",
		2: "CREATING_GREEN_POOL",
		3: "CORDONING_BLUE_POOL",
		4: "DRAINING_BLUE_POOL",
		5: "NODE_POOL_SOAKING",
		6: "DELETING_BLUE_POOL",
		7: "ROLLBACK_STARTED",
	}
	NodePool_UpdateInfo_BlueGreenInfo_Phase_value = map[string]int32{
		"PHASE_UNSPECIFIED":   0,
		"UPDATE_STARTED":      1,
		"CREATING_GREEN_POOL": 2,
		"CORDONING_BLUE_POOL": 3,
		"DRAINING_BLUE_POOL":  4,
		"NODE_POOL_SOAKING":   5,
		"DELETING_BLUE_POOL":  6,
		"ROLLBACK_STARTED":    7,
	}
)

Enum value maps for NodePool_UpdateInfo_BlueGreenInfo_Phase.

View Source
var (
	NodePool_PlacementPolicy_Type_name = map[int32]string{
		0: "TYPE_UNSPECIFIED",
		1: "COMPACT",
	}
	NodePool_PlacementPolicy_Type_value = map[string]int32{
		"TYPE_UNSPECIFIED": 0,
		"COMPACT":          1,
	}
)

Enum value maps for NodePool_PlacementPolicy_Type.

View Source
var (
	MaintenanceExclusionOptions_Scope_name = map[int32]string{
		0: "NO_UPGRADES",
		1: "NO_MINOR_UPGRADES",
		2: "NO_MINOR_OR_NODE_UPGRADES",
	}
	MaintenanceExclusionOptions_Scope_value = map[string]int32{
		"NO_UPGRADES":               0,
		"NO_MINOR_UPGRADES":         1,
		"NO_MINOR_OR_NODE_UPGRADES": 2,
	}
)

Enum value maps for MaintenanceExclusionOptions_Scope.

View Source
var (
	ClusterAutoscaling_AutoscalingProfile_name = map[int32]string{
		0: "PROFILE_UNSPECIFIED",
		1: "OPTIMIZE_UTILIZATION",
		2: "BALANCED",
	}
	ClusterAutoscaling_AutoscalingProfile_value = map[string]int32{
		"PROFILE_UNSPECIFIED":  0,
		"OPTIMIZE_UTILIZATION": 1,
		"BALANCED":             2,
	}
)

Enum value maps for ClusterAutoscaling_AutoscalingProfile.

View Source
var (
	NodePoolAutoscaling_LocationPolicy_name = map[int32]string{
		0: "LOCATION_POLICY_UNSPECIFIED",
		1: "BALANCED",
		2: "ANY",
	}
	NodePoolAutoscaling_LocationPolicy_value = map[string]int32{
		"LOCATION_POLICY_UNSPECIFIED": 0,
		"BALANCED":                    1,
		"ANY":                         2,
	}
)

Enum value maps for NodePoolAutoscaling_LocationPolicy.

View Source
var (
	GPUSharingConfig_GPUSharingStrategy_name = map[int32]string{
		0: "GPU_SHARING_STRATEGY_UNSPECIFIED",
		1: "TIME_SHARING",
	}
	GPUSharingConfig_GPUSharingStrategy_value = map[string]int32{
		"GPU_SHARING_STRATEGY_UNSPECIFIED": 0,
		"TIME_SHARING":                     1,
	}
)

Enum value maps for GPUSharingConfig_GPUSharingStrategy.

View Source
var (
	WorkloadMetadataConfig_NodeMetadata_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "SECURE",
		2: "EXPOSE",
		3: "GKE_METADATA_SERVER",
	}
	WorkloadMetadataConfig_NodeMetadata_value = map[string]int32{
		"UNSPECIFIED":         0,
		"SECURE":              1,
		"EXPOSE":              2,
		"GKE_METADATA_SERVER": 3,
	}
)

Enum value maps for WorkloadMetadataConfig_NodeMetadata.

View Source
var (
	WorkloadMetadataConfig_Mode_name = map[int32]string{
		0: "MODE_UNSPECIFIED",
		1: "GCE_METADATA",
		2: "GKE_METADATA",
	}
	WorkloadMetadataConfig_Mode_value = map[string]int32{
		"MODE_UNSPECIFIED": 0,
		"GCE_METADATA":     1,
		"GKE_METADATA":     2,
	}
)

Enum value maps for WorkloadMetadataConfig_Mode.

View Source
var (
	Location_LocationType_name = map[int32]string{
		0: "LOCATION_TYPE_UNSPECIFIED",
		1: "ZONE",
		2: "REGION",
	}
	Location_LocationType_value = map[string]int32{
		"LOCATION_TYPE_UNSPECIFIED": 0,
		"ZONE":                      1,
		"REGION":                    2,
	}
)

Enum value maps for Location_LocationType.

View Source
var (
	StatusCondition_Code_name = map[int32]string{
		0: "UNKNOWN",
		1: "GCE_STOCKOUT",
		2: "GKE_SERVICE_ACCOUNT_DELETED",
		3: "GCE_QUOTA_EXCEEDED",
		4: "SET_BY_OPERATOR",
		7: "CLOUD_KMS_KEY_ERROR",
		9: "CA_EXPIRING",
	}
	StatusCondition_Code_value = map[string]int32{
		"UNKNOWN":                     0,
		"GCE_STOCKOUT":                1,
		"GKE_SERVICE_ACCOUNT_DELETED": 2,
		"GCE_QUOTA_EXCEEDED":          3,
		"SET_BY_OPERATOR":             4,
		"CLOUD_KMS_KEY_ERROR":         7,
		"CA_EXPIRING":                 9,
	}
)

Enum value maps for StatusCondition_Code.

View Source
var (
	GatewayAPIConfig_Channel_name = map[int32]string{
		0: "CHANNEL_UNSPECIFIED",
		1: "CHANNEL_DISABLED",
		3: "CHANNEL_EXPERIMENTAL",
		4: "CHANNEL_STANDARD",
	}
	GatewayAPIConfig_Channel_value = map[string]int32{
		"CHANNEL_UNSPECIFIED":  0,
		"CHANNEL_DISABLED":     1,
		"CHANNEL_EXPERIMENTAL": 3,
		"CHANNEL_STANDARD":     4,
	}
)

Enum value maps for GatewayAPIConfig_Channel.

View Source
var (
	UsableSubnetworkSecondaryRange_Status_name = map[int32]string{
		0: "UNKNOWN",
		1: "UNUSED",
		2: "IN_USE_SERVICE",
		3: "IN_USE_SHAREABLE_POD",
		4: "IN_USE_MANAGED_POD",
	}
	UsableSubnetworkSecondaryRange_Status_value = map[string]int32{
		"UNKNOWN":              0,
		"UNUSED":               1,
		"IN_USE_SERVICE":       2,
		"IN_USE_SHAREABLE_POD": 3,
		"IN_USE_MANAGED_POD":   4,
	}
)

Enum value maps for UsableSubnetworkSecondaryRange_Status.

View Source
var (
	DNSConfig_Provider_name = map[int32]string{
		0: "PROVIDER_UNSPECIFIED",
		1: "PLATFORM_DEFAULT",
		2: "CLOUD_DNS",
	}
	DNSConfig_Provider_value = map[string]int32{
		"PROVIDER_UNSPECIFIED": 0,
		"PLATFORM_DEFAULT":     1,
		"CLOUD_DNS":            2,
	}
)

Enum value maps for DNSConfig_Provider.

View Source
var (
	DNSConfig_DNSScope_name = map[int32]string{
		0: "DNS_SCOPE_UNSPECIFIED",
		1: "CLUSTER_SCOPE",
		2: "VPC_SCOPE",
	}
	DNSConfig_DNSScope_value = map[string]int32{
		"DNS_SCOPE_UNSPECIFIED": 0,
		"CLUSTER_SCOPE":         1,
		"VPC_SCOPE":             2,
	}
)

Enum value maps for DNSConfig_DNSScope.

View Source
var (
	DatabaseEncryption_State_name = map[int32]string{
		0: "UNKNOWN",
		1: "ENCRYPTED",
		2: "DECRYPTED",
	}
	DatabaseEncryption_State_value = map[string]int32{
		"UNKNOWN":   0,
		"ENCRYPTED": 1,
		"DECRYPTED": 2,
	}
)

Enum value maps for DatabaseEncryption_State.

View Source
var (
	ReleaseChannel_Channel_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "RAPID",
		2: "REGULAR",
		3: "STABLE",
	}
	ReleaseChannel_Channel_value = map[string]int32{
		"UNSPECIFIED": 0,
		"RAPID":       1,
		"REGULAR":     2,
		"STABLE":      3,
	}
)

Enum value maps for ReleaseChannel_Channel.

View Source
var (
	NotificationConfig_EventType_name = map[int32]string{
		0: "EVENT_TYPE_UNSPECIFIED",
		1: "UPGRADE_AVAILABLE_EVENT",
		2: "UPGRADE_EVENT",
		3: "SECURITY_BULLETIN_EVENT",
	}
	NotificationConfig_EventType_value = map[string]int32{
		"EVENT_TYPE_UNSPECIFIED":  0,
		"UPGRADE_AVAILABLE_EVENT": 1,
		"UPGRADE_EVENT":           2,
		"SECURITY_BULLETIN_EVENT": 3,
	}
)

Enum value maps for NotificationConfig_EventType.

View Source
var (
	LoggingComponentConfig_Component_name = map[int32]string{
		0: "COMPONENT_UNSPECIFIED",
		1: "SYSTEM_COMPONENTS",
		2: "WORKLOADS",
		3: "APISERVER",
		4: "SCHEDULER",
		5: "CONTROLLER_MANAGER",
	}
	LoggingComponentConfig_Component_value = map[string]int32{
		"COMPONENT_UNSPECIFIED": 0,
		"SYSTEM_COMPONENTS":     1,
		"WORKLOADS":             2,
		"APISERVER":             3,
		"SCHEDULER":             4,
		"CONTROLLER_MANAGER":    5,
	}
)

Enum value maps for LoggingComponentConfig_Component.

View Source
var (
	LoggingVariantConfig_Variant_name = map[int32]string{
		0: "VARIANT_UNSPECIFIED",
		1: "DEFAULT",
		2: "MAX_THROUGHPUT",
	}
	LoggingVariantConfig_Variant_value = map[string]int32{
		"VARIANT_UNSPECIFIED": 0,
		"DEFAULT":             1,
		"MAX_THROUGHPUT":      2,
	}
)

Enum value maps for LoggingVariantConfig_Variant.

View Source
var (
	MonitoringComponentConfig_Component_name = map[int32]string{
		0: "COMPONENT_UNSPECIFIED",
		1: "SYSTEM_COMPONENTS",
		2: "WORKLOADS",
		3: "APISERVER",
		4: "SCHEDULER",
		5: "CONTROLLER_MANAGER",
	}
	MonitoringComponentConfig_Component_value = map[string]int32{
		"COMPONENT_UNSPECIFIED": 0,
		"SYSTEM_COMPONENTS":     1,
		"WORKLOADS":             2,
		"APISERVER":             3,
		"SCHEDULER":             4,
		"CONTROLLER_MANAGER":    5,
	}
)

Enum value maps for MonitoringComponentConfig_Component.

View Source
var File_google_container_v1beta1_cluster_service_proto protoreflect.FileDescriptor

Functions

func RegisterClusterManagerServer

func RegisterClusterManagerServer(s *grpc.Server, srv ClusterManagerServer)

Types

type AcceleratorConfig

type AcceleratorConfig struct {

	// The number of the accelerator cards exposed to an instance.
	AcceleratorCount int64 `protobuf:"varint,1,opt,name=accelerator_count,json=acceleratorCount,proto3" json:"accelerator_count,omitempty"`
	// The accelerator type resource name. List of supported accelerators
	// [here](https://cloud.google.com/compute/docs/gpus)
	AcceleratorType string `protobuf:"bytes,2,opt,name=accelerator_type,json=acceleratorType,proto3" json:"accelerator_type,omitempty"`
	// Size of partitions to create on the GPU. Valid values are described in the
	// NVIDIA [mig user
	// guide](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
	GpuPartitionSize string `protobuf:"bytes,3,opt,name=gpu_partition_size,json=gpuPartitionSize,proto3" json:"gpu_partition_size,omitempty"`
	// The number of time-shared GPU resources to expose for each physical GPU.
	//
	// Deprecated: Do not use.
	MaxTimeSharedClientsPerGpu int64 `` /* 148-byte string literal not displayed */
	// The configuration for GPU sharing options.
	GpuSharingConfig *GPUSharingConfig `protobuf:"bytes,5,opt,name=gpu_sharing_config,json=gpuSharingConfig,proto3,oneof" json:"gpu_sharing_config,omitempty"`
	// contains filtered or unexported fields
}

AcceleratorConfig represents a Hardware Accelerator request.

func (*AcceleratorConfig) Descriptor deprecated

func (*AcceleratorConfig) Descriptor() ([]byte, []int)

Deprecated: Use AcceleratorConfig.ProtoReflect.Descriptor instead.

func (*AcceleratorConfig) GetAcceleratorCount

func (x *AcceleratorConfig) GetAcceleratorCount() int64

func (*AcceleratorConfig) GetAcceleratorType

func (x *AcceleratorConfig) GetAcceleratorType() string

func (*AcceleratorConfig) GetGpuPartitionSize

func (x *AcceleratorConfig) GetGpuPartitionSize() string

func (*AcceleratorConfig) GetGpuSharingConfig

func (x *AcceleratorConfig) GetGpuSharingConfig() *GPUSharingConfig

func (*AcceleratorConfig) GetMaxTimeSharedClientsPerGpu deprecated

func (x *AcceleratorConfig) GetMaxTimeSharedClientsPerGpu() int64

Deprecated: Do not use.

func (*AcceleratorConfig) ProtoMessage

func (*AcceleratorConfig) ProtoMessage()

func (*AcceleratorConfig) ProtoReflect

func (x *AcceleratorConfig) ProtoReflect() protoreflect.Message

func (*AcceleratorConfig) Reset

func (x *AcceleratorConfig) Reset()

func (*AcceleratorConfig) String

func (x *AcceleratorConfig) String() string

type AddonsConfig

type AddonsConfig struct {

	// Configuration for the HTTP (L7) load balancing controller addon, which
	// makes it easy to set up HTTP load balancers for services in a cluster.
	HttpLoadBalancing *HttpLoadBalancing `protobuf:"bytes,1,opt,name=http_load_balancing,json=httpLoadBalancing,proto3" json:"http_load_balancing,omitempty"`
	// Configuration for the horizontal pod autoscaling feature, which
	// increases or decreases the number of replica pods a replication controller
	// has based on the resource usage of the existing pods.
	HorizontalPodAutoscaling *HorizontalPodAutoscaling `` /* 135-byte string literal not displayed */
	// Configuration for the Kubernetes Dashboard.
	// This addon is deprecated, and will be disabled in 1.15. It is recommended
	// to use the Cloud Console to manage and monitor your Kubernetes clusters,
	// workloads and applications. For more information, see:
	// https://cloud.google.com/kubernetes-engine/docs/concepts/dashboards
	//
	// Deprecated: Do not use.
	KubernetesDashboard *KubernetesDashboard `protobuf:"bytes,3,opt,name=kubernetes_dashboard,json=kubernetesDashboard,proto3" json:"kubernetes_dashboard,omitempty"`
	// Configuration for NetworkPolicy. This only tracks whether the addon
	// is enabled or not on the Master, it does not track whether network policy
	// is enabled for the nodes.
	NetworkPolicyConfig *NetworkPolicyConfig `protobuf:"bytes,4,opt,name=network_policy_config,json=networkPolicyConfig,proto3" json:"network_policy_config,omitempty"`
	// Configuration for Istio, an open platform to connect, manage, and secure
	// microservices.
	//
	// Deprecated: Do not use.
	IstioConfig *IstioConfig `protobuf:"bytes,5,opt,name=istio_config,json=istioConfig,proto3" json:"istio_config,omitempty"`
	// Configuration for the Cloud Run addon. The `IstioConfig` addon must be
	// enabled in order to enable Cloud Run addon. This option can only be enabled
	// at cluster creation time.
	CloudRunConfig *CloudRunConfig `protobuf:"bytes,7,opt,name=cloud_run_config,json=cloudRunConfig,proto3" json:"cloud_run_config,omitempty"`
	// Configuration for NodeLocalDNS, a dns cache running on cluster nodes
	DnsCacheConfig *DnsCacheConfig `protobuf:"bytes,8,opt,name=dns_cache_config,json=dnsCacheConfig,proto3" json:"dns_cache_config,omitempty"`
	// Configuration for the ConfigConnector add-on, a Kubernetes
	// extension to manage hosted GCP services through the Kubernetes API
	ConfigConnectorConfig *ConfigConnectorConfig `` /* 127-byte string literal not displayed */
	// Configuration for the Compute Engine Persistent Disk CSI driver.
	GcePersistentDiskCsiDriverConfig *GcePersistentDiskCsiDriverConfig `` /* 166-byte string literal not displayed */
	// Configuration for the KALM addon, which manages the lifecycle of k8s
	// applications.
	//
	// Deprecated: Do not use.
	KalmConfig *KalmConfig `protobuf:"bytes,12,opt,name=kalm_config,json=kalmConfig,proto3" json:"kalm_config,omitempty"`
	// Configuration for the GCP Filestore CSI driver.
	GcpFilestoreCsiDriverConfig *GcpFilestoreCsiDriverConfig `` /* 149-byte string literal not displayed */
	// Configuration for the Backup for GKE agent addon.
	GkeBackupAgentConfig *GkeBackupAgentConfig `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Configuration for the addons that can be automatically spun up in the cluster, enabling additional functionality.

func (*AddonsConfig) Descriptor deprecated

func (*AddonsConfig) Descriptor() ([]byte, []int)

Deprecated: Use AddonsConfig.ProtoReflect.Descriptor instead.

func (*AddonsConfig) GetCloudRunConfig

func (x *AddonsConfig) GetCloudRunConfig() *CloudRunConfig

func (*AddonsConfig) GetConfigConnectorConfig

func (x *AddonsConfig) GetConfigConnectorConfig() *ConfigConnectorConfig

func (*AddonsConfig) GetDnsCacheConfig

func (x *AddonsConfig) GetDnsCacheConfig() *DnsCacheConfig

func (*AddonsConfig) GetGcePersistentDiskCsiDriverConfig

func (x *AddonsConfig) GetGcePersistentDiskCsiDriverConfig() *GcePersistentDiskCsiDriverConfig

func (*AddonsConfig) GetGcpFilestoreCsiDriverConfig

func (x *AddonsConfig) GetGcpFilestoreCsiDriverConfig() *GcpFilestoreCsiDriverConfig

func (*AddonsConfig) GetGkeBackupAgentConfig

func (x *AddonsConfig) GetGkeBackupAgentConfig() *GkeBackupAgentConfig

func (*AddonsConfig) GetHorizontalPodAutoscaling

func (x *AddonsConfig) GetHorizontalPodAutoscaling() *HorizontalPodAutoscaling

func (*AddonsConfig) GetHttpLoadBalancing

func (x *AddonsConfig) GetHttpLoadBalancing() *HttpLoadBalancing

func (*AddonsConfig) GetIstioConfig deprecated

func (x *AddonsConfig) GetIstioConfig() *IstioConfig

Deprecated: Do not use.

func (*AddonsConfig) GetKalmConfig deprecated

func (x *AddonsConfig) GetKalmConfig() *KalmConfig

Deprecated: Do not use.

func (*AddonsConfig) GetKubernetesDashboard deprecated

func (x *AddonsConfig) GetKubernetesDashboard() *KubernetesDashboard

Deprecated: Do not use.

func (*AddonsConfig) GetNetworkPolicyConfig

func (x *AddonsConfig) GetNetworkPolicyConfig() *NetworkPolicyConfig

func (*AddonsConfig) ProtoMessage

func (*AddonsConfig) ProtoMessage()

func (*AddonsConfig) ProtoReflect

func (x *AddonsConfig) ProtoReflect() protoreflect.Message

func (*AddonsConfig) Reset

func (x *AddonsConfig) Reset()

func (*AddonsConfig) String

func (x *AddonsConfig) String() string

type AdvancedMachineFeatures

type AdvancedMachineFeatures struct {

	// The number of threads per physical core. To disable simultaneous
	// multithreading (SMT) set this to 1. If unset, the maximum number of threads
	// supported per core by the underlying processor is assumed.
	ThreadsPerCore *int64 `protobuf:"varint,1,opt,name=threads_per_core,json=threadsPerCore,proto3,oneof" json:"threads_per_core,omitempty"`
	// contains filtered or unexported fields
}

Specifies options for controlling advanced machine features.

func (*AdvancedMachineFeatures) Descriptor deprecated

func (*AdvancedMachineFeatures) Descriptor() ([]byte, []int)

Deprecated: Use AdvancedMachineFeatures.ProtoReflect.Descriptor instead.

func (*AdvancedMachineFeatures) GetThreadsPerCore

func (x *AdvancedMachineFeatures) GetThreadsPerCore() int64

func (*AdvancedMachineFeatures) ProtoMessage

func (*AdvancedMachineFeatures) ProtoMessage()

func (*AdvancedMachineFeatures) ProtoReflect

func (x *AdvancedMachineFeatures) ProtoReflect() protoreflect.Message

func (*AdvancedMachineFeatures) Reset

func (x *AdvancedMachineFeatures) Reset()

func (*AdvancedMachineFeatures) String

func (x *AdvancedMachineFeatures) String() string

type AuthenticatorGroupsConfig

type AuthenticatorGroupsConfig struct {

	// Whether this cluster should return group membership lookups
	// during authentication using a group of security groups.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// The name of the security group-of-groups to be used. Only relevant
	// if enabled = true.
	SecurityGroup string `protobuf:"bytes,2,opt,name=security_group,json=securityGroup,proto3" json:"security_group,omitempty"`
	// contains filtered or unexported fields
}

Configuration for returning group information from authenticators.

func (*AuthenticatorGroupsConfig) Descriptor deprecated

func (*AuthenticatorGroupsConfig) Descriptor() ([]byte, []int)

Deprecated: Use AuthenticatorGroupsConfig.ProtoReflect.Descriptor instead.

func (*AuthenticatorGroupsConfig) GetEnabled

func (x *AuthenticatorGroupsConfig) GetEnabled() bool

func (*AuthenticatorGroupsConfig) GetSecurityGroup

func (x *AuthenticatorGroupsConfig) GetSecurityGroup() string

func (*AuthenticatorGroupsConfig) ProtoMessage

func (*AuthenticatorGroupsConfig) ProtoMessage()

func (*AuthenticatorGroupsConfig) ProtoReflect

func (*AuthenticatorGroupsConfig) Reset

func (x *AuthenticatorGroupsConfig) Reset()

func (*AuthenticatorGroupsConfig) String

func (x *AuthenticatorGroupsConfig) String() string

type AutoUpgradeOptions

type AutoUpgradeOptions struct {

	// [Output only] This field is set when upgrades are about to commence
	// with the approximate start time for the upgrades, in
	// [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
	AutoUpgradeStartTime string `protobuf:"bytes,1,opt,name=auto_upgrade_start_time,json=autoUpgradeStartTime,proto3" json:"auto_upgrade_start_time,omitempty"`
	// [Output only] This field is set when upgrades are about to commence
	// with the description of the upgrade.
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.

func (*AutoUpgradeOptions) Descriptor deprecated

func (*AutoUpgradeOptions) Descriptor() ([]byte, []int)

Deprecated: Use AutoUpgradeOptions.ProtoReflect.Descriptor instead.

func (*AutoUpgradeOptions) GetAutoUpgradeStartTime

func (x *AutoUpgradeOptions) GetAutoUpgradeStartTime() string

func (*AutoUpgradeOptions) GetDescription

func (x *AutoUpgradeOptions) GetDescription() string

func (*AutoUpgradeOptions) ProtoMessage

func (*AutoUpgradeOptions) ProtoMessage()

func (*AutoUpgradeOptions) ProtoReflect

func (x *AutoUpgradeOptions) ProtoReflect() protoreflect.Message

func (*AutoUpgradeOptions) Reset

func (x *AutoUpgradeOptions) Reset()

func (*AutoUpgradeOptions) String

func (x *AutoUpgradeOptions) String() string

type Autopilot

type Autopilot struct {

	// Enable Autopilot
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Autopilot is the configuration for Autopilot settings on the cluster.

func (*Autopilot) Descriptor deprecated

func (*Autopilot) Descriptor() ([]byte, []int)

Deprecated: Use Autopilot.ProtoReflect.Descriptor instead.

func (*Autopilot) GetEnabled

func (x *Autopilot) GetEnabled() bool

func (*Autopilot) ProtoMessage

func (*Autopilot) ProtoMessage()

func (*Autopilot) ProtoReflect

func (x *Autopilot) ProtoReflect() protoreflect.Message

func (*Autopilot) Reset

func (x *Autopilot) Reset()

func (*Autopilot) String

func (x *Autopilot) String() string

type AutoprovisioningNodePoolDefaults

type AutoprovisioningNodePoolDefaults struct {

	// The set of Google API scopes to be made available on all of the
	// node VMs under the "default" service account.
	//
	// The following scopes are recommended, but not required, and by default are
	// not included:
	//
	// * `https://www.googleapis.com/auth/compute` is required for mounting
	// persistent storage on your nodes.
	// * `https://www.googleapis.com/auth/devstorage.read_only` is required for
	// communicating with **gcr.io**
	// (the [Google Container
	// Registry](https://cloud.google.com/container-registry/)).
	//
	// If unspecified, no scopes are added, unless Cloud Logging or Cloud
	// Monitoring are enabled, in which case their required scopes will be added.
	OauthScopes []string `protobuf:"bytes,1,rep,name=oauth_scopes,json=oauthScopes,proto3" json:"oauth_scopes,omitempty"`
	// The Google Cloud Platform Service Account to be used by the node VMs.
	// Specify the email address of the Service Account; otherwise, if no Service
	// Account is specified, the "default" service account is used.
	ServiceAccount string `protobuf:"bytes,2,opt,name=service_account,json=serviceAccount,proto3" json:"service_account,omitempty"`
	// Upgrade settings control disruption and speed of the upgrade.
	UpgradeSettings *NodePool_UpgradeSettings `protobuf:"bytes,3,opt,name=upgrade_settings,json=upgradeSettings,proto3" json:"upgrade_settings,omitempty"`
	// NodeManagement configuration for this NodePool.
	Management *NodeManagement `protobuf:"bytes,4,opt,name=management,proto3" json:"management,omitempty"`
	// Deprecated. Minimum CPU platform to be used for NAP created node pools.
	// The instance may be scheduled on the specified or newer CPU platform.
	// Applicable values are the friendly names of CPU platforms, such as
	// minCpuPlatform: Intel Haswell or
	// minCpuPlatform: Intel Sandy Bridge. For more
	// information, read [how to specify min CPU
	// platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
	// This field is deprecated, min_cpu_platform should be specified using
	// `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
	// To unset the min cpu platform field pass "automatic"
	// as field value.
	//
	// Deprecated: Do not use.
	MinCpuPlatform string `protobuf:"bytes,5,opt,name=min_cpu_platform,json=minCpuPlatform,proto3" json:"min_cpu_platform,omitempty"`
	// Size of the disk attached to each node, specified in GB.
	// The smallest allowed disk size is 10GB.
	//
	// If unspecified, the default disk size is 100GB.
	DiskSizeGb int32 `protobuf:"varint,6,opt,name=disk_size_gb,json=diskSizeGb,proto3" json:"disk_size_gb,omitempty"`
	// Type of the disk attached to each node (e.g. 'pd-standard', 'pd-ssd' or
	// 'pd-balanced')
	//
	// If unspecified, the default disk type is 'pd-standard'
	DiskType string `protobuf:"bytes,7,opt,name=disk_type,json=diskType,proto3" json:"disk_type,omitempty"`
	// Shielded Instance options.
	ShieldedInstanceConfig *ShieldedInstanceConfig `` /* 129-byte string literal not displayed */
	// The Customer Managed Encryption Key used to encrypt the boot disk attached
	// to each node in the node pool. This should be of the form
	// projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME].
	// For more information about protecting resources with Cloud KMS Keys please
	// see:
	// https://cloud.google.com/compute/docs/disks/customer-managed-encryption
	BootDiskKmsKey string `protobuf:"bytes,9,opt,name=boot_disk_kms_key,json=bootDiskKmsKey,proto3" json:"boot_disk_kms_key,omitempty"`
	// The image type to use for NAP created node. Please see
	// https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
	// available image types.
	ImageType string `protobuf:"bytes,10,opt,name=image_type,json=imageType,proto3" json:"image_type,omitempty"`
	// contains filtered or unexported fields
}

AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.

func (*AutoprovisioningNodePoolDefaults) Descriptor deprecated

func (*AutoprovisioningNodePoolDefaults) Descriptor() ([]byte, []int)

Deprecated: Use AutoprovisioningNodePoolDefaults.ProtoReflect.Descriptor instead.

func (*AutoprovisioningNodePoolDefaults) GetBootDiskKmsKey

func (x *AutoprovisioningNodePoolDefaults) GetBootDiskKmsKey() string

func (*AutoprovisioningNodePoolDefaults) GetDiskSizeGb

func (x *AutoprovisioningNodePoolDefaults) GetDiskSizeGb() int32

func (*AutoprovisioningNodePoolDefaults) GetDiskType

func (x *AutoprovisioningNodePoolDefaults) GetDiskType() string

func (*AutoprovisioningNodePoolDefaults) GetImageType

func (x *AutoprovisioningNodePoolDefaults) GetImageType() string

func (*AutoprovisioningNodePoolDefaults) GetManagement

func (*AutoprovisioningNodePoolDefaults) GetMinCpuPlatform deprecated

func (x *AutoprovisioningNodePoolDefaults) GetMinCpuPlatform() string

Deprecated: Do not use.

func (*AutoprovisioningNodePoolDefaults) GetOauthScopes

func (x *AutoprovisioningNodePoolDefaults) GetOauthScopes() []string

func (*AutoprovisioningNodePoolDefaults) GetServiceAccount

func (x *AutoprovisioningNodePoolDefaults) GetServiceAccount() string

func (*AutoprovisioningNodePoolDefaults) GetShieldedInstanceConfig

func (x *AutoprovisioningNodePoolDefaults) GetShieldedInstanceConfig() *ShieldedInstanceConfig

func (*AutoprovisioningNodePoolDefaults) GetUpgradeSettings

func (*AutoprovisioningNodePoolDefaults) ProtoMessage

func (*AutoprovisioningNodePoolDefaults) ProtoMessage()

func (*AutoprovisioningNodePoolDefaults) ProtoReflect

func (*AutoprovisioningNodePoolDefaults) Reset

func (*AutoprovisioningNodePoolDefaults) String

type BinaryAuthorization

type BinaryAuthorization struct {

	// This field is deprecated. Leave this unset and instead configure
	// BinaryAuthorization using evaluation_mode. If evaluation_mode is set to
	// anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored.
	//
	// Deprecated: Do not use.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// Mode of operation for binauthz policy evaluation. If unspecified, defaults
	// to DISABLED.
	EvaluationMode BinaryAuthorization_EvaluationMode `` /* 169-byte string literal not displayed */
	// contains filtered or unexported fields
}

Configuration for Binary Authorization.

func (*BinaryAuthorization) Descriptor deprecated

func (*BinaryAuthorization) Descriptor() ([]byte, []int)

Deprecated: Use BinaryAuthorization.ProtoReflect.Descriptor instead.

func (*BinaryAuthorization) GetEnabled deprecated

func (x *BinaryAuthorization) GetEnabled() bool

Deprecated: Do not use.

func (*BinaryAuthorization) GetEvaluationMode

func (*BinaryAuthorization) ProtoMessage

func (*BinaryAuthorization) ProtoMessage()

func (*BinaryAuthorization) ProtoReflect

func (x *BinaryAuthorization) ProtoReflect() protoreflect.Message

func (*BinaryAuthorization) Reset

func (x *BinaryAuthorization) Reset()

func (*BinaryAuthorization) String

func (x *BinaryAuthorization) String() string

type BinaryAuthorization_EvaluationMode

type BinaryAuthorization_EvaluationMode int32

Binary Authorization mode of operation.

const (
	// Default value
	BinaryAuthorization_EVALUATION_MODE_UNSPECIFIED BinaryAuthorization_EvaluationMode = 0
	// Disable BinaryAuthorization
	BinaryAuthorization_DISABLED BinaryAuthorization_EvaluationMode = 1
	// Enforce Kubernetes admission requests with BinaryAuthorization using the
	// project's singleton policy. This is equivalent to setting the
	// enabled boolean to true.
	BinaryAuthorization_PROJECT_SINGLETON_POLICY_ENFORCE BinaryAuthorization_EvaluationMode = 2
)

func (BinaryAuthorization_EvaluationMode) Descriptor

func (BinaryAuthorization_EvaluationMode) Enum

func (BinaryAuthorization_EvaluationMode) EnumDescriptor deprecated

func (BinaryAuthorization_EvaluationMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use BinaryAuthorization_EvaluationMode.Descriptor instead.

func (BinaryAuthorization_EvaluationMode) Number

func (BinaryAuthorization_EvaluationMode) String

func (BinaryAuthorization_EvaluationMode) Type

type BlueGreenSettings

type BlueGreenSettings struct {

	// The rollout policy controls the general rollout progress of blue-green.
	//
	// Types that are assignable to RolloutPolicy:
	//
	//	*BlueGreenSettings_StandardRolloutPolicy_
	RolloutPolicy isBlueGreenSettings_RolloutPolicy `protobuf_oneof:"rollout_policy"`
	// Time needed after draining entire blue pool. After this period, blue pool
	// will be cleaned up.
	NodePoolSoakDuration *durationpb.Duration `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

Settings for blue-green upgrade.

func (*BlueGreenSettings) Descriptor deprecated

func (*BlueGreenSettings) Descriptor() ([]byte, []int)

Deprecated: Use BlueGreenSettings.ProtoReflect.Descriptor instead.

func (*BlueGreenSettings) GetNodePoolSoakDuration

func (x *BlueGreenSettings) GetNodePoolSoakDuration() *durationpb.Duration

func (*BlueGreenSettings) GetRolloutPolicy

func (m *BlueGreenSettings) GetRolloutPolicy() isBlueGreenSettings_RolloutPolicy

func (*BlueGreenSettings) GetStandardRolloutPolicy

func (x *BlueGreenSettings) GetStandardRolloutPolicy() *BlueGreenSettings_StandardRolloutPolicy

func (*BlueGreenSettings) ProtoMessage

func (*BlueGreenSettings) ProtoMessage()

func (*BlueGreenSettings) ProtoReflect

func (x *BlueGreenSettings) ProtoReflect() protoreflect.Message

func (*BlueGreenSettings) Reset

func (x *BlueGreenSettings) Reset()

func (*BlueGreenSettings) String

func (x *BlueGreenSettings) String() string

type BlueGreenSettings_StandardRolloutPolicy

type BlueGreenSettings_StandardRolloutPolicy struct {

	// Blue pool size to drain in a batch.
	//
	// Types that are assignable to UpdateBatchSize:
	//
	//	*BlueGreenSettings_StandardRolloutPolicy_BatchPercentage
	//	*BlueGreenSettings_StandardRolloutPolicy_BatchNodeCount
	UpdateBatchSize isBlueGreenSettings_StandardRolloutPolicy_UpdateBatchSize `protobuf_oneof:"update_batch_size"`
	// Soak time after each batch gets drained. Default to zero.
	BatchSoakDuration *durationpb.Duration `protobuf:"bytes,3,opt,name=batch_soak_duration,json=batchSoakDuration,proto3,oneof" json:"batch_soak_duration,omitempty"`
	// contains filtered or unexported fields
}

Standard rollout policy is the default policy for blue-green.

func (*BlueGreenSettings_StandardRolloutPolicy) Descriptor deprecated

func (*BlueGreenSettings_StandardRolloutPolicy) Descriptor() ([]byte, []int)

Deprecated: Use BlueGreenSettings_StandardRolloutPolicy.ProtoReflect.Descriptor instead.

func (*BlueGreenSettings_StandardRolloutPolicy) GetBatchNodeCount

func (x *BlueGreenSettings_StandardRolloutPolicy) GetBatchNodeCount() int32

func (*BlueGreenSettings_StandardRolloutPolicy) GetBatchPercentage

func (x *BlueGreenSettings_StandardRolloutPolicy) GetBatchPercentage() float32

func (*BlueGreenSettings_StandardRolloutPolicy) GetBatchSoakDuration

func (x *BlueGreenSettings_StandardRolloutPolicy) GetBatchSoakDuration() *durationpb.Duration

func (*BlueGreenSettings_StandardRolloutPolicy) GetUpdateBatchSize

func (m *BlueGreenSettings_StandardRolloutPolicy) GetUpdateBatchSize() isBlueGreenSettings_StandardRolloutPolicy_UpdateBatchSize

func (*BlueGreenSettings_StandardRolloutPolicy) ProtoMessage

func (*BlueGreenSettings_StandardRolloutPolicy) ProtoReflect

func (*BlueGreenSettings_StandardRolloutPolicy) Reset

func (*BlueGreenSettings_StandardRolloutPolicy) String

type BlueGreenSettings_StandardRolloutPolicy_

type BlueGreenSettings_StandardRolloutPolicy_ struct {
	// Standard policy for the blue-green upgrade.
	StandardRolloutPolicy *BlueGreenSettings_StandardRolloutPolicy `protobuf:"bytes,1,opt,name=standard_rollout_policy,json=standardRolloutPolicy,proto3,oneof"`
}

type BlueGreenSettings_StandardRolloutPolicy_BatchNodeCount

type BlueGreenSettings_StandardRolloutPolicy_BatchNodeCount struct {
	// Number of blue nodes to drain in a batch.
	BatchNodeCount int32 `protobuf:"varint,2,opt,name=batch_node_count,json=batchNodeCount,proto3,oneof"`
}

type BlueGreenSettings_StandardRolloutPolicy_BatchPercentage

type BlueGreenSettings_StandardRolloutPolicy_BatchPercentage struct {
	// Percentage of the blue pool nodes to drain in a batch.
	// The range of this field should be (0.0, 1.0].
	BatchPercentage float32 `protobuf:"fixed32,1,opt,name=batch_percentage,json=batchPercentage,proto3,oneof"`
}

type CancelOperationRequest

type CancelOperationRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// operation resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The server-assigned `name` of the operation.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	OperationId string `protobuf:"bytes,3,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	// The name (project, location, operation id) of the operation to cancel.
	// Specified in the format `projects/*/locations/*/operations/*`.
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

CancelOperationRequest cancels a single operation.

func (*CancelOperationRequest) Descriptor deprecated

func (*CancelOperationRequest) Descriptor() ([]byte, []int)

Deprecated: Use CancelOperationRequest.ProtoReflect.Descriptor instead.

func (*CancelOperationRequest) GetName

func (x *CancelOperationRequest) GetName() string

func (*CancelOperationRequest) GetOperationId deprecated

func (x *CancelOperationRequest) GetOperationId() string

Deprecated: Do not use.

func (*CancelOperationRequest) GetProjectId deprecated

func (x *CancelOperationRequest) GetProjectId() string

Deprecated: Do not use.

func (*CancelOperationRequest) GetZone deprecated

func (x *CancelOperationRequest) GetZone() string

Deprecated: Do not use.

func (*CancelOperationRequest) ProtoMessage

func (*CancelOperationRequest) ProtoMessage()

func (*CancelOperationRequest) ProtoReflect

func (x *CancelOperationRequest) ProtoReflect() protoreflect.Message

func (*CancelOperationRequest) Reset

func (x *CancelOperationRequest) Reset()

func (*CancelOperationRequest) String

func (x *CancelOperationRequest) String() string

type ClientCertificateConfig

type ClientCertificateConfig struct {

	// Issue a client certificate.
	IssueClientCertificate bool `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

Configuration for client certificates on the cluster.

func (*ClientCertificateConfig) Descriptor deprecated

func (*ClientCertificateConfig) Descriptor() ([]byte, []int)

Deprecated: Use ClientCertificateConfig.ProtoReflect.Descriptor instead.

func (*ClientCertificateConfig) GetIssueClientCertificate

func (x *ClientCertificateConfig) GetIssueClientCertificate() bool

func (*ClientCertificateConfig) ProtoMessage

func (*ClientCertificateConfig) ProtoMessage()

func (*ClientCertificateConfig) ProtoReflect

func (x *ClientCertificateConfig) ProtoReflect() protoreflect.Message

func (*ClientCertificateConfig) Reset

func (x *ClientCertificateConfig) Reset()

func (*ClientCertificateConfig) String

func (x *ClientCertificateConfig) String() string

type CloudRunConfig

type CloudRunConfig struct {

	// Whether Cloud Run addon is enabled for this cluster.
	Disabled bool `protobuf:"varint,1,opt,name=disabled,proto3" json:"disabled,omitempty"`
	// Which load balancer type is installed for Cloud Run.
	LoadBalancerType CloudRunConfig_LoadBalancerType `` /* 174-byte string literal not displayed */
	// contains filtered or unexported fields
}

Configuration options for the Cloud Run feature.

func (*CloudRunConfig) Descriptor deprecated

func (*CloudRunConfig) Descriptor() ([]byte, []int)

Deprecated: Use CloudRunConfig.ProtoReflect.Descriptor instead.

func (*CloudRunConfig) GetDisabled

func (x *CloudRunConfig) GetDisabled() bool

func (*CloudRunConfig) GetLoadBalancerType

func (x *CloudRunConfig) GetLoadBalancerType() CloudRunConfig_LoadBalancerType

func (*CloudRunConfig) ProtoMessage

func (*CloudRunConfig) ProtoMessage()

func (*CloudRunConfig) ProtoReflect

func (x *CloudRunConfig) ProtoReflect() protoreflect.Message

func (*CloudRunConfig) Reset

func (x *CloudRunConfig) Reset()

func (*CloudRunConfig) String

func (x *CloudRunConfig) String() string

type CloudRunConfig_LoadBalancerType

type CloudRunConfig_LoadBalancerType int32

Load balancer type of ingress service of Cloud Run.

const (
	// Load balancer type for Cloud Run is unspecified.
	CloudRunConfig_LOAD_BALANCER_TYPE_UNSPECIFIED CloudRunConfig_LoadBalancerType = 0
	// Install external load balancer for Cloud Run.
	CloudRunConfig_LOAD_BALANCER_TYPE_EXTERNAL CloudRunConfig_LoadBalancerType = 1
	// Install internal load balancer for Cloud Run.
	CloudRunConfig_LOAD_BALANCER_TYPE_INTERNAL CloudRunConfig_LoadBalancerType = 2
)

func (CloudRunConfig_LoadBalancerType) Descriptor

func (CloudRunConfig_LoadBalancerType) Enum

func (CloudRunConfig_LoadBalancerType) EnumDescriptor deprecated

func (CloudRunConfig_LoadBalancerType) EnumDescriptor() ([]byte, []int)

Deprecated: Use CloudRunConfig_LoadBalancerType.Descriptor instead.

func (CloudRunConfig_LoadBalancerType) Number

func (CloudRunConfig_LoadBalancerType) String

func (CloudRunConfig_LoadBalancerType) Type

type Cluster

type Cluster struct {

	// The name of this cluster. The name must be unique within this project
	// and location (e.g. zone or region), and can be up to 40 characters with
	// the following restrictions:
	//
	// * Lowercase letters, numbers, and hyphens only.
	// * Must start with a letter.
	// * Must end with a number or a letter.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// An optional description of this cluster.
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// The number of nodes to create in this cluster. You must ensure that your
	// Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
	// is sufficient for this number of instances. You must also have available
	// firewall and routes quota.
	// For requests, this field should only be used in lieu of a
	// "node_pool" object, since this configuration (along with the
	// "node_config") will be used to create a "NodePool" object with an
	// auto-generated name. Do not use this and a node_pool at the same time.
	//
	// This field is deprecated, use node_pool.initial_node_count instead.
	//
	// Deprecated: Do not use.
	InitialNodeCount int32 `protobuf:"varint,3,opt,name=initial_node_count,json=initialNodeCount,proto3" json:"initial_node_count,omitempty"`
	// Parameters used in creating the cluster's nodes.
	// For requests, this field should only be used in lieu of a
	// "node_pool" object, since this configuration (along with the
	// "initial_node_count") will be used to create a "NodePool" object with an
	// auto-generated name. Do not use this and a node_pool at the same time.
	// For responses, this field will be populated with the node configuration of
	// the first node pool. (For configuration of each node pool, see
	// `node_pool.config`)
	//
	// If unspecified, the defaults are used.
	// This field is deprecated, use node_pool.config instead.
	//
	// Deprecated: Do not use.
	NodeConfig *NodeConfig `protobuf:"bytes,4,opt,name=node_config,json=nodeConfig,proto3" json:"node_config,omitempty"`
	// The authentication information for accessing the master endpoint.
	// If unspecified, the defaults are used:
	// For clusters before v1.12, if master_auth is unspecified, `username` will
	// be set to "admin", a random password will be generated, and a client
	// certificate will be issued.
	MasterAuth *MasterAuth `protobuf:"bytes,5,opt,name=master_auth,json=masterAuth,proto3" json:"master_auth,omitempty"`
	// The logging service the cluster should use to write logs.
	// Currently available options:
	//
	// * `logging.googleapis.com/kubernetes` - The Cloud Logging
	// service with a Kubernetes-native resource model
	//   - `logging.googleapis.com` - The legacy Cloud Logging service (no longer
	//     available as of GKE 1.15).
	//   - `none` - no logs will be exported from the cluster.
	//
	// If left as an empty string,`logging.googleapis.com/kubernetes` will be
	// used for GKE 1.14+ or `logging.googleapis.com` for earlier versions.
	LoggingService string `protobuf:"bytes,6,opt,name=logging_service,json=loggingService,proto3" json:"logging_service,omitempty"`
	// The monitoring service the cluster should use to write metrics.
	// Currently available options:
	//
	// * "monitoring.googleapis.com/kubernetes" - The Cloud Monitoring
	// service with a Kubernetes-native resource model
	//   - `monitoring.googleapis.com` - The legacy Cloud Monitoring service (no
	//     longer available as of GKE 1.15).
	//   - `none` - No metrics will be exported from the cluster.
	//
	// If left as an empty string,`monitoring.googleapis.com/kubernetes` will be
	// used for GKE 1.14+ or `monitoring.googleapis.com` for earlier versions.
	MonitoringService string `protobuf:"bytes,7,opt,name=monitoring_service,json=monitoringService,proto3" json:"monitoring_service,omitempty"`
	// The name of the Google Compute Engine
	// [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks)
	// to which the cluster is connected. If left unspecified, the `default`
	// network will be used. On output this shows the network ID instead of the
	// name.
	Network string `protobuf:"bytes,8,opt,name=network,proto3" json:"network,omitempty"`
	// The IP address range of the container pods in this cluster, in
	// [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
	// notation (e.g. `10.96.0.0/14`). Leave blank to have
	// one automatically chosen or specify a `/14` block in `10.0.0.0/8`.
	ClusterIpv4Cidr string `protobuf:"bytes,9,opt,name=cluster_ipv4_cidr,json=clusterIpv4Cidr,proto3" json:"cluster_ipv4_cidr,omitempty"`
	// Configurations for the various addons available to run in the cluster.
	AddonsConfig *AddonsConfig `protobuf:"bytes,10,opt,name=addons_config,json=addonsConfig,proto3" json:"addons_config,omitempty"`
	// The name of the Google Compute Engine
	// [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which
	// the cluster is connected. On output this shows the subnetwork ID instead of
	// the name.
	Subnetwork string `protobuf:"bytes,11,opt,name=subnetwork,proto3" json:"subnetwork,omitempty"`
	// The node pools associated with this cluster.
	// This field should not be set if "node_config" or "initial_node_count" are
	// specified.
	NodePools []*NodePool `protobuf:"bytes,12,rep,name=node_pools,json=nodePools,proto3" json:"node_pools,omitempty"`
	// The list of Google Compute Engine
	// [zones](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster's nodes should be located.
	//
	// This field provides a default value if
	// [NodePool.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations)
	// are not specified during node pool creation.
	//
	// Warning: changing cluster locations will update the
	// [NodePool.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations)
	// of all node pools and will result in nodes being added and/or removed.
	Locations []string `protobuf:"bytes,13,rep,name=locations,proto3" json:"locations,omitempty"`
	// Kubernetes alpha features are enabled on this cluster. This includes alpha
	// API groups (e.g. v1beta1) and features that may not be production ready in
	// the kubernetes version of the master and nodes.
	// The cluster has no SLA for uptime and master/node upgrades are disabled.
	// Alpha enabled clusters are automatically deleted thirty days after
	// creation.
	EnableKubernetesAlpha bool `` /* 128-byte string literal not displayed */
	// The resource labels for the cluster to use to annotate any related
	// Google Compute Engine resources.
	ResourceLabels map[string]string `` /* 192-byte string literal not displayed */
	// The fingerprint of the set of labels for this cluster.
	LabelFingerprint string `protobuf:"bytes,16,opt,name=label_fingerprint,json=labelFingerprint,proto3" json:"label_fingerprint,omitempty"`
	// Configuration for the legacy ABAC authorization mode.
	LegacyAbac *LegacyAbac `protobuf:"bytes,18,opt,name=legacy_abac,json=legacyAbac,proto3" json:"legacy_abac,omitempty"`
	// Configuration options for the NetworkPolicy feature.
	NetworkPolicy *NetworkPolicy `protobuf:"bytes,19,opt,name=network_policy,json=networkPolicy,proto3" json:"network_policy,omitempty"`
	// Configuration for cluster IP allocation.
	IpAllocationPolicy *IPAllocationPolicy `protobuf:"bytes,20,opt,name=ip_allocation_policy,json=ipAllocationPolicy,proto3" json:"ip_allocation_policy,omitempty"`
	// The configuration options for master authorized networks feature.
	MasterAuthorizedNetworksConfig *MasterAuthorizedNetworksConfig `` /* 156-byte string literal not displayed */
	// Configure the maintenance policy for this cluster.
	MaintenancePolicy *MaintenancePolicy `protobuf:"bytes,23,opt,name=maintenance_policy,json=maintenancePolicy,proto3" json:"maintenance_policy,omitempty"`
	// Configuration for Binary Authorization.
	BinaryAuthorization *BinaryAuthorization `protobuf:"bytes,24,opt,name=binary_authorization,json=binaryAuthorization,proto3" json:"binary_authorization,omitempty"`
	// Configuration for the PodSecurityPolicy feature.
	PodSecurityPolicyConfig *PodSecurityPolicyConfig `` /* 135-byte string literal not displayed */
	// Cluster-level autoscaling configuration.
	Autoscaling *ClusterAutoscaling `protobuf:"bytes,26,opt,name=autoscaling,proto3" json:"autoscaling,omitempty"`
	// Configuration for cluster networking.
	NetworkConfig *NetworkConfig `protobuf:"bytes,27,opt,name=network_config,json=networkConfig,proto3" json:"network_config,omitempty"`
	// If this is a private cluster setup. Private clusters are clusters that, by
	// default have no external IP addresses on the nodes and where nodes and the
	// master communicate over private IP addresses.
	// This field is deprecated, use private_cluster_config.enable_private_nodes
	// instead.
	//
	// Deprecated: Do not use.
	PrivateCluster bool `protobuf:"varint,28,opt,name=private_cluster,json=privateCluster,proto3" json:"private_cluster,omitempty"`
	// The IP prefix in CIDR notation to use for the hosted master network.
	// This prefix will be used for assigning private IP addresses to the
	// master or set of masters, as well as the ILB VIP.
	// This field is deprecated, use
	// private_cluster_config.master_ipv4_cidr_block instead.
	//
	// Deprecated: Do not use.
	MasterIpv4CidrBlock string `protobuf:"bytes,29,opt,name=master_ipv4_cidr_block,json=masterIpv4CidrBlock,proto3" json:"master_ipv4_cidr_block,omitempty"`
	// The default constraint on the maximum number of pods that can be run
	// simultaneously on a node in the node pool of this cluster. Only honored
	// if cluster created with IP Alias support.
	DefaultMaxPodsConstraint *MaxPodsConstraint `` /* 138-byte string literal not displayed */
	// Configuration for exporting resource usages. Resource usage export is
	// disabled when this config unspecified.
	ResourceUsageExportConfig *ResourceUsageExportConfig `` /* 141-byte string literal not displayed */
	// Configuration controlling RBAC group membership information.
	AuthenticatorGroupsConfig *AuthenticatorGroupsConfig `` /* 139-byte string literal not displayed */
	// Configuration for private cluster.
	PrivateClusterConfig *PrivateClusterConfig `protobuf:"bytes,37,opt,name=private_cluster_config,json=privateClusterConfig,proto3" json:"private_cluster_config,omitempty"`
	// Cluster-level Vertical Pod Autoscaling configuration.
	VerticalPodAutoscaling *VerticalPodAutoscaling `` /* 130-byte string literal not displayed */
	// Shielded Nodes configuration.
	ShieldedNodes *ShieldedNodes `protobuf:"bytes,40,opt,name=shielded_nodes,json=shieldedNodes,proto3" json:"shielded_nodes,omitempty"`
	// Release channel configuration.
	ReleaseChannel *ReleaseChannel `protobuf:"bytes,41,opt,name=release_channel,json=releaseChannel,proto3" json:"release_channel,omitempty"`
	// Configuration for the use of Kubernetes Service Accounts in GCP IAM
	// policies.
	WorkloadIdentityConfig *WorkloadIdentityConfig `` /* 130-byte string literal not displayed */
	// Configuration for issuance of mTLS keys and certificates to Kubernetes
	// pods.
	WorkloadCertificates *WorkloadCertificates `protobuf:"bytes,52,opt,name=workload_certificates,json=workloadCertificates,proto3" json:"workload_certificates,omitempty"`
	// Configuration for issuance of mTLS keys and certificates to Kubernetes
	// pods.
	MeshCertificates *MeshCertificates `protobuf:"bytes,67,opt,name=mesh_certificates,json=meshCertificates,proto3" json:"mesh_certificates,omitempty"`
	// Configuration for direct-path (via ALTS) with workload identity.
	WorkloadAltsConfig *WorkloadALTSConfig `protobuf:"bytes,53,opt,name=workload_alts_config,json=workloadAltsConfig,proto3" json:"workload_alts_config,omitempty"`
	// Configuration for the fine-grained cost management feature.
	CostManagementConfig *CostManagementConfig `protobuf:"bytes,45,opt,name=cost_management_config,json=costManagementConfig,proto3" json:"cost_management_config,omitempty"`
	// Telemetry integration for the cluster.
	ClusterTelemetry *ClusterTelemetry `protobuf:"bytes,46,opt,name=cluster_telemetry,json=clusterTelemetry,proto3" json:"cluster_telemetry,omitempty"`
	// Configuration for Cloud TPU support;
	TpuConfig *TpuConfig `protobuf:"bytes,47,opt,name=tpu_config,json=tpuConfig,proto3" json:"tpu_config,omitempty"`
	// Notification configuration of the cluster.
	NotificationConfig *NotificationConfig `protobuf:"bytes,49,opt,name=notification_config,json=notificationConfig,proto3" json:"notification_config,omitempty"`
	// Configuration of Confidential Nodes.
	// All the nodes in the cluster will be Confidential VM once enabled.
	ConfidentialNodes *ConfidentialNodes `protobuf:"bytes,50,opt,name=confidential_nodes,json=confidentialNodes,proto3" json:"confidential_nodes,omitempty"`
	// Configuration for Identity Service component.
	IdentityServiceConfig *IdentityServiceConfig `` /* 127-byte string literal not displayed */
	// [Output only] Server-defined URL for the resource.
	SelfLink string `protobuf:"bytes,100,opt,name=self_link,json=selfLink,proto3" json:"self_link,omitempty"`
	// [Output only] The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field is deprecated, use location instead.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,101,opt,name=zone,proto3" json:"zone,omitempty"`
	// [Output only] The IP address of this cluster's master endpoint.
	// The endpoint can be accessed from the internet at
	// `https://username:password@endpoint/`.
	//
	// See the `masterAuth` property of this resource for username and
	// password information.
	Endpoint string `protobuf:"bytes,102,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	// The initial Kubernetes version for this cluster.  Valid versions are those
	// found in validMasterVersions returned by getServerConfig.  The version can
	// be upgraded over time; such upgrades are reflected in
	// currentMasterVersion and currentNodeVersion.
	//
	// Users may specify either explicit versions offered by
	// Kubernetes Engine or version aliases, which have the following behavior:
	//
	// - "latest": picks the highest valid Kubernetes version
	// - "1.X": picks the highest valid patch+gke.N patch in the 1.X version
	// - "1.X.Y": picks the highest valid gke.N patch in the 1.X.Y version
	// - "1.X.Y-gke.N": picks an explicit Kubernetes version
	// - "","-": picks the default Kubernetes version
	InitialClusterVersion string `` /* 128-byte string literal not displayed */
	// [Output only] The current software version of the master endpoint.
	CurrentMasterVersion string `protobuf:"bytes,104,opt,name=current_master_version,json=currentMasterVersion,proto3" json:"current_master_version,omitempty"`
	// [Output only] Deprecated, use
	// [NodePool.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters.nodePools)
	// instead. The current version of the node software components.
	// If they are currently at multiple versions because they're in the process
	// of being upgraded, this reflects the minimum version of all nodes.
	//
	// Deprecated: Do not use.
	CurrentNodeVersion string `protobuf:"bytes,105,opt,name=current_node_version,json=currentNodeVersion,proto3" json:"current_node_version,omitempty"`
	// [Output only] The time the cluster was created, in
	// [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
	CreateTime string `protobuf:"bytes,106,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// [Output only] The current status of this cluster.
	Status Cluster_Status `protobuf:"varint,107,opt,name=status,proto3,enum=google.container.v1beta1.Cluster_Status" json:"status,omitempty"`
	// [Output only] Deprecated. Use conditions instead.
	// Additional information about the current status of this
	// cluster, if available.
	//
	// Deprecated: Do not use.
	StatusMessage string `protobuf:"bytes,108,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
	// [Output only] The size of the address space on each node for hosting
	// containers. This is provisioned from within the `container_ipv4_cidr`
	// range. This field will only be set when cluster is in route-based network
	// mode.
	NodeIpv4CidrSize int32 `protobuf:"varint,109,opt,name=node_ipv4_cidr_size,json=nodeIpv4CidrSize,proto3" json:"node_ipv4_cidr_size,omitempty"`
	// [Output only] The IP address range of the Kubernetes services in
	// this cluster, in
	// [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
	// notation (e.g. `1.2.3.4/29`). Service addresses are
	// typically put in the last `/16` from the container CIDR.
	ServicesIpv4Cidr string `protobuf:"bytes,110,opt,name=services_ipv4_cidr,json=servicesIpv4Cidr,proto3" json:"services_ipv4_cidr,omitempty"`
	// Deprecated. Use node_pools.instance_group_urls.
	//
	// Deprecated: Do not use.
	InstanceGroupUrls []string `protobuf:"bytes,111,rep,name=instance_group_urls,json=instanceGroupUrls,proto3" json:"instance_group_urls,omitempty"`
	// [Output only]  The number of nodes currently in the cluster. Deprecated.
	// Call Kubernetes API directly to retrieve node information.
	//
	// Deprecated: Do not use.
	CurrentNodeCount int32 `protobuf:"varint,112,opt,name=current_node_count,json=currentNodeCount,proto3" json:"current_node_count,omitempty"`
	// [Output only] The time the cluster will be automatically
	// deleted in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
	ExpireTime string `protobuf:"bytes,113,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// [Output only] The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available)
	// or
	// [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available)
	// in which the cluster resides.
	Location string `protobuf:"bytes,114,opt,name=location,proto3" json:"location,omitempty"`
	// Enable the ability to use Cloud TPUs in this cluster.
	// This field is deprecated, use tpu_config.enabled instead.
	EnableTpu bool `protobuf:"varint,115,opt,name=enable_tpu,json=enableTpu,proto3" json:"enable_tpu,omitempty"`
	// [Output only] The IP address range of the Cloud TPUs in this cluster, in
	// [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
	// notation (e.g. `1.2.3.4/29`).
	TpuIpv4CidrBlock string `protobuf:"bytes,116,opt,name=tpu_ipv4_cidr_block,json=tpuIpv4CidrBlock,proto3" json:"tpu_ipv4_cidr_block,omitempty"`
	// Configuration of etcd encryption.
	DatabaseEncryption *DatabaseEncryption `protobuf:"bytes,38,opt,name=database_encryption,json=databaseEncryption,proto3" json:"database_encryption,omitempty"`
	// Which conditions caused the current cluster state.
	Conditions []*StatusCondition `protobuf:"bytes,118,rep,name=conditions,proto3" json:"conditions,omitempty"`
	// Configuration for master components.
	Master *Master `protobuf:"bytes,124,opt,name=master,proto3" json:"master,omitempty"`
	// Autopilot configuration for the cluster.
	Autopilot *Autopilot `protobuf:"bytes,128,opt,name=autopilot,proto3" json:"autopilot,omitempty"`
	// Output only. Unique id for the cluster.
	Id string `protobuf:"bytes,129,opt,name=id,proto3" json:"id,omitempty"`
	// Default NodePool settings for the entire cluster. These settings are
	// overridden if specified on the specific NodePool object.
	NodePoolDefaults *NodePoolDefaults `protobuf:"bytes,131,opt,name=node_pool_defaults,json=nodePoolDefaults,proto3,oneof" json:"node_pool_defaults,omitempty"`
	// Logging configuration for the cluster.
	LoggingConfig *LoggingConfig `protobuf:"bytes,132,opt,name=logging_config,json=loggingConfig,proto3" json:"logging_config,omitempty"`
	// Monitoring configuration for the cluster.
	MonitoringConfig *MonitoringConfig `protobuf:"bytes,133,opt,name=monitoring_config,json=monitoringConfig,proto3" json:"monitoring_config,omitempty"`
	// Node pool configs that apply to all auto-provisioned node pools
	// in autopilot clusters and node auto-provisioning enabled clusters.
	NodePoolAutoConfig *NodePoolAutoConfig `protobuf:"bytes,136,opt,name=node_pool_auto_config,json=nodePoolAutoConfig,proto3" json:"node_pool_auto_config,omitempty"`
	// Enable/Disable Protect API features for the cluster.
	ProtectConfig *ProtectConfig `protobuf:"bytes,137,opt,name=protect_config,json=protectConfig,proto3,oneof" json:"protect_config,omitempty"`
	// This checksum is computed by the server based on the value of cluster
	// fields, and may be sent on update requests to ensure the client has an
	// up-to-date value before proceeding.
	Etag string `protobuf:"bytes,139,opt,name=etag,proto3" json:"etag,omitempty"`
	// Fleet information for the cluster.
	Fleet *Fleet `protobuf:"bytes,140,opt,name=fleet,proto3" json:"fleet,omitempty"`
	// contains filtered or unexported fields
}

A Google Kubernetes Engine cluster.

func (*Cluster) Descriptor deprecated

func (*Cluster) Descriptor() ([]byte, []int)

Deprecated: Use Cluster.ProtoReflect.Descriptor instead.

func (*Cluster) GetAddonsConfig

func (x *Cluster) GetAddonsConfig() *AddonsConfig

func (*Cluster) GetAuthenticatorGroupsConfig

func (x *Cluster) GetAuthenticatorGroupsConfig() *AuthenticatorGroupsConfig

func (*Cluster) GetAutopilot

func (x *Cluster) GetAutopilot() *Autopilot

func (*Cluster) GetAutoscaling

func (x *Cluster) GetAutoscaling() *ClusterAutoscaling

func (*Cluster) GetBinaryAuthorization

func (x *Cluster) GetBinaryAuthorization() *BinaryAuthorization

func (*Cluster) GetClusterIpv4Cidr

func (x *Cluster) GetClusterIpv4Cidr() string

func (*Cluster) GetClusterTelemetry

func (x *Cluster) GetClusterTelemetry() *ClusterTelemetry

func (*Cluster) GetConditions

func (x *Cluster) GetConditions() []*StatusCondition

func (*Cluster) GetConfidentialNodes

func (x *Cluster) GetConfidentialNodes() *ConfidentialNodes

func (*Cluster) GetCostManagementConfig

func (x *Cluster) GetCostManagementConfig() *CostManagementConfig

func (*Cluster) GetCreateTime

func (x *Cluster) GetCreateTime() string

func (*Cluster) GetCurrentMasterVersion

func (x *Cluster) GetCurrentMasterVersion() string

func (*Cluster) GetCurrentNodeCount deprecated

func (x *Cluster) GetCurrentNodeCount() int32

Deprecated: Do not use.

func (*Cluster) GetCurrentNodeVersion deprecated

func (x *Cluster) GetCurrentNodeVersion() string

Deprecated: Do not use.

func (*Cluster) GetDatabaseEncryption

func (x *Cluster) GetDatabaseEncryption() *DatabaseEncryption

func (*Cluster) GetDefaultMaxPodsConstraint

func (x *Cluster) GetDefaultMaxPodsConstraint() *MaxPodsConstraint

func (*Cluster) GetDescription

func (x *Cluster) GetDescription() string

func (*Cluster) GetEnableKubernetesAlpha

func (x *Cluster) GetEnableKubernetesAlpha() bool

func (*Cluster) GetEnableTpu

func (x *Cluster) GetEnableTpu() bool

func (*Cluster) GetEndpoint

func (x *Cluster) GetEndpoint() string

func (*Cluster) GetEtag

func (x *Cluster) GetEtag() string

func (*Cluster) GetExpireTime

func (x *Cluster) GetExpireTime() string

func (*Cluster) GetFleet

func (x *Cluster) GetFleet() *Fleet

func (*Cluster) GetId

func (x *Cluster) GetId() string

func (*Cluster) GetIdentityServiceConfig

func (x *Cluster) GetIdentityServiceConfig() *IdentityServiceConfig

func (*Cluster) GetInitialClusterVersion

func (x *Cluster) GetInitialClusterVersion() string

func (*Cluster) GetInitialNodeCount deprecated

func (x *Cluster) GetInitialNodeCount() int32

Deprecated: Do not use.

func (*Cluster) GetInstanceGroupUrls deprecated

func (x *Cluster) GetInstanceGroupUrls() []string

Deprecated: Do not use.

func (*Cluster) GetIpAllocationPolicy

func (x *Cluster) GetIpAllocationPolicy() *IPAllocationPolicy

func (*Cluster) GetLabelFingerprint

func (x *Cluster) GetLabelFingerprint() string

func (*Cluster) GetLegacyAbac

func (x *Cluster) GetLegacyAbac() *LegacyAbac

func (*Cluster) GetLocation

func (x *Cluster) GetLocation() string

func (*Cluster) GetLocations

func (x *Cluster) GetLocations() []string

func (*Cluster) GetLoggingConfig

func (x *Cluster) GetLoggingConfig() *LoggingConfig

func (*Cluster) GetLoggingService

func (x *Cluster) GetLoggingService() string

func (*Cluster) GetMaintenancePolicy

func (x *Cluster) GetMaintenancePolicy() *MaintenancePolicy

func (*Cluster) GetMaster

func (x *Cluster) GetMaster() *Master

func (*Cluster) GetMasterAuth

func (x *Cluster) GetMasterAuth() *MasterAuth

func (*Cluster) GetMasterAuthorizedNetworksConfig

func (x *Cluster) GetMasterAuthorizedNetworksConfig() *MasterAuthorizedNetworksConfig

func (*Cluster) GetMasterIpv4CidrBlock deprecated

func (x *Cluster) GetMasterIpv4CidrBlock() string

Deprecated: Do not use.

func (*Cluster) GetMeshCertificates

func (x *Cluster) GetMeshCertificates() *MeshCertificates

func (*Cluster) GetMonitoringConfig

func (x *Cluster) GetMonitoringConfig() *MonitoringConfig

func (*Cluster) GetMonitoringService

func (x *Cluster) GetMonitoringService() string

func (*Cluster) GetName

func (x *Cluster) GetName() string

func (*Cluster) GetNetwork

func (x *Cluster) GetNetwork() string

func (*Cluster) GetNetworkConfig

func (x *Cluster) GetNetworkConfig() *NetworkConfig

func (*Cluster) GetNetworkPolicy

func (x *Cluster) GetNetworkPolicy() *NetworkPolicy

func (*Cluster) GetNodeConfig deprecated

func (x *Cluster) GetNodeConfig() *NodeConfig

Deprecated: Do not use.

func (*Cluster) GetNodeIpv4CidrSize

func (x *Cluster) GetNodeIpv4CidrSize() int32

func (*Cluster) GetNodePoolAutoConfig

func (x *Cluster) GetNodePoolAutoConfig() *NodePoolAutoConfig

func (*Cluster) GetNodePoolDefaults

func (x *Cluster) GetNodePoolDefaults() *NodePoolDefaults

func (*Cluster) GetNodePools

func (x *Cluster) GetNodePools() []*NodePool

func (*Cluster) GetNotificationConfig

func (x *Cluster) GetNotificationConfig() *NotificationConfig

func (*Cluster) GetPodSecurityPolicyConfig

func (x *Cluster) GetPodSecurityPolicyConfig() *PodSecurityPolicyConfig

func (*Cluster) GetPrivateCluster deprecated

func (x *Cluster) GetPrivateCluster() bool

Deprecated: Do not use.

func (*Cluster) GetPrivateClusterConfig

func (x *Cluster) GetPrivateClusterConfig() *PrivateClusterConfig

func (*Cluster) GetProtectConfig

func (x *Cluster) GetProtectConfig() *ProtectConfig

func (*Cluster) GetReleaseChannel

func (x *Cluster) GetReleaseChannel() *ReleaseChannel

func (*Cluster) GetResourceLabels

func (x *Cluster) GetResourceLabels() map[string]string

func (*Cluster) GetResourceUsageExportConfig

func (x *Cluster) GetResourceUsageExportConfig() *ResourceUsageExportConfig
func (x *Cluster) GetSelfLink() string

func (*Cluster) GetServicesIpv4Cidr

func (x *Cluster) GetServicesIpv4Cidr() string

func (*Cluster) GetShieldedNodes

func (x *Cluster) GetShieldedNodes() *ShieldedNodes

func (*Cluster) GetStatus

func (x *Cluster) GetStatus() Cluster_Status

func (*Cluster) GetStatusMessage deprecated

func (x *Cluster) GetStatusMessage() string

Deprecated: Do not use.

func (*Cluster) GetSubnetwork

func (x *Cluster) GetSubnetwork() string

func (*Cluster) GetTpuConfig

func (x *Cluster) GetTpuConfig() *TpuConfig

func (*Cluster) GetTpuIpv4CidrBlock

func (x *Cluster) GetTpuIpv4CidrBlock() string

func (*Cluster) GetVerticalPodAutoscaling

func (x *Cluster) GetVerticalPodAutoscaling() *VerticalPodAutoscaling

func (*Cluster) GetWorkloadAltsConfig

func (x *Cluster) GetWorkloadAltsConfig() *WorkloadALTSConfig

func (*Cluster) GetWorkloadCertificates

func (x *Cluster) GetWorkloadCertificates() *WorkloadCertificates

func (*Cluster) GetWorkloadIdentityConfig

func (x *Cluster) GetWorkloadIdentityConfig() *WorkloadIdentityConfig

func (*Cluster) GetZone deprecated

func (x *Cluster) GetZone() string

Deprecated: Do not use.

func (*Cluster) ProtoMessage

func (*Cluster) ProtoMessage()

func (*Cluster) ProtoReflect

func (x *Cluster) ProtoReflect() protoreflect.Message

func (*Cluster) Reset

func (x *Cluster) Reset()

func (*Cluster) String

func (x *Cluster) String() string

type ClusterAutoscaling

type ClusterAutoscaling struct {

	// Enables automatic node pool creation and deletion.
	EnableNodeAutoprovisioning bool `` /* 142-byte string literal not displayed */
	// Contains global constraints regarding minimum and maximum
	// amount of resources in the cluster.
	ResourceLimits []*ResourceLimit `protobuf:"bytes,2,rep,name=resource_limits,json=resourceLimits,proto3" json:"resource_limits,omitempty"`
	// Defines autoscaling behaviour.
	AutoscalingProfile ClusterAutoscaling_AutoscalingProfile `` /* 184-byte string literal not displayed */
	// AutoprovisioningNodePoolDefaults contains defaults for a node pool
	// created by NAP.
	AutoprovisioningNodePoolDefaults *AutoprovisioningNodePoolDefaults `` /* 161-byte string literal not displayed */
	// The list of Google Compute Engine
	// [zones](https://cloud.google.com/compute/docs/zones#available) in which the
	// NodePool's nodes can be created by NAP.
	AutoprovisioningLocations []string `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

ClusterAutoscaling contains global, per-cluster information required by Cluster Autoscaler to automatically adjust the size of the cluster and create/delete node pools based on the current needs.

func (*ClusterAutoscaling) Descriptor deprecated

func (*ClusterAutoscaling) Descriptor() ([]byte, []int)

Deprecated: Use ClusterAutoscaling.ProtoReflect.Descriptor instead.

func (*ClusterAutoscaling) GetAutoprovisioningLocations

func (x *ClusterAutoscaling) GetAutoprovisioningLocations() []string

func (*ClusterAutoscaling) GetAutoprovisioningNodePoolDefaults

func (x *ClusterAutoscaling) GetAutoprovisioningNodePoolDefaults() *AutoprovisioningNodePoolDefaults

func (*ClusterAutoscaling) GetAutoscalingProfile

func (x *ClusterAutoscaling) GetAutoscalingProfile() ClusterAutoscaling_AutoscalingProfile

func (*ClusterAutoscaling) GetEnableNodeAutoprovisioning

func (x *ClusterAutoscaling) GetEnableNodeAutoprovisioning() bool

func (*ClusterAutoscaling) GetResourceLimits

func (x *ClusterAutoscaling) GetResourceLimits() []*ResourceLimit

func (*ClusterAutoscaling) ProtoMessage

func (*ClusterAutoscaling) ProtoMessage()

func (*ClusterAutoscaling) ProtoReflect

func (x *ClusterAutoscaling) ProtoReflect() protoreflect.Message

func (*ClusterAutoscaling) Reset

func (x *ClusterAutoscaling) Reset()

func (*ClusterAutoscaling) String

func (x *ClusterAutoscaling) String() string

type ClusterAutoscaling_AutoscalingProfile

type ClusterAutoscaling_AutoscalingProfile int32

Defines possible options for autoscaling_profile field.

const (
	// No change to autoscaling configuration.
	ClusterAutoscaling_PROFILE_UNSPECIFIED ClusterAutoscaling_AutoscalingProfile = 0
	// Prioritize optimizing utilization of resources.
	ClusterAutoscaling_OPTIMIZE_UTILIZATION ClusterAutoscaling_AutoscalingProfile = 1
	// Use default (balanced) autoscaling configuration.
	ClusterAutoscaling_BALANCED ClusterAutoscaling_AutoscalingProfile = 2
)

func (ClusterAutoscaling_AutoscalingProfile) Descriptor

func (ClusterAutoscaling_AutoscalingProfile) Enum

func (ClusterAutoscaling_AutoscalingProfile) EnumDescriptor deprecated

func (ClusterAutoscaling_AutoscalingProfile) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClusterAutoscaling_AutoscalingProfile.Descriptor instead.

func (ClusterAutoscaling_AutoscalingProfile) Number

func (ClusterAutoscaling_AutoscalingProfile) String

func (ClusterAutoscaling_AutoscalingProfile) Type

type ClusterManagerClient

type ClusterManagerClient interface {
	// Lists all clusters owned by a project in either the specified zone or all
	// zones.
	ListClusters(ctx context.Context, in *ListClustersRequest, opts ...grpc.CallOption) (*ListClustersResponse, error)
	// Gets the details for a specific cluster.
	GetCluster(ctx context.Context, in *GetClusterRequest, opts ...grpc.CallOption) (*Cluster, error)
	// Creates a cluster, consisting of the specified number and type of Google
	// Compute Engine instances.
	//
	// By default, the cluster is created in the project's
	// [default
	// network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
	//
	// One firewall is added for the cluster. After cluster creation,
	// the Kubelet creates routes for each node to allow the containers
	// on that node to communicate with all other instances in the
	// cluster.
	//
	// Finally, an entry is added to the project's global metadata indicating
	// which CIDR range the cluster is using.
	CreateCluster(ctx context.Context, in *CreateClusterRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates the settings for a specific cluster.
	UpdateCluster(ctx context.Context, in *UpdateClusterRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates the version and/or image type of a specific node pool.
	UpdateNodePool(ctx context.Context, in *UpdateNodePoolRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the autoscaling settings of a specific node pool.
	SetNodePoolAutoscaling(ctx context.Context, in *SetNodePoolAutoscalingRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the logging service for a specific cluster.
	SetLoggingService(ctx context.Context, in *SetLoggingServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the monitoring service for a specific cluster.
	SetMonitoringService(ctx context.Context, in *SetMonitoringServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the addons for a specific cluster.
	SetAddonsConfig(ctx context.Context, in *SetAddonsConfigRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deprecated: Do not use.
	// Sets the locations for a specific cluster.
	// Deprecated. Use
	// [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/update)
	// instead.
	SetLocations(ctx context.Context, in *SetLocationsRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates the master for a specific cluster.
	UpdateMaster(ctx context.Context, in *UpdateMasterRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets master auth materials. Currently supports changing the admin password
	// or a specific cluster, either via password generation or explicitly setting
	// the password.
	SetMasterAuth(ctx context.Context, in *SetMasterAuthRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes the cluster, including the Kubernetes endpoint and all worker
	// nodes.
	//
	// Firewalls and routes that were configured during cluster creation
	// are also deleted.
	//
	// Other Google Compute Engine resources that might be in use by the cluster,
	// such as load balancer resources, are not deleted if they weren't present
	// when the cluster was initially created.
	DeleteCluster(ctx context.Context, in *DeleteClusterRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists all operations in a project in the specified zone or all zones.
	ListOperations(ctx context.Context, in *ListOperationsRequest, opts ...grpc.CallOption) (*ListOperationsResponse, error)
	// Gets the specified operation.
	GetOperation(ctx context.Context, in *GetOperationRequest, opts ...grpc.CallOption) (*Operation, error)
	// Cancels the specified operation.
	CancelOperation(ctx context.Context, in *CancelOperationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Returns configuration info about the Google Kubernetes Engine service.
	GetServerConfig(ctx context.Context, in *GetServerConfigRequest, opts ...grpc.CallOption) (*ServerConfig, error)
	// Gets the public component of the cluster signing keys in
	// JSON Web Key format.
	// This API is not yet intended for general use, and is not available for all
	// clusters.
	GetJSONWebKeys(ctx context.Context, in *GetJSONWebKeysRequest, opts ...grpc.CallOption) (*GetJSONWebKeysResponse, error)
	// Lists the node pools for a cluster.
	ListNodePools(ctx context.Context, in *ListNodePoolsRequest, opts ...grpc.CallOption) (*ListNodePoolsResponse, error)
	// Retrieves the requested node pool.
	GetNodePool(ctx context.Context, in *GetNodePoolRequest, opts ...grpc.CallOption) (*NodePool, error)
	// Creates a node pool for a cluster.
	CreateNodePool(ctx context.Context, in *CreateNodePoolRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes a node pool from a cluster.
	DeleteNodePool(ctx context.Context, in *DeleteNodePoolRequest, opts ...grpc.CallOption) (*Operation, error)
	// CompleteNodePoolUpgrade will signal an on-going node pool upgrade to
	// complete.
	CompleteNodePoolUpgrade(ctx context.Context, in *CompleteNodePoolUpgradeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Rolls back a previously Aborted or Failed NodePool upgrade.
	// This makes no changes if the last upgrade successfully completed.
	RollbackNodePoolUpgrade(ctx context.Context, in *RollbackNodePoolUpgradeRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the NodeManagement options for a node pool.
	SetNodePoolManagement(ctx context.Context, in *SetNodePoolManagementRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets labels on a cluster.
	SetLabels(ctx context.Context, in *SetLabelsRequest, opts ...grpc.CallOption) (*Operation, error)
	// Enables or disables the ABAC authorization mechanism on a cluster.
	SetLegacyAbac(ctx context.Context, in *SetLegacyAbacRequest, opts ...grpc.CallOption) (*Operation, error)
	// Starts master IP rotation.
	StartIPRotation(ctx context.Context, in *StartIPRotationRequest, opts ...grpc.CallOption) (*Operation, error)
	// Completes master IP rotation.
	CompleteIPRotation(ctx context.Context, in *CompleteIPRotationRequest, opts ...grpc.CallOption) (*Operation, error)
	// SetNodePoolSizeRequest sets the size of a node pool. The new size will be
	// used for all replicas, including future replicas created by modifying
	// [NodePool.locations][google.container.v1beta1.NodePool.locations].
	SetNodePoolSize(ctx context.Context, in *SetNodePoolSizeRequest, opts ...grpc.CallOption) (*Operation, error)
	// Enables or disables Network Policy for a cluster.
	SetNetworkPolicy(ctx context.Context, in *SetNetworkPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the maintenance policy for a cluster.
	SetMaintenancePolicy(ctx context.Context, in *SetMaintenancePolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists subnetworks that can be used for creating clusters in a project.
	ListUsableSubnetworks(ctx context.Context, in *ListUsableSubnetworksRequest, opts ...grpc.CallOption) (*ListUsableSubnetworksResponse, error)
	// Fetches locations that offer Google Kubernetes Engine.
	ListLocations(ctx context.Context, in *ListLocationsRequest, opts ...grpc.CallOption) (*ListLocationsResponse, error)
}

ClusterManagerClient is the client API for ClusterManager service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type ClusterManagerServer

type ClusterManagerServer interface {
	// Lists all clusters owned by a project in either the specified zone or all
	// zones.
	ListClusters(context.Context, *ListClustersRequest) (*ListClustersResponse, error)
	// Gets the details for a specific cluster.
	GetCluster(context.Context, *GetClusterRequest) (*Cluster, error)
	// Creates a cluster, consisting of the specified number and type of Google
	// Compute Engine instances.
	//
	// By default, the cluster is created in the project's
	// [default
	// network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
	//
	// One firewall is added for the cluster. After cluster creation,
	// the Kubelet creates routes for each node to allow the containers
	// on that node to communicate with all other instances in the
	// cluster.
	//
	// Finally, an entry is added to the project's global metadata indicating
	// which CIDR range the cluster is using.
	CreateCluster(context.Context, *CreateClusterRequest) (*Operation, error)
	// Updates the settings for a specific cluster.
	UpdateCluster(context.Context, *UpdateClusterRequest) (*Operation, error)
	// Updates the version and/or image type of a specific node pool.
	UpdateNodePool(context.Context, *UpdateNodePoolRequest) (*Operation, error)
	// Sets the autoscaling settings of a specific node pool.
	SetNodePoolAutoscaling(context.Context, *SetNodePoolAutoscalingRequest) (*Operation, error)
	// Sets the logging service for a specific cluster.
	SetLoggingService(context.Context, *SetLoggingServiceRequest) (*Operation, error)
	// Sets the monitoring service for a specific cluster.
	SetMonitoringService(context.Context, *SetMonitoringServiceRequest) (*Operation, error)
	// Sets the addons for a specific cluster.
	SetAddonsConfig(context.Context, *SetAddonsConfigRequest) (*Operation, error)
	// Deprecated: Do not use.
	// Sets the locations for a specific cluster.
	// Deprecated. Use
	// [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/update)
	// instead.
	SetLocations(context.Context, *SetLocationsRequest) (*Operation, error)
	// Updates the master for a specific cluster.
	UpdateMaster(context.Context, *UpdateMasterRequest) (*Operation, error)
	// Sets master auth materials. Currently supports changing the admin password
	// or a specific cluster, either via password generation or explicitly setting
	// the password.
	SetMasterAuth(context.Context, *SetMasterAuthRequest) (*Operation, error)
	// Deletes the cluster, including the Kubernetes endpoint and all worker
	// nodes.
	//
	// Firewalls and routes that were configured during cluster creation
	// are also deleted.
	//
	// Other Google Compute Engine resources that might be in use by the cluster,
	// such as load balancer resources, are not deleted if they weren't present
	// when the cluster was initially created.
	DeleteCluster(context.Context, *DeleteClusterRequest) (*Operation, error)
	// Lists all operations in a project in the specified zone or all zones.
	ListOperations(context.Context, *ListOperationsRequest) (*ListOperationsResponse, error)
	// Gets the specified operation.
	GetOperation(context.Context, *GetOperationRequest) (*Operation, error)
	// Cancels the specified operation.
	CancelOperation(context.Context, *CancelOperationRequest) (*emptypb.Empty, error)
	// Returns configuration info about the Google Kubernetes Engine service.
	GetServerConfig(context.Context, *GetServerConfigRequest) (*ServerConfig, error)
	// Gets the public component of the cluster signing keys in
	// JSON Web Key format.
	// This API is not yet intended for general use, and is not available for all
	// clusters.
	GetJSONWebKeys(context.Context, *GetJSONWebKeysRequest) (*GetJSONWebKeysResponse, error)
	// Lists the node pools for a cluster.
	ListNodePools(context.Context, *ListNodePoolsRequest) (*ListNodePoolsResponse, error)
	// Retrieves the requested node pool.
	GetNodePool(context.Context, *GetNodePoolRequest) (*NodePool, error)
	// Creates a node pool for a cluster.
	CreateNodePool(context.Context, *CreateNodePoolRequest) (*Operation, error)
	// Deletes a node pool from a cluster.
	DeleteNodePool(context.Context, *DeleteNodePoolRequest) (*Operation, error)
	// CompleteNodePoolUpgrade will signal an on-going node pool upgrade to
	// complete.
	CompleteNodePoolUpgrade(context.Context, *CompleteNodePoolUpgradeRequest) (*emptypb.Empty, error)
	// Rolls back a previously Aborted or Failed NodePool upgrade.
	// This makes no changes if the last upgrade successfully completed.
	RollbackNodePoolUpgrade(context.Context, *RollbackNodePoolUpgradeRequest) (*Operation, error)
	// Sets the NodeManagement options for a node pool.
	SetNodePoolManagement(context.Context, *SetNodePoolManagementRequest) (*Operation, error)
	// Sets labels on a cluster.
	SetLabels(context.Context, *SetLabelsRequest) (*Operation, error)
	// Enables or disables the ABAC authorization mechanism on a cluster.
	SetLegacyAbac(context.Context, *SetLegacyAbacRequest) (*Operation, error)
	// Starts master IP rotation.
	StartIPRotation(context.Context, *StartIPRotationRequest) (*Operation, error)
	// Completes master IP rotation.
	CompleteIPRotation(context.Context, *CompleteIPRotationRequest) (*Operation, error)
	// SetNodePoolSizeRequest sets the size of a node pool. The new size will be
	// used for all replicas, including future replicas created by modifying
	// [NodePool.locations][google.container.v1beta1.NodePool.locations].
	SetNodePoolSize(context.Context, *SetNodePoolSizeRequest) (*Operation, error)
	// Enables or disables Network Policy for a cluster.
	SetNetworkPolicy(context.Context, *SetNetworkPolicyRequest) (*Operation, error)
	// Sets the maintenance policy for a cluster.
	SetMaintenancePolicy(context.Context, *SetMaintenancePolicyRequest) (*Operation, error)
	// Lists subnetworks that can be used for creating clusters in a project.
	ListUsableSubnetworks(context.Context, *ListUsableSubnetworksRequest) (*ListUsableSubnetworksResponse, error)
	// Fetches locations that offer Google Kubernetes Engine.
	ListLocations(context.Context, *ListLocationsRequest) (*ListLocationsResponse, error)
}

ClusterManagerServer is the server API for ClusterManager service.

type ClusterTelemetry

type ClusterTelemetry struct {

	// Type of the integration.
	Type ClusterTelemetry_Type `protobuf:"varint,1,opt,name=type,proto3,enum=google.container.v1beta1.ClusterTelemetry_Type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

Telemetry integration for the cluster.

func (*ClusterTelemetry) Descriptor deprecated

func (*ClusterTelemetry) Descriptor() ([]byte, []int)

Deprecated: Use ClusterTelemetry.ProtoReflect.Descriptor instead.

func (*ClusterTelemetry) GetType

func (*ClusterTelemetry) ProtoMessage

func (*ClusterTelemetry) ProtoMessage()

func (*ClusterTelemetry) ProtoReflect

func (x *ClusterTelemetry) ProtoReflect() protoreflect.Message

func (*ClusterTelemetry) Reset

func (x *ClusterTelemetry) Reset()

func (*ClusterTelemetry) String

func (x *ClusterTelemetry) String() string

type ClusterTelemetry_Type

type ClusterTelemetry_Type int32

Type of the integration.

const (
	// Not set.
	ClusterTelemetry_UNSPECIFIED ClusterTelemetry_Type = 0
	// Monitoring integration is disabled.
	ClusterTelemetry_DISABLED ClusterTelemetry_Type = 1
	// Monitoring integration is enabled.
	ClusterTelemetry_ENABLED ClusterTelemetry_Type = 2
	// Only system components are monitored and logged.
	ClusterTelemetry_SYSTEM_ONLY ClusterTelemetry_Type = 3
)

func (ClusterTelemetry_Type) Descriptor

func (ClusterTelemetry_Type) Enum

func (ClusterTelemetry_Type) EnumDescriptor deprecated

func (ClusterTelemetry_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClusterTelemetry_Type.Descriptor instead.

func (ClusterTelemetry_Type) Number

func (ClusterTelemetry_Type) String

func (x ClusterTelemetry_Type) String() string

func (ClusterTelemetry_Type) Type

type ClusterUpdate

type ClusterUpdate struct {

	// The Kubernetes version to change the nodes to (typically an
	// upgrade).
	//
	// Users may specify either explicit versions offered by
	// Kubernetes Engine or version aliases, which have the following behavior:
	//
	// - "latest": picks the highest valid Kubernetes version
	// - "1.X": picks the highest valid patch+gke.N patch in the 1.X version
	// - "1.X.Y": picks the highest valid gke.N patch in the 1.X.Y version
	// - "1.X.Y-gke.N": picks an explicit Kubernetes version
	// - "-": picks the Kubernetes master version
	DesiredNodeVersion string `protobuf:"bytes,4,opt,name=desired_node_version,json=desiredNodeVersion,proto3" json:"desired_node_version,omitempty"`
	// The monitoring service the cluster should use to write metrics.
	// Currently available options:
	//
	// * "monitoring.googleapis.com/kubernetes" - The Cloud Monitoring
	// service with a Kubernetes-native resource model
	//   - `monitoring.googleapis.com` - The legacy Cloud Monitoring service (no
	//     longer available as of GKE 1.15).
	//   - `none` - No metrics will be exported from the cluster.
	//
	// If left as an empty string,`monitoring.googleapis.com/kubernetes` will be
	// used for GKE 1.14+ or `monitoring.googleapis.com` for earlier versions.
	DesiredMonitoringService string `` /* 135-byte string literal not displayed */
	// Configurations for the various addons available to run in the cluster.
	DesiredAddonsConfig *AddonsConfig `protobuf:"bytes,6,opt,name=desired_addons_config,json=desiredAddonsConfig,proto3" json:"desired_addons_config,omitempty"`
	// The node pool to be upgraded. This field is mandatory if
	// "desired_node_version", "desired_image_family",
	// "desired_node_pool_autoscaling", or "desired_workload_metadata_config"
	// is specified and there is more than one node pool on the cluster.
	DesiredNodePoolId string `protobuf:"bytes,7,opt,name=desired_node_pool_id,json=desiredNodePoolId,proto3" json:"desired_node_pool_id,omitempty"`
	// The desired image type for the node pool.
	// NOTE: Set the "desired_node_pool" field as well.
	DesiredImageType string `protobuf:"bytes,8,opt,name=desired_image_type,json=desiredImageType,proto3" json:"desired_image_type,omitempty"`
	// Autoscaler configuration for the node pool specified in
	// desired_node_pool_id. If there is only one pool in the
	// cluster and desired_node_pool_id is not provided then
	// the change applies to that single node pool.
	DesiredNodePoolAutoscaling *NodePoolAutoscaling `` /* 143-byte string literal not displayed */
	// The desired list of Google Compute Engine
	// [zones](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster's nodes should be located.
	//
	// This list must always include the cluster's primary zone.
	//
	// Warning: changing cluster locations will update the locations of all node
	// pools and will result in nodes being added and/or removed.
	DesiredLocations []string `protobuf:"bytes,10,rep,name=desired_locations,json=desiredLocations,proto3" json:"desired_locations,omitempty"`
	// The desired configuration options for master authorized networks feature.
	DesiredMasterAuthorizedNetworksConfig *MasterAuthorizedNetworksConfig `` /* 179-byte string literal not displayed */
	// The desired configuration options for the PodSecurityPolicy feature.
	DesiredPodSecurityPolicyConfig *PodSecurityPolicyConfig `` /* 158-byte string literal not displayed */
	// Cluster-level autoscaling configuration.
	DesiredClusterAutoscaling *ClusterAutoscaling `` /* 139-byte string literal not displayed */
	// The desired configuration options for the Binary Authorization feature.
	DesiredBinaryAuthorization *BinaryAuthorization `` /* 142-byte string literal not displayed */
	// The logging service the cluster should use to write logs.
	// Currently available options:
	//
	// * `logging.googleapis.com/kubernetes` - The Cloud Logging
	// service with a Kubernetes-native resource model
	//   - `logging.googleapis.com` - The legacy Cloud Logging service (no longer
	//     available as of GKE 1.15).
	//   - `none` - no logs will be exported from the cluster.
	//
	// If left as an empty string,`logging.googleapis.com/kubernetes` will be
	// used for GKE 1.14+ or `logging.googleapis.com` for earlier versions.
	DesiredLoggingService string `` /* 127-byte string literal not displayed */
	// The desired configuration for exporting resource usage.
	DesiredResourceUsageExportConfig *ResourceUsageExportConfig `` /* 164-byte string literal not displayed */
	// Cluster-level Vertical Pod Autoscaling configuration.
	DesiredVerticalPodAutoscaling *VerticalPodAutoscaling `` /* 153-byte string literal not displayed */
	// The desired private cluster configuration.
	DesiredPrivateClusterConfig *PrivateClusterConfig `` /* 147-byte string literal not displayed */
	// The desired config of Intra-node visibility.
	DesiredIntraNodeVisibilityConfig *IntraNodeVisibilityConfig `` /* 164-byte string literal not displayed */
	// The desired status of whether to disable default sNAT for this cluster.
	DesiredDefaultSnatStatus *DefaultSnatStatus `` /* 138-byte string literal not displayed */
	// The desired telemetry integration for the cluster.
	DesiredClusterTelemetry *ClusterTelemetry `` /* 133-byte string literal not displayed */
	// The desired release channel configuration.
	DesiredReleaseChannel *ReleaseChannel `` /* 127-byte string literal not displayed */
	// The desired Cloud TPU configuration.
	DesiredTpuConfig *TpuConfig `protobuf:"bytes,38,opt,name=desired_tpu_config,json=desiredTpuConfig,proto3" json:"desired_tpu_config,omitempty"`
	// The desired L4 Internal Load Balancer Subsetting configuration.
	DesiredL4IlbSubsettingConfig *ILBSubsettingConfig `` /* 150-byte string literal not displayed */
	// The desired datapath provider for the cluster.
	DesiredDatapathProvider DatapathProvider `` /* 181-byte string literal not displayed */
	// The desired state of IPv6 connectivity to Google Services.
	DesiredPrivateIpv6GoogleAccess PrivateIPv6GoogleAccess `` /* 213-byte string literal not displayed */
	// The desired notification configuration.
	DesiredNotificationConfig *NotificationConfig `` /* 139-byte string literal not displayed */
	// The Kubernetes version to change the master to. The only valid value is the
	// latest supported version.
	//
	// Users may specify either explicit versions offered by
	// Kubernetes Engine or version aliases, which have the following behavior:
	//
	// - "latest": picks the highest valid Kubernetes version
	// - "1.X": picks the highest valid patch+gke.N patch in the 1.X version
	// - "1.X.Y": picks the highest valid gke.N patch in the 1.X.Y version
	// - "1.X.Y-gke.N": picks an explicit Kubernetes version
	// - "-": picks the default Kubernetes version
	DesiredMasterVersion string `protobuf:"bytes,100,opt,name=desired_master_version,json=desiredMasterVersion,proto3" json:"desired_master_version,omitempty"`
	// The desired GCFS config for the cluster.
	DesiredGcfsConfig *GcfsConfig `protobuf:"bytes,109,opt,name=desired_gcfs_config,json=desiredGcfsConfig,proto3" json:"desired_gcfs_config,omitempty"`
	// Configuration of etcd encryption.
	DesiredDatabaseEncryption *DatabaseEncryption `` /* 139-byte string literal not displayed */
	// Configuration for Workload Identity.
	DesiredWorkloadIdentityConfig *WorkloadIdentityConfig `` /* 153-byte string literal not displayed */
	// Configuration for issuance of mTLS keys and certificates to Kubernetes
	// pods.
	DesiredWorkloadCertificates *WorkloadCertificates `` /* 145-byte string literal not displayed */
	// Configuration for issuance of mTLS keys and certificates to Kubernetes
	// pods.
	DesiredMeshCertificates *MeshCertificates `` /* 133-byte string literal not displayed */
	// Configuration for direct-path (via ALTS) with workload identity.
	DesiredWorkloadAltsConfig *WorkloadALTSConfig `` /* 141-byte string literal not displayed */
	// Configuration for Shielded Nodes.
	DesiredShieldedNodes *ShieldedNodes `protobuf:"bytes,48,opt,name=desired_shielded_nodes,json=desiredShieldedNodes,proto3" json:"desired_shielded_nodes,omitempty"`
	// The desired configuration for the fine-grained cost management feature.
	DesiredCostManagementConfig *CostManagementConfig `` /* 147-byte string literal not displayed */
	// Configuration for master components.
	DesiredMaster *Master `protobuf:"bytes,52,opt,name=desired_master,json=desiredMaster,proto3" json:"desired_master,omitempty"`
	// DNSConfig contains clusterDNS config for this cluster.
	DesiredDnsConfig *DNSConfig `protobuf:"bytes,53,opt,name=desired_dns_config,json=desiredDnsConfig,proto3" json:"desired_dns_config,omitempty"`
	// ServiceExternalIPsConfig specifies the config for the use of Services with
	// ExternalIPs field.
	DesiredServiceExternalIpsConfig *ServiceExternalIPsConfig `` /* 161-byte string literal not displayed */
	// AuthenticatorGroupsConfig specifies the config for the cluster security
	// groups settings.
	DesiredAuthenticatorGroupsConfig *AuthenticatorGroupsConfig `` /* 162-byte string literal not displayed */
	// The desired logging configuration.
	DesiredLoggingConfig *LoggingConfig `protobuf:"bytes,64,opt,name=desired_logging_config,json=desiredLoggingConfig,proto3" json:"desired_logging_config,omitempty"`
	// The desired monitoring configuration.
	DesiredMonitoringConfig *MonitoringConfig `` /* 133-byte string literal not displayed */
	// The desired Identity Service component configuration.
	DesiredIdentityServiceConfig *IdentityServiceConfig `` /* 150-byte string literal not displayed */
	// Enable/Disable private endpoint for the cluster's master.
	DesiredEnablePrivateEndpoint *bool `` /* 157-byte string literal not displayed */
	// The desired network tags that apply to all auto-provisioned node pools
	// in autopilot clusters and node auto-provisioning enabled clusters.
	DesiredNodePoolAutoConfigNetworkTags *NetworkTags `` /* 181-byte string literal not displayed */
	// Enable/Disable Protect API features for the cluster.
	DesiredProtectConfig *ProtectConfig `` /* 131-byte string literal not displayed */
	// The desired config of Gateway API on this cluster.
	DesiredGatewayApiConfig *GatewayAPIConfig `` /* 136-byte string literal not displayed */
	// The current etag of the cluster.
	// If an etag is provided and does not match the current etag of the cluster,
	// update will be blocked and an ABORTED error will be returned.
	Etag string `protobuf:"bytes,115,opt,name=etag,proto3" json:"etag,omitempty"`
	// The desired node pool logging configuration defaults for the cluster.
	DesiredNodePoolLoggingConfig *NodePoolLoggingConfig `` /* 153-byte string literal not displayed */
	// The desired stack type of the cluster.
	// If a stack type is provided and does not match the current stack type of
	// the cluster, update will attempt to change the stack type to the new type.
	DesiredStackType StackType `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

ClusterUpdate describes an update to the cluster. Exactly one update can be applied to a cluster with each request, so at most one field can be provided.

func (*ClusterUpdate) Descriptor deprecated

func (*ClusterUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ClusterUpdate.ProtoReflect.Descriptor instead.

func (*ClusterUpdate) GetDesiredAddonsConfig

func (x *ClusterUpdate) GetDesiredAddonsConfig() *AddonsConfig

func (*ClusterUpdate) GetDesiredAuthenticatorGroupsConfig

func (x *ClusterUpdate) GetDesiredAuthenticatorGroupsConfig() *AuthenticatorGroupsConfig

func (*ClusterUpdate) GetDesiredBinaryAuthorization

func (x *ClusterUpdate) GetDesiredBinaryAuthorization() *BinaryAuthorization

func (*ClusterUpdate) GetDesiredClusterAutoscaling

func (x *ClusterUpdate) GetDesiredClusterAutoscaling() *ClusterAutoscaling

func (*ClusterUpdate) GetDesiredClusterTelemetry

func (x *ClusterUpdate) GetDesiredClusterTelemetry() *ClusterTelemetry

func (*ClusterUpdate) GetDesiredCostManagementConfig

func (x *ClusterUpdate) GetDesiredCostManagementConfig() *CostManagementConfig

func (*ClusterUpdate) GetDesiredDatabaseEncryption

func (x *ClusterUpdate) GetDesiredDatabaseEncryption() *DatabaseEncryption

func (*ClusterUpdate) GetDesiredDatapathProvider

func (x *ClusterUpdate) GetDesiredDatapathProvider() DatapathProvider

func (*ClusterUpdate) GetDesiredDefaultSnatStatus

func (x *ClusterUpdate) GetDesiredDefaultSnatStatus() *DefaultSnatStatus

func (*ClusterUpdate) GetDesiredDnsConfig

func (x *ClusterUpdate) GetDesiredDnsConfig() *DNSConfig

func (*ClusterUpdate) GetDesiredEnablePrivateEndpoint

func (x *ClusterUpdate) GetDesiredEnablePrivateEndpoint() bool

func (*ClusterUpdate) GetDesiredGatewayApiConfig

func (x *ClusterUpdate) GetDesiredGatewayApiConfig() *GatewayAPIConfig

func (*ClusterUpdate) GetDesiredGcfsConfig

func (x *ClusterUpdate) GetDesiredGcfsConfig() *GcfsConfig

func (*ClusterUpdate) GetDesiredIdentityServiceConfig

func (x *ClusterUpdate) GetDesiredIdentityServiceConfig() *IdentityServiceConfig

func (*ClusterUpdate) GetDesiredImageType

func (x *ClusterUpdate) GetDesiredImageType() string

func (*ClusterUpdate) GetDesiredIntraNodeVisibilityConfig

func (x *ClusterUpdate) GetDesiredIntraNodeVisibilityConfig() *IntraNodeVisibilityConfig

func (*ClusterUpdate) GetDesiredL4IlbSubsettingConfig

func (x *ClusterUpdate) GetDesiredL4IlbSubsettingConfig() *ILBSubsettingConfig

func (*ClusterUpdate) GetDesiredLocations

func (x *ClusterUpdate) GetDesiredLocations() []string

func (*ClusterUpdate) GetDesiredLoggingConfig

func (x *ClusterUpdate) GetDesiredLoggingConfig() *LoggingConfig

func (*ClusterUpdate) GetDesiredLoggingService

func (x *ClusterUpdate) GetDesiredLoggingService() string

func (*ClusterUpdate) GetDesiredMaster

func (x *ClusterUpdate) GetDesiredMaster() *Master

func (*ClusterUpdate) GetDesiredMasterAuthorizedNetworksConfig

func (x *ClusterUpdate) GetDesiredMasterAuthorizedNetworksConfig() *MasterAuthorizedNetworksConfig

func (*ClusterUpdate) GetDesiredMasterVersion

func (x *ClusterUpdate) GetDesiredMasterVersion() string

func (*ClusterUpdate) GetDesiredMeshCertificates

func (x *ClusterUpdate) GetDesiredMeshCertificates() *MeshCertificates

func (*ClusterUpdate) GetDesiredMonitoringConfig

func (x *ClusterUpdate) GetDesiredMonitoringConfig() *MonitoringConfig

func (*ClusterUpdate) GetDesiredMonitoringService

func (x *ClusterUpdate) GetDesiredMonitoringService() string

func (*ClusterUpdate) GetDesiredNodePoolAutoConfigNetworkTags

func (x *ClusterUpdate) GetDesiredNodePoolAutoConfigNetworkTags() *NetworkTags

func (*ClusterUpdate) GetDesiredNodePoolAutoscaling

func (x *ClusterUpdate) GetDesiredNodePoolAutoscaling() *NodePoolAutoscaling

func (*ClusterUpdate) GetDesiredNodePoolId

func (x *ClusterUpdate) GetDesiredNodePoolId() string

func (*ClusterUpdate) GetDesiredNodePoolLoggingConfig

func (x *ClusterUpdate) GetDesiredNodePoolLoggingConfig() *NodePoolLoggingConfig

func (*ClusterUpdate) GetDesiredNodeVersion

func (x *ClusterUpdate) GetDesiredNodeVersion() string

func (*ClusterUpdate) GetDesiredNotificationConfig

func (x *ClusterUpdate) GetDesiredNotificationConfig() *NotificationConfig

func (*ClusterUpdate) GetDesiredPodSecurityPolicyConfig

func (x *ClusterUpdate) GetDesiredPodSecurityPolicyConfig() *PodSecurityPolicyConfig

func (*ClusterUpdate) GetDesiredPrivateClusterConfig

func (x *ClusterUpdate) GetDesiredPrivateClusterConfig() *PrivateClusterConfig

func (*ClusterUpdate) GetDesiredPrivateIpv6GoogleAccess

func (x *ClusterUpdate) GetDesiredPrivateIpv6GoogleAccess() PrivateIPv6GoogleAccess

func (*ClusterUpdate) GetDesiredProtectConfig

func (x *ClusterUpdate) GetDesiredProtectConfig() *ProtectConfig

func (*ClusterUpdate) GetDesiredReleaseChannel

func (x *ClusterUpdate) GetDesiredReleaseChannel() *ReleaseChannel

func (*ClusterUpdate) GetDesiredResourceUsageExportConfig

func (x *ClusterUpdate) GetDesiredResourceUsageExportConfig() *ResourceUsageExportConfig

func (*ClusterUpdate) GetDesiredServiceExternalIpsConfig

func (x *ClusterUpdate) GetDesiredServiceExternalIpsConfig() *ServiceExternalIPsConfig

func (*ClusterUpdate) GetDesiredShieldedNodes

func (x *ClusterUpdate) GetDesiredShieldedNodes() *ShieldedNodes

func (*ClusterUpdate) GetDesiredStackType

func (x *ClusterUpdate) GetDesiredStackType() StackType

func (*ClusterUpdate) GetDesiredTpuConfig

func (x *ClusterUpdate) GetDesiredTpuConfig() *TpuConfig

func (*ClusterUpdate) GetDesiredVerticalPodAutoscaling

func (x *ClusterUpdate) GetDesiredVerticalPodAutoscaling() *VerticalPodAutoscaling

func (*ClusterUpdate) GetDesiredWorkloadAltsConfig

func (x *ClusterUpdate) GetDesiredWorkloadAltsConfig() *WorkloadALTSConfig

func (*ClusterUpdate) GetDesiredWorkloadCertificates

func (x *ClusterUpdate) GetDesiredWorkloadCertificates() *WorkloadCertificates

func (*ClusterUpdate) GetDesiredWorkloadIdentityConfig

func (x *ClusterUpdate) GetDesiredWorkloadIdentityConfig() *WorkloadIdentityConfig

func (*ClusterUpdate) GetEtag

func (x *ClusterUpdate) GetEtag() string

func (*ClusterUpdate) ProtoMessage

func (*ClusterUpdate) ProtoMessage()

func (*ClusterUpdate) ProtoReflect

func (x *ClusterUpdate) ProtoReflect() protoreflect.Message

func (*ClusterUpdate) Reset

func (x *ClusterUpdate) Reset()

func (*ClusterUpdate) String

func (x *ClusterUpdate) String() string

type Cluster_Status

type Cluster_Status int32

The current status of the cluster.

const (
	// Not set.
	Cluster_STATUS_UNSPECIFIED Cluster_Status = 0
	// The PROVISIONING state indicates the cluster is being created.
	Cluster_PROVISIONING Cluster_Status = 1
	// The RUNNING state indicates the cluster has been created and is fully
	// usable.
	Cluster_RUNNING Cluster_Status = 2
	// The RECONCILING state indicates that some work is actively being done on
	// the cluster, such as upgrading the master or node software. Details can
	// be found in the `statusMessage` field.
	Cluster_RECONCILING Cluster_Status = 3
	// The STOPPING state indicates the cluster is being deleted.
	Cluster_STOPPING Cluster_Status = 4
	// The ERROR state indicates the cluster may be unusable. Details
	// can be found in the `statusMessage` field.
	Cluster_ERROR Cluster_Status = 5
	// The DEGRADED state indicates the cluster requires user action to restore
	// full functionality. Details can be found in the `statusMessage` field.
	Cluster_DEGRADED Cluster_Status = 6
)

func (Cluster_Status) Descriptor

func (Cluster_Status) Enum

func (x Cluster_Status) Enum() *Cluster_Status

func (Cluster_Status) EnumDescriptor deprecated

func (Cluster_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Cluster_Status.Descriptor instead.

func (Cluster_Status) Number

func (Cluster_Status) String

func (x Cluster_Status) String() string

func (Cluster_Status) Type

type CompleteIPRotationRequest

type CompleteIPRotationRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// The name (project, location, cluster name) of the cluster to complete IP
	// rotation. Specified in the format `projects/*/locations/*/clusters/*`.
	Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

CompleteIPRotationRequest moves the cluster master back into single-IP mode.

func (*CompleteIPRotationRequest) Descriptor deprecated

func (*CompleteIPRotationRequest) Descriptor() ([]byte, []int)

Deprecated: Use CompleteIPRotationRequest.ProtoReflect.Descriptor instead.

func (*CompleteIPRotationRequest) GetClusterId deprecated

func (x *CompleteIPRotationRequest) GetClusterId() string

Deprecated: Do not use.

func (*CompleteIPRotationRequest) GetName

func (x *CompleteIPRotationRequest) GetName() string

func (*CompleteIPRotationRequest) GetProjectId deprecated

func (x *CompleteIPRotationRequest) GetProjectId() string

Deprecated: Do not use.

func (*CompleteIPRotationRequest) GetZone deprecated

func (x *CompleteIPRotationRequest) GetZone() string

Deprecated: Do not use.

func (*CompleteIPRotationRequest) ProtoMessage

func (*CompleteIPRotationRequest) ProtoMessage()

func (*CompleteIPRotationRequest) ProtoReflect

func (*CompleteIPRotationRequest) Reset

func (x *CompleteIPRotationRequest) Reset()

func (*CompleteIPRotationRequest) String

func (x *CompleteIPRotationRequest) String() string

type CompleteNodePoolUpgradeRequest

type CompleteNodePoolUpgradeRequest struct {

	// The name (project, location, cluster, node pool id) of the node pool to
	// complete upgrade.
	// Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

CompleteNodePoolUpgradeRequest sets the name of target node pool to complete upgrade.

func (*CompleteNodePoolUpgradeRequest) Descriptor deprecated

func (*CompleteNodePoolUpgradeRequest) Descriptor() ([]byte, []int)

Deprecated: Use CompleteNodePoolUpgradeRequest.ProtoReflect.Descriptor instead.

func (*CompleteNodePoolUpgradeRequest) GetName

func (*CompleteNodePoolUpgradeRequest) ProtoMessage

func (*CompleteNodePoolUpgradeRequest) ProtoMessage()

func (*CompleteNodePoolUpgradeRequest) ProtoReflect

func (*CompleteNodePoolUpgradeRequest) Reset

func (x *CompleteNodePoolUpgradeRequest) Reset()

func (*CompleteNodePoolUpgradeRequest) String

type ConfidentialNodes

type ConfidentialNodes struct {

	// Whether Confidential Nodes feature is enabled.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

ConfidentialNodes is configuration for the confidential nodes feature, which makes nodes run on confidential VMs.

func (*ConfidentialNodes) Descriptor deprecated

func (*ConfidentialNodes) Descriptor() ([]byte, []int)

Deprecated: Use ConfidentialNodes.ProtoReflect.Descriptor instead.

func (*ConfidentialNodes) GetEnabled

func (x *ConfidentialNodes) GetEnabled() bool

func (*ConfidentialNodes) ProtoMessage

func (*ConfidentialNodes) ProtoMessage()

func (*ConfidentialNodes) ProtoReflect

func (x *ConfidentialNodes) ProtoReflect() protoreflect.Message

func (*ConfidentialNodes) Reset

func (x *ConfidentialNodes) Reset()

func (*ConfidentialNodes) String

func (x *ConfidentialNodes) String() string

type ConfigConnectorConfig

type ConfigConnectorConfig struct {

	// Whether Cloud Connector is enabled for this cluster.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration options for the Config Connector add-on.

func (*ConfigConnectorConfig) Descriptor deprecated

func (*ConfigConnectorConfig) Descriptor() ([]byte, []int)

Deprecated: Use ConfigConnectorConfig.ProtoReflect.Descriptor instead.

func (*ConfigConnectorConfig) GetEnabled

func (x *ConfigConnectorConfig) GetEnabled() bool

func (*ConfigConnectorConfig) ProtoMessage

func (*ConfigConnectorConfig) ProtoMessage()

func (*ConfigConnectorConfig) ProtoReflect

func (x *ConfigConnectorConfig) ProtoReflect() protoreflect.Message

func (*ConfigConnectorConfig) Reset

func (x *ConfigConnectorConfig) Reset()

func (*ConfigConnectorConfig) String

func (x *ConfigConnectorConfig) String() string

type CostManagementConfig

type CostManagementConfig struct {

	// Whether the feature is enabled or not.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration for fine-grained cost management feature.

func (*CostManagementConfig) Descriptor deprecated

func (*CostManagementConfig) Descriptor() ([]byte, []int)

Deprecated: Use CostManagementConfig.ProtoReflect.Descriptor instead.

func (*CostManagementConfig) GetEnabled

func (x *CostManagementConfig) GetEnabled() bool

func (*CostManagementConfig) ProtoMessage

func (*CostManagementConfig) ProtoMessage()

func (*CostManagementConfig) ProtoReflect

func (x *CostManagementConfig) ProtoReflect() protoreflect.Message

func (*CostManagementConfig) Reset

func (x *CostManagementConfig) Reset()

func (*CostManagementConfig) String

func (x *CostManagementConfig) String() string

type CreateClusterRequest

type CreateClusterRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the parent field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the parent
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. A [cluster
	// resource](https://cloud.google.com/container-engine/reference/rest/v1beta1/projects.locations.clusters)
	Cluster *Cluster `protobuf:"bytes,3,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// The parent (project and location) where the cluster will be created.
	// Specified in the format `projects/*/locations/*`.
	Parent string `protobuf:"bytes,5,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

CreateClusterRequest creates a cluster.

func (*CreateClusterRequest) Descriptor deprecated

func (*CreateClusterRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateClusterRequest.ProtoReflect.Descriptor instead.

func (*CreateClusterRequest) GetCluster

func (x *CreateClusterRequest) GetCluster() *Cluster

func (*CreateClusterRequest) GetParent

func (x *CreateClusterRequest) GetParent() string

func (*CreateClusterRequest) GetProjectId deprecated

func (x *CreateClusterRequest) GetProjectId() string

Deprecated: Do not use.

func (*CreateClusterRequest) GetZone deprecated

func (x *CreateClusterRequest) GetZone() string

Deprecated: Do not use.

func (*CreateClusterRequest) ProtoMessage

func (*CreateClusterRequest) ProtoMessage()

func (*CreateClusterRequest) ProtoReflect

func (x *CreateClusterRequest) ProtoReflect() protoreflect.Message

func (*CreateClusterRequest) Reset

func (x *CreateClusterRequest) Reset()

func (*CreateClusterRequest) String

func (x *CreateClusterRequest) String() string

type CreateNodePoolRequest

type CreateNodePoolRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the parent field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the parent
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster.
	// This field has been deprecated and replaced by the parent field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. The node pool to create.
	NodePool *NodePool `protobuf:"bytes,4,opt,name=node_pool,json=nodePool,proto3" json:"node_pool,omitempty"`
	// The parent (project, location, cluster name) where the node pool will be
	// created. Specified in the format
	// `projects/*/locations/*/clusters/*`.
	Parent string `protobuf:"bytes,6,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

CreateNodePoolRequest creates a node pool for a cluster.

func (*CreateNodePoolRequest) Descriptor deprecated

func (*CreateNodePoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateNodePoolRequest.ProtoReflect.Descriptor instead.

func (*CreateNodePoolRequest) GetClusterId deprecated

func (x *CreateNodePoolRequest) GetClusterId() string

Deprecated: Do not use.

func (*CreateNodePoolRequest) GetNodePool

func (x *CreateNodePoolRequest) GetNodePool() *NodePool

func (*CreateNodePoolRequest) GetParent

func (x *CreateNodePoolRequest) GetParent() string

func (*CreateNodePoolRequest) GetProjectId deprecated

func (x *CreateNodePoolRequest) GetProjectId() string

Deprecated: Do not use.

func (*CreateNodePoolRequest) GetZone deprecated

func (x *CreateNodePoolRequest) GetZone() string

Deprecated: Do not use.

func (*CreateNodePoolRequest) ProtoMessage

func (*CreateNodePoolRequest) ProtoMessage()

func (*CreateNodePoolRequest) ProtoReflect

func (x *CreateNodePoolRequest) ProtoReflect() protoreflect.Message

func (*CreateNodePoolRequest) Reset

func (x *CreateNodePoolRequest) Reset()

func (*CreateNodePoolRequest) String

func (x *CreateNodePoolRequest) String() string

type DNSConfig

type DNSConfig struct {

	// cluster_dns indicates which in-cluster DNS provider should be used.
	ClusterDns DNSConfig_Provider `` /* 141-byte string literal not displayed */
	// cluster_dns_scope indicates the scope of access to cluster DNS records.
	ClusterDnsScope DNSConfig_DNSScope `` /* 158-byte string literal not displayed */
	// cluster_dns_domain is the suffix used for all cluster service records.
	ClusterDnsDomain string `protobuf:"bytes,3,opt,name=cluster_dns_domain,json=clusterDnsDomain,proto3" json:"cluster_dns_domain,omitempty"`
	// contains filtered or unexported fields
}

DNSConfig contains the desired set of options for configuring clusterDNS.

func (*DNSConfig) Descriptor deprecated

func (*DNSConfig) Descriptor() ([]byte, []int)

Deprecated: Use DNSConfig.ProtoReflect.Descriptor instead.

func (*DNSConfig) GetClusterDns

func (x *DNSConfig) GetClusterDns() DNSConfig_Provider

func (*DNSConfig) GetClusterDnsDomain

func (x *DNSConfig) GetClusterDnsDomain() string

func (*DNSConfig) GetClusterDnsScope

func (x *DNSConfig) GetClusterDnsScope() DNSConfig_DNSScope

func (*DNSConfig) ProtoMessage

func (*DNSConfig) ProtoMessage()

func (*DNSConfig) ProtoReflect

func (x *DNSConfig) ProtoReflect() protoreflect.Message

func (*DNSConfig) Reset

func (x *DNSConfig) Reset()

func (*DNSConfig) String

func (x *DNSConfig) String() string

type DNSConfig_DNSScope

type DNSConfig_DNSScope int32

DNSScope lists the various scopes of access to cluster DNS records.

const (
	// Default value, will be inferred as cluster scope.
	DNSConfig_DNS_SCOPE_UNSPECIFIED DNSConfig_DNSScope = 0
	// DNS records are accessible from within the cluster.
	DNSConfig_CLUSTER_SCOPE DNSConfig_DNSScope = 1
	// DNS records are accessible from within the VPC.
	DNSConfig_VPC_SCOPE DNSConfig_DNSScope = 2
)

func (DNSConfig_DNSScope) Descriptor

func (DNSConfig_DNSScope) Enum

func (DNSConfig_DNSScope) EnumDescriptor deprecated

func (DNSConfig_DNSScope) EnumDescriptor() ([]byte, []int)

Deprecated: Use DNSConfig_DNSScope.Descriptor instead.

func (DNSConfig_DNSScope) Number

func (DNSConfig_DNSScope) String

func (x DNSConfig_DNSScope) String() string

func (DNSConfig_DNSScope) Type

type DNSConfig_Provider

type DNSConfig_Provider int32

Provider lists the various in-cluster DNS providers.

const (
	// Default value
	DNSConfig_PROVIDER_UNSPECIFIED DNSConfig_Provider = 0
	// Use GKE default DNS provider(kube-dns) for DNS resolution.
	DNSConfig_PLATFORM_DEFAULT DNSConfig_Provider = 1
	// Use CloudDNS for DNS resolution.
	DNSConfig_CLOUD_DNS DNSConfig_Provider = 2
)

func (DNSConfig_Provider) Descriptor

func (DNSConfig_Provider) Enum

func (DNSConfig_Provider) EnumDescriptor deprecated

func (DNSConfig_Provider) EnumDescriptor() ([]byte, []int)

Deprecated: Use DNSConfig_Provider.Descriptor instead.

func (DNSConfig_Provider) Number

func (DNSConfig_Provider) String

func (x DNSConfig_Provider) String() string

func (DNSConfig_Provider) Type

type DailyMaintenanceWindow

type DailyMaintenanceWindow struct {

	// Time within the maintenance window to start the maintenance operations.
	// It must be in format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
	StartTime string `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// [Output only] Duration of the time window, automatically chosen to be
	// smallest possible in the given scenario.
	Duration string `protobuf:"bytes,3,opt,name=duration,proto3" json:"duration,omitempty"`
	// contains filtered or unexported fields
}

Time window specified for daily maintenance operations.

func (*DailyMaintenanceWindow) Descriptor deprecated

func (*DailyMaintenanceWindow) Descriptor() ([]byte, []int)

Deprecated: Use DailyMaintenanceWindow.ProtoReflect.Descriptor instead.

func (*DailyMaintenanceWindow) GetDuration

func (x *DailyMaintenanceWindow) GetDuration() string

func (*DailyMaintenanceWindow) GetStartTime

func (x *DailyMaintenanceWindow) GetStartTime() string

func (*DailyMaintenanceWindow) ProtoMessage

func (*DailyMaintenanceWindow) ProtoMessage()

func (*DailyMaintenanceWindow) ProtoReflect

func (x *DailyMaintenanceWindow) ProtoReflect() protoreflect.Message

func (*DailyMaintenanceWindow) Reset

func (x *DailyMaintenanceWindow) Reset()

func (*DailyMaintenanceWindow) String

func (x *DailyMaintenanceWindow) String() string

type DatabaseEncryption

type DatabaseEncryption struct {

	// Denotes the state of etcd encryption.
	State DatabaseEncryption_State `protobuf:"varint,2,opt,name=state,proto3,enum=google.container.v1beta1.DatabaseEncryption_State" json:"state,omitempty"`
	// Name of CloudKMS key to use for the encryption of secrets in etcd.
	// Ex. projects/my-project/locations/global/keyRings/my-ring/cryptoKeys/my-key
	KeyName string `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"`
	// contains filtered or unexported fields
}

Configuration of etcd encryption.

func (*DatabaseEncryption) Descriptor deprecated

func (*DatabaseEncryption) Descriptor() ([]byte, []int)

Deprecated: Use DatabaseEncryption.ProtoReflect.Descriptor instead.

func (*DatabaseEncryption) GetKeyName

func (x *DatabaseEncryption) GetKeyName() string

func (*DatabaseEncryption) GetState

func (*DatabaseEncryption) ProtoMessage

func (*DatabaseEncryption) ProtoMessage()

func (*DatabaseEncryption) ProtoReflect

func (x *DatabaseEncryption) ProtoReflect() protoreflect.Message

func (*DatabaseEncryption) Reset

func (x *DatabaseEncryption) Reset()

func (*DatabaseEncryption) String

func (x *DatabaseEncryption) String() string

type DatabaseEncryption_State

type DatabaseEncryption_State int32

State of etcd encryption.

const (
	// Should never be set
	DatabaseEncryption_UNKNOWN DatabaseEncryption_State = 0
	// Secrets in etcd are encrypted.
	DatabaseEncryption_ENCRYPTED DatabaseEncryption_State = 1
	// Secrets in etcd are stored in plain text (at etcd level) - this is
	// unrelated to Compute Engine level full disk encryption.
	DatabaseEncryption_DECRYPTED DatabaseEncryption_State = 2
)

func (DatabaseEncryption_State) Descriptor

func (DatabaseEncryption_State) Enum

func (DatabaseEncryption_State) EnumDescriptor deprecated

func (DatabaseEncryption_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use DatabaseEncryption_State.Descriptor instead.

func (DatabaseEncryption_State) Number

func (DatabaseEncryption_State) String

func (x DatabaseEncryption_State) String() string

func (DatabaseEncryption_State) Type

type DatapathProvider

type DatapathProvider int32

The datapath provider selects the implementation of the Kubernetes networking model for service resolution and network policy enforcement.

const (
	// Default value.
	DatapathProvider_DATAPATH_PROVIDER_UNSPECIFIED DatapathProvider = 0
	// Use the IPTables implementation based on kube-proxy.
	DatapathProvider_LEGACY_DATAPATH DatapathProvider = 1
	// Use the eBPF based GKE Dataplane V2 with additional features. See the [GKE
	// Dataplane V2
	// documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/dataplane-v2)
	// for more.
	DatapathProvider_ADVANCED_DATAPATH DatapathProvider = 2
)

func (DatapathProvider) Descriptor

func (DatapathProvider) Enum

func (DatapathProvider) EnumDescriptor deprecated

func (DatapathProvider) EnumDescriptor() ([]byte, []int)

Deprecated: Use DatapathProvider.Descriptor instead.

func (DatapathProvider) Number

func (DatapathProvider) String

func (x DatapathProvider) String() string

func (DatapathProvider) Type

type DefaultSnatStatus

type DefaultSnatStatus struct {

	// Disables cluster default sNAT rules.
	Disabled bool `protobuf:"varint,1,opt,name=disabled,proto3" json:"disabled,omitempty"`
	// contains filtered or unexported fields
}

DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster.

func (*DefaultSnatStatus) Descriptor deprecated

func (*DefaultSnatStatus) Descriptor() ([]byte, []int)

Deprecated: Use DefaultSnatStatus.ProtoReflect.Descriptor instead.

func (*DefaultSnatStatus) GetDisabled

func (x *DefaultSnatStatus) GetDisabled() bool

func (*DefaultSnatStatus) ProtoMessage

func (*DefaultSnatStatus) ProtoMessage()

func (*DefaultSnatStatus) ProtoReflect

func (x *DefaultSnatStatus) ProtoReflect() protoreflect.Message

func (*DefaultSnatStatus) Reset

func (x *DefaultSnatStatus) Reset()

func (*DefaultSnatStatus) String

func (x *DefaultSnatStatus) String() string

type DeleteClusterRequest

type DeleteClusterRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster to delete.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// The name (project, location, cluster) of the cluster to delete.
	// Specified in the format `projects/*/locations/*/clusters/*`.
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

DeleteClusterRequest deletes a cluster.

func (*DeleteClusterRequest) Descriptor deprecated

func (*DeleteClusterRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteClusterRequest.ProtoReflect.Descriptor instead.

func (*DeleteClusterRequest) GetClusterId deprecated

func (x *DeleteClusterRequest) GetClusterId() string

Deprecated: Do not use.

func (*DeleteClusterRequest) GetName

func (x *DeleteClusterRequest) GetName() string

func (*DeleteClusterRequest) GetProjectId deprecated

func (x *DeleteClusterRequest) GetProjectId() string

Deprecated: Do not use.

func (*DeleteClusterRequest) GetZone deprecated

func (x *DeleteClusterRequest) GetZone() string

Deprecated: Do not use.

func (*DeleteClusterRequest) ProtoMessage

func (*DeleteClusterRequest) ProtoMessage()

func (*DeleteClusterRequest) ProtoReflect

func (x *DeleteClusterRequest) ProtoReflect() protoreflect.Message

func (*DeleteClusterRequest) Reset

func (x *DeleteClusterRequest) Reset()

func (*DeleteClusterRequest) String

func (x *DeleteClusterRequest) String() string

type DeleteNodePoolRequest

type DeleteNodePoolRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. Deprecated. The name of the node pool to delete.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	NodePoolId string `protobuf:"bytes,4,opt,name=node_pool_id,json=nodePoolId,proto3" json:"node_pool_id,omitempty"`
	// The name (project, location, cluster, node pool id) of the node pool to
	// delete. Specified in the format
	// `projects/*/locations/*/clusters/*/nodePools/*`.
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

DeleteNodePoolRequest deletes a node pool for a cluster.

func (*DeleteNodePoolRequest) Descriptor deprecated

func (*DeleteNodePoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNodePoolRequest.ProtoReflect.Descriptor instead.

func (*DeleteNodePoolRequest) GetClusterId deprecated

func (x *DeleteNodePoolRequest) GetClusterId() string

Deprecated: Do not use.

func (*DeleteNodePoolRequest) GetName

func (x *DeleteNodePoolRequest) GetName() string

func (*DeleteNodePoolRequest) GetNodePoolId deprecated

func (x *DeleteNodePoolRequest) GetNodePoolId() string

Deprecated: Do not use.

func (*DeleteNodePoolRequest) GetProjectId deprecated

func (x *DeleteNodePoolRequest) GetProjectId() string

Deprecated: Do not use.

func (*DeleteNodePoolRequest) GetZone deprecated

func (x *DeleteNodePoolRequest) GetZone() string

Deprecated: Do not use.

func (*DeleteNodePoolRequest) ProtoMessage

func (*DeleteNodePoolRequest) ProtoMessage()

func (*DeleteNodePoolRequest) ProtoReflect

func (x *DeleteNodePoolRequest) ProtoReflect() protoreflect.Message

func (*DeleteNodePoolRequest) Reset

func (x *DeleteNodePoolRequest) Reset()

func (*DeleteNodePoolRequest) String

func (x *DeleteNodePoolRequest) String() string

type DnsCacheConfig

type DnsCacheConfig struct {

	// Whether NodeLocal DNSCache is enabled for this cluster.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration for NodeLocal DNSCache

func (*DnsCacheConfig) Descriptor deprecated

func (*DnsCacheConfig) Descriptor() ([]byte, []int)

Deprecated: Use DnsCacheConfig.ProtoReflect.Descriptor instead.

func (*DnsCacheConfig) GetEnabled

func (x *DnsCacheConfig) GetEnabled() bool

func (*DnsCacheConfig) ProtoMessage

func (*DnsCacheConfig) ProtoMessage()

func (*DnsCacheConfig) ProtoReflect

func (x *DnsCacheConfig) ProtoReflect() protoreflect.Message

func (*DnsCacheConfig) Reset

func (x *DnsCacheConfig) Reset()

func (*DnsCacheConfig) String

func (x *DnsCacheConfig) String() string

type EphemeralStorageConfig

type EphemeralStorageConfig struct {

	// Number of local SSDs to use to back ephemeral storage. Uses NVMe
	// interfaces. Each local SSD is 375 GB in size.
	// If zero, it means to disable using local SSDs as ephemeral storage.
	LocalSsdCount int32 `protobuf:"varint,1,opt,name=local_ssd_count,json=localSsdCount,proto3" json:"local_ssd_count,omitempty"`
	// contains filtered or unexported fields
}

EphemeralStorageConfig contains configuration for the ephemeral storage filesystem.

func (*EphemeralStorageConfig) Descriptor deprecated

func (*EphemeralStorageConfig) Descriptor() ([]byte, []int)

Deprecated: Use EphemeralStorageConfig.ProtoReflect.Descriptor instead.

func (*EphemeralStorageConfig) GetLocalSsdCount

func (x *EphemeralStorageConfig) GetLocalSsdCount() int32

func (*EphemeralStorageConfig) ProtoMessage

func (*EphemeralStorageConfig) ProtoMessage()

func (*EphemeralStorageConfig) ProtoReflect

func (x *EphemeralStorageConfig) ProtoReflect() protoreflect.Message

func (*EphemeralStorageConfig) Reset

func (x *EphemeralStorageConfig) Reset()

func (*EphemeralStorageConfig) String

func (x *EphemeralStorageConfig) String() string

type EphemeralStorageLocalSsdConfig

type EphemeralStorageLocalSsdConfig struct {

	// Number of local SSDs to use to back ephemeral storage. Uses NVMe
	// interfaces. Each local SSD is 375 GB in size.
	// If zero, it means to disable using local SSDs as ephemeral storage.
	// The limit for this value is dependent upon the maximum number of
	// disks available on a machine per zone. See:
	// https://cloud.google.com/compute/docs/disks/local-ssd
	// for more information.
	LocalSsdCount int32 `protobuf:"varint,1,opt,name=local_ssd_count,json=localSsdCount,proto3" json:"local_ssd_count,omitempty"`
	// contains filtered or unexported fields
}

EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral storage using Local SSDs.

func (*EphemeralStorageLocalSsdConfig) Descriptor deprecated

func (*EphemeralStorageLocalSsdConfig) Descriptor() ([]byte, []int)

Deprecated: Use EphemeralStorageLocalSsdConfig.ProtoReflect.Descriptor instead.

func (*EphemeralStorageLocalSsdConfig) GetLocalSsdCount

func (x *EphemeralStorageLocalSsdConfig) GetLocalSsdCount() int32

func (*EphemeralStorageLocalSsdConfig) ProtoMessage

func (*EphemeralStorageLocalSsdConfig) ProtoMessage()

func (*EphemeralStorageLocalSsdConfig) ProtoReflect

func (*EphemeralStorageLocalSsdConfig) Reset

func (x *EphemeralStorageLocalSsdConfig) Reset()

func (*EphemeralStorageLocalSsdConfig) String

type FastSocket

type FastSocket struct {

	// Whether Fast Socket features are enabled in the node pool.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration of Fast Socket feature.

func (*FastSocket) Descriptor deprecated

func (*FastSocket) Descriptor() ([]byte, []int)

Deprecated: Use FastSocket.ProtoReflect.Descriptor instead.

func (*FastSocket) GetEnabled

func (x *FastSocket) GetEnabled() bool

func (*FastSocket) ProtoMessage

func (*FastSocket) ProtoMessage()

func (*FastSocket) ProtoReflect

func (x *FastSocket) ProtoReflect() protoreflect.Message

func (*FastSocket) Reset

func (x *FastSocket) Reset()

func (*FastSocket) String

func (x *FastSocket) String() string

type Fleet

type Fleet struct {

	// The Fleet host project(project ID or project number) where this cluster
	// will be registered to. This field cannot be changed after the cluster has
	// been registered.
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// [Output only] The full resource name of the registered fleet membership of
	// the cluster, in the format
	// `//gkehub.googleapis.com/projects/*/locations/*/memberships/*`.
	Membership string `protobuf:"bytes,2,opt,name=membership,proto3" json:"membership,omitempty"`
	// [Output only] Whether the cluster has been registered through the fleet
	// API.
	PreRegistered bool `protobuf:"varint,3,opt,name=pre_registered,json=preRegistered,proto3" json:"pre_registered,omitempty"`
	// contains filtered or unexported fields
}

Fleet is the fleet configuration for the cluster.

func (*Fleet) Descriptor deprecated

func (*Fleet) Descriptor() ([]byte, []int)

Deprecated: Use Fleet.ProtoReflect.Descriptor instead.

func (*Fleet) GetMembership

func (x *Fleet) GetMembership() string

func (*Fleet) GetPreRegistered

func (x *Fleet) GetPreRegistered() bool

func (*Fleet) GetProject

func (x *Fleet) GetProject() string

func (*Fleet) ProtoMessage

func (*Fleet) ProtoMessage()

func (*Fleet) ProtoReflect

func (x *Fleet) ProtoReflect() protoreflect.Message

func (*Fleet) Reset

func (x *Fleet) Reset()

func (*Fleet) String

func (x *Fleet) String() string

type GPUSharingConfig

type GPUSharingConfig struct {

	// The max number of containers that can share a physical GPU.
	MaxSharedClientsPerGpu int64 `` /* 134-byte string literal not displayed */
	// The type of GPU sharing strategy to enable on the GPU node.
	GpuSharingStrategy *GPUSharingConfig_GPUSharingStrategy `` /* 190-byte string literal not displayed */
	// contains filtered or unexported fields
}

GPUSharingConfig represents the GPU sharing configuration for Hardware Accelerators.

func (*GPUSharingConfig) Descriptor deprecated

func (*GPUSharingConfig) Descriptor() ([]byte, []int)

Deprecated: Use GPUSharingConfig.ProtoReflect.Descriptor instead.

func (*GPUSharingConfig) GetGpuSharingStrategy

func (x *GPUSharingConfig) GetGpuSharingStrategy() GPUSharingConfig_GPUSharingStrategy

func (*GPUSharingConfig) GetMaxSharedClientsPerGpu

func (x *GPUSharingConfig) GetMaxSharedClientsPerGpu() int64

func (*GPUSharingConfig) ProtoMessage

func (*GPUSharingConfig) ProtoMessage()

func (*GPUSharingConfig) ProtoReflect

func (x *GPUSharingConfig) ProtoReflect() protoreflect.Message

func (*GPUSharingConfig) Reset

func (x *GPUSharingConfig) Reset()

func (*GPUSharingConfig) String

func (x *GPUSharingConfig) String() string

type GPUSharingConfig_GPUSharingStrategy

type GPUSharingConfig_GPUSharingStrategy int32

The type of GPU sharing strategy currently provided.

const (
	// Default value.
	GPUSharingConfig_GPU_SHARING_STRATEGY_UNSPECIFIED GPUSharingConfig_GPUSharingStrategy = 0
	// GPUs are time-shared between containers.
	GPUSharingConfig_TIME_SHARING GPUSharingConfig_GPUSharingStrategy = 1
)

func (GPUSharingConfig_GPUSharingStrategy) Descriptor

func (GPUSharingConfig_GPUSharingStrategy) Enum

func (GPUSharingConfig_GPUSharingStrategy) EnumDescriptor deprecated

func (GPUSharingConfig_GPUSharingStrategy) EnumDescriptor() ([]byte, []int)

Deprecated: Use GPUSharingConfig_GPUSharingStrategy.Descriptor instead.

func (GPUSharingConfig_GPUSharingStrategy) Number

func (GPUSharingConfig_GPUSharingStrategy) String

func (GPUSharingConfig_GPUSharingStrategy) Type

type GatewayAPIConfig

type GatewayAPIConfig struct {

	// The Gateway API release channel to use for Gateway API.
	Channel GatewayAPIConfig_Channel `protobuf:"varint,1,opt,name=channel,proto3,enum=google.container.v1beta1.GatewayAPIConfig_Channel" json:"channel,omitempty"`
	// contains filtered or unexported fields
}

GatewayAPIConfig contains the desired config of Gateway API on this cluster.

func (*GatewayAPIConfig) Descriptor deprecated

func (*GatewayAPIConfig) Descriptor() ([]byte, []int)

Deprecated: Use GatewayAPIConfig.ProtoReflect.Descriptor instead.

func (*GatewayAPIConfig) GetChannel

func (*GatewayAPIConfig) ProtoMessage

func (*GatewayAPIConfig) ProtoMessage()

func (*GatewayAPIConfig) ProtoReflect

func (x *GatewayAPIConfig) ProtoReflect() protoreflect.Message

func (*GatewayAPIConfig) Reset

func (x *GatewayAPIConfig) Reset()

func (*GatewayAPIConfig) String

func (x *GatewayAPIConfig) String() string

type GatewayAPIConfig_Channel

type GatewayAPIConfig_Channel int32

Channel describes if/how Gateway API should be installed and implemented in a cluster.

const (
	// Default value.
	GatewayAPIConfig_CHANNEL_UNSPECIFIED GatewayAPIConfig_Channel = 0
	// Gateway API support is disabled
	GatewayAPIConfig_CHANNEL_DISABLED GatewayAPIConfig_Channel = 1
	// Gateway API support is enabled, experimental CRDs are installed
	GatewayAPIConfig_CHANNEL_EXPERIMENTAL GatewayAPIConfig_Channel = 3
	// Gateway API support is enabled, standard CRDs are installed
	GatewayAPIConfig_CHANNEL_STANDARD GatewayAPIConfig_Channel = 4
)

func (GatewayAPIConfig_Channel) Descriptor

func (GatewayAPIConfig_Channel) Enum

func (GatewayAPIConfig_Channel) EnumDescriptor deprecated

func (GatewayAPIConfig_Channel) EnumDescriptor() ([]byte, []int)

Deprecated: Use GatewayAPIConfig_Channel.Descriptor instead.

func (GatewayAPIConfig_Channel) Number

func (GatewayAPIConfig_Channel) String

func (x GatewayAPIConfig_Channel) String() string

func (GatewayAPIConfig_Channel) Type

type GcePersistentDiskCsiDriverConfig

type GcePersistentDiskCsiDriverConfig struct {

	// Whether the Compute Engine PD CSI driver is enabled for this cluster.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration for the Compute Engine PD CSI driver.

func (*GcePersistentDiskCsiDriverConfig) Descriptor deprecated

func (*GcePersistentDiskCsiDriverConfig) Descriptor() ([]byte, []int)

Deprecated: Use GcePersistentDiskCsiDriverConfig.ProtoReflect.Descriptor instead.

func (*GcePersistentDiskCsiDriverConfig) GetEnabled

func (x *GcePersistentDiskCsiDriverConfig) GetEnabled() bool

func (*GcePersistentDiskCsiDriverConfig) ProtoMessage

func (*GcePersistentDiskCsiDriverConfig) ProtoMessage()

func (*GcePersistentDiskCsiDriverConfig) ProtoReflect

func (*GcePersistentDiskCsiDriverConfig) Reset

func (*GcePersistentDiskCsiDriverConfig) String

type GcfsConfig

type GcfsConfig struct {

	// Whether to use GCFS.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

GcfsConfig contains configurations of Google Container File System.

func (*GcfsConfig) Descriptor deprecated

func (*GcfsConfig) Descriptor() ([]byte, []int)

Deprecated: Use GcfsConfig.ProtoReflect.Descriptor instead.

func (*GcfsConfig) GetEnabled

func (x *GcfsConfig) GetEnabled() bool

func (*GcfsConfig) ProtoMessage

func (*GcfsConfig) ProtoMessage()

func (*GcfsConfig) ProtoReflect

func (x *GcfsConfig) ProtoReflect() protoreflect.Message

func (*GcfsConfig) Reset

func (x *GcfsConfig) Reset()

func (*GcfsConfig) String

func (x *GcfsConfig) String() string

type GcpFilestoreCsiDriverConfig

type GcpFilestoreCsiDriverConfig struct {

	// Whether the GCP Filestore CSI driver is enabled for this cluster.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration for the GCP Filestore CSI driver.

func (*GcpFilestoreCsiDriverConfig) Descriptor deprecated

func (*GcpFilestoreCsiDriverConfig) Descriptor() ([]byte, []int)

Deprecated: Use GcpFilestoreCsiDriverConfig.ProtoReflect.Descriptor instead.

func (*GcpFilestoreCsiDriverConfig) GetEnabled

func (x *GcpFilestoreCsiDriverConfig) GetEnabled() bool

func (*GcpFilestoreCsiDriverConfig) ProtoMessage

func (*GcpFilestoreCsiDriverConfig) ProtoMessage()

func (*GcpFilestoreCsiDriverConfig) ProtoReflect

func (*GcpFilestoreCsiDriverConfig) Reset

func (x *GcpFilestoreCsiDriverConfig) Reset()

func (*GcpFilestoreCsiDriverConfig) String

func (x *GcpFilestoreCsiDriverConfig) String() string

type GetClusterRequest

type GetClusterRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster to retrieve.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// The name (project, location, cluster) of the cluster to retrieve.
	// Specified in the format `projects/*/locations/*/clusters/*`.
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

GetClusterRequest gets the settings of a cluster.

func (*GetClusterRequest) Descriptor deprecated

func (*GetClusterRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetClusterRequest.ProtoReflect.Descriptor instead.

func (*GetClusterRequest) GetClusterId deprecated

func (x *GetClusterRequest) GetClusterId() string

Deprecated: Do not use.

func (*GetClusterRequest) GetName

func (x *GetClusterRequest) GetName() string

func (*GetClusterRequest) GetProjectId deprecated

func (x *GetClusterRequest) GetProjectId() string

Deprecated: Do not use.

func (*GetClusterRequest) GetZone deprecated

func (x *GetClusterRequest) GetZone() string

Deprecated: Do not use.

func (*GetClusterRequest) ProtoMessage

func (*GetClusterRequest) ProtoMessage()

func (*GetClusterRequest) ProtoReflect

func (x *GetClusterRequest) ProtoReflect() protoreflect.Message

func (*GetClusterRequest) Reset

func (x *GetClusterRequest) Reset()

func (*GetClusterRequest) String

func (x *GetClusterRequest) String() string

type GetJSONWebKeysRequest

type GetJSONWebKeysRequest struct {

	// The cluster (project, location, cluster name) to get keys for. Specified in
	// the format `projects/*/locations/*/clusters/*`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

GetJSONWebKeysRequest gets the public component of the keys used by the cluster to sign token requests. This will be the jwks_uri for the discover document returned by getOpenIDConfig. See the OpenID Connect Discovery 1.0 specification for details.

func (*GetJSONWebKeysRequest) Descriptor deprecated

func (*GetJSONWebKeysRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetJSONWebKeysRequest.ProtoReflect.Descriptor instead.

func (*GetJSONWebKeysRequest) GetParent

func (x *GetJSONWebKeysRequest) GetParent() string

func (*GetJSONWebKeysRequest) ProtoMessage

func (*GetJSONWebKeysRequest) ProtoMessage()

func (*GetJSONWebKeysRequest) ProtoReflect

func (x *GetJSONWebKeysRequest) ProtoReflect() protoreflect.Message

func (*GetJSONWebKeysRequest) Reset

func (x *GetJSONWebKeysRequest) Reset()

func (*GetJSONWebKeysRequest) String

func (x *GetJSONWebKeysRequest) String() string

type GetJSONWebKeysResponse

type GetJSONWebKeysResponse struct {

	// The public component of the keys used by the cluster to sign token
	// requests.
	Keys []*Jwk `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517

func (*GetJSONWebKeysResponse) Descriptor deprecated

func (*GetJSONWebKeysResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetJSONWebKeysResponse.ProtoReflect.Descriptor instead.

func (*GetJSONWebKeysResponse) GetKeys

func (x *GetJSONWebKeysResponse) GetKeys() []*Jwk

func (*GetJSONWebKeysResponse) ProtoMessage

func (*GetJSONWebKeysResponse) ProtoMessage()

func (*GetJSONWebKeysResponse) ProtoReflect

func (x *GetJSONWebKeysResponse) ProtoReflect() protoreflect.Message

func (*GetJSONWebKeysResponse) Reset

func (x *GetJSONWebKeysResponse) Reset()

func (*GetJSONWebKeysResponse) String

func (x *GetJSONWebKeysResponse) String() string

type GetNodePoolRequest

type GetNodePoolRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. Deprecated. The name of the node pool.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	NodePoolId string `protobuf:"bytes,4,opt,name=node_pool_id,json=nodePoolId,proto3" json:"node_pool_id,omitempty"`
	// The name (project, location, cluster, node pool id) of the node pool to
	// get. Specified in the format
	// `projects/*/locations/*/clusters/*/nodePools/*`.
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

GetNodePoolRequest retrieves a node pool for a cluster.

func (*GetNodePoolRequest) Descriptor deprecated

func (*GetNodePoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNodePoolRequest.ProtoReflect.Descriptor instead.

func (*GetNodePoolRequest) GetClusterId deprecated

func (x *GetNodePoolRequest) GetClusterId() string

Deprecated: Do not use.

func (*GetNodePoolRequest) GetName

func (x *GetNodePoolRequest) GetName() string

func (*GetNodePoolRequest) GetNodePoolId deprecated

func (x *GetNodePoolRequest) GetNodePoolId() string

Deprecated: Do not use.

func (*GetNodePoolRequest) GetProjectId deprecated

func (x *GetNodePoolRequest) GetProjectId() string

Deprecated: Do not use.

func (*GetNodePoolRequest) GetZone deprecated

func (x *GetNodePoolRequest) GetZone() string

Deprecated: Do not use.

func (*GetNodePoolRequest) ProtoMessage

func (*GetNodePoolRequest) ProtoMessage()

func (*GetNodePoolRequest) ProtoReflect

func (x *GetNodePoolRequest) ProtoReflect() protoreflect.Message

func (*GetNodePoolRequest) Reset

func (x *GetNodePoolRequest) Reset()

func (*GetNodePoolRequest) String

func (x *GetNodePoolRequest) String() string

type GetOpenIDConfigRequest

type GetOpenIDConfigRequest struct {

	// The cluster (project, location, cluster name) to get the discovery document
	// for. Specified in the format `projects/*/locations/*/clusters/*`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

GetOpenIDConfigRequest gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.

func (*GetOpenIDConfigRequest) Descriptor deprecated

func (*GetOpenIDConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOpenIDConfigRequest.ProtoReflect.Descriptor instead.

func (*GetOpenIDConfigRequest) GetParent

func (x *GetOpenIDConfigRequest) GetParent() string

func (*GetOpenIDConfigRequest) ProtoMessage

func (*GetOpenIDConfigRequest) ProtoMessage()

func (*GetOpenIDConfigRequest) ProtoReflect

func (x *GetOpenIDConfigRequest) ProtoReflect() protoreflect.Message

func (*GetOpenIDConfigRequest) Reset

func (x *GetOpenIDConfigRequest) Reset()

func (*GetOpenIDConfigRequest) String

func (x *GetOpenIDConfigRequest) String() string

type GetOpenIDConfigResponse

type GetOpenIDConfigResponse struct {

	// OIDC Issuer.
	Issuer string `protobuf:"bytes,1,opt,name=issuer,proto3" json:"issuer,omitempty"`
	// JSON Web Key uri.
	JwksUri string `protobuf:"bytes,2,opt,name=jwks_uri,json=jwksUri,proto3" json:"jwks_uri,omitempty"`
	// Supported response types.
	ResponseTypesSupported []string `` /* 129-byte string literal not displayed */
	// Supported subject types.
	SubjectTypesSupported []string `` /* 126-byte string literal not displayed */
	// supported ID Token signing Algorithms.
	IdTokenSigningAlgValuesSupported []string `` /* 165-byte string literal not displayed */
	// Supported claims.
	ClaimsSupported []string `protobuf:"bytes,6,rep,name=claims_supported,json=claimsSupported,proto3" json:"claims_supported,omitempty"`
	// Supported grant types.
	GrantTypes []string `protobuf:"bytes,7,rep,name=grant_types,json=grantTypes,proto3" json:"grant_types,omitempty"`
	// contains filtered or unexported fields
}

GetOpenIDConfigResponse is an OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.

func (*GetOpenIDConfigResponse) Descriptor deprecated

func (*GetOpenIDConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOpenIDConfigResponse.ProtoReflect.Descriptor instead.

func (*GetOpenIDConfigResponse) GetClaimsSupported

func (x *GetOpenIDConfigResponse) GetClaimsSupported() []string

func (*GetOpenIDConfigResponse) GetGrantTypes

func (x *GetOpenIDConfigResponse) GetGrantTypes() []string

func (*GetOpenIDConfigResponse) GetIdTokenSigningAlgValuesSupported

func (x *GetOpenIDConfigResponse) GetIdTokenSigningAlgValuesSupported() []string

func (*GetOpenIDConfigResponse) GetIssuer

func (x *GetOpenIDConfigResponse) GetIssuer() string

func (*GetOpenIDConfigResponse) GetJwksUri

func (x *GetOpenIDConfigResponse) GetJwksUri() string

func (*GetOpenIDConfigResponse) GetResponseTypesSupported

func (x *GetOpenIDConfigResponse) GetResponseTypesSupported() []string

func (*GetOpenIDConfigResponse) GetSubjectTypesSupported

func (x *GetOpenIDConfigResponse) GetSubjectTypesSupported() []string

func (*GetOpenIDConfigResponse) ProtoMessage

func (*GetOpenIDConfigResponse) ProtoMessage()

func (*GetOpenIDConfigResponse) ProtoReflect

func (x *GetOpenIDConfigResponse) ProtoReflect() protoreflect.Message

func (*GetOpenIDConfigResponse) Reset

func (x *GetOpenIDConfigResponse) Reset()

func (*GetOpenIDConfigResponse) String

func (x *GetOpenIDConfigResponse) String() string

type GetOperationRequest

type GetOperationRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The server-assigned `name` of the operation.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	OperationId string `protobuf:"bytes,3,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	// The name (project, location, operation id) of the operation to get.
	// Specified in the format `projects/*/locations/*/operations/*`.
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

GetOperationRequest gets a single operation.

func (*GetOperationRequest) Descriptor deprecated

func (*GetOperationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOperationRequest.ProtoReflect.Descriptor instead.

func (*GetOperationRequest) GetName

func (x *GetOperationRequest) GetName() string

func (*GetOperationRequest) GetOperationId deprecated

func (x *GetOperationRequest) GetOperationId() string

Deprecated: Do not use.

func (*GetOperationRequest) GetProjectId deprecated

func (x *GetOperationRequest) GetProjectId() string

Deprecated: Do not use.

func (*GetOperationRequest) GetZone deprecated

func (x *GetOperationRequest) GetZone() string

Deprecated: Do not use.

func (*GetOperationRequest) ProtoMessage

func (*GetOperationRequest) ProtoMessage()

func (*GetOperationRequest) ProtoReflect

func (x *GetOperationRequest) ProtoReflect() protoreflect.Message

func (*GetOperationRequest) Reset

func (x *GetOperationRequest) Reset()

func (*GetOperationRequest) String

func (x *GetOperationRequest) String() string

type GetServerConfigRequest

type GetServerConfigRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) to return
	// operations for. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// The name (project and location) of the server config to get,
	// specified in the format `projects/*/locations/*`.
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Gets the current Kubernetes Engine service configuration.

func (*GetServerConfigRequest) Descriptor deprecated

func (*GetServerConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetServerConfigRequest.ProtoReflect.Descriptor instead.

func (*GetServerConfigRequest) GetName

func (x *GetServerConfigRequest) GetName() string

func (*GetServerConfigRequest) GetProjectId deprecated

func (x *GetServerConfigRequest) GetProjectId() string

Deprecated: Do not use.

func (*GetServerConfigRequest) GetZone deprecated

func (x *GetServerConfigRequest) GetZone() string

Deprecated: Do not use.

func (*GetServerConfigRequest) ProtoMessage

func (*GetServerConfigRequest) ProtoMessage()

func (*GetServerConfigRequest) ProtoReflect

func (x *GetServerConfigRequest) ProtoReflect() protoreflect.Message

func (*GetServerConfigRequest) Reset

func (x *GetServerConfigRequest) Reset()

func (*GetServerConfigRequest) String

func (x *GetServerConfigRequest) String() string

type GkeBackupAgentConfig

type GkeBackupAgentConfig struct {

	// Whether the Backup for GKE agent is enabled for this cluster.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration for the Backup for GKE Agent.

func (*GkeBackupAgentConfig) Descriptor deprecated

func (*GkeBackupAgentConfig) Descriptor() ([]byte, []int)

Deprecated: Use GkeBackupAgentConfig.ProtoReflect.Descriptor instead.

func (*GkeBackupAgentConfig) GetEnabled

func (x *GkeBackupAgentConfig) GetEnabled() bool

func (*GkeBackupAgentConfig) ProtoMessage

func (*GkeBackupAgentConfig) ProtoMessage()

func (*GkeBackupAgentConfig) ProtoReflect

func (x *GkeBackupAgentConfig) ProtoReflect() protoreflect.Message

func (*GkeBackupAgentConfig) Reset

func (x *GkeBackupAgentConfig) Reset()

func (*GkeBackupAgentConfig) String

func (x *GkeBackupAgentConfig) String() string

type HorizontalPodAutoscaling

type HorizontalPodAutoscaling struct {

	// Whether the Horizontal Pod Autoscaling feature is enabled in the cluster.
	// When enabled, it ensures that metrics are collected into Stackdriver
	// Monitoring.
	Disabled bool `protobuf:"varint,1,opt,name=disabled,proto3" json:"disabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration options for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods.

func (*HorizontalPodAutoscaling) Descriptor deprecated

func (*HorizontalPodAutoscaling) Descriptor() ([]byte, []int)

Deprecated: Use HorizontalPodAutoscaling.ProtoReflect.Descriptor instead.

func (*HorizontalPodAutoscaling) GetDisabled

func (x *HorizontalPodAutoscaling) GetDisabled() bool

func (*HorizontalPodAutoscaling) ProtoMessage

func (*HorizontalPodAutoscaling) ProtoMessage()

func (*HorizontalPodAutoscaling) ProtoReflect

func (x *HorizontalPodAutoscaling) ProtoReflect() protoreflect.Message

func (*HorizontalPodAutoscaling) Reset

func (x *HorizontalPodAutoscaling) Reset()

func (*HorizontalPodAutoscaling) String

func (x *HorizontalPodAutoscaling) String() string

type HttpLoadBalancing

type HttpLoadBalancing struct {

	// Whether the HTTP Load Balancing controller is enabled in the cluster.
	// When enabled, it runs a small pod in the cluster that manages the load
	// balancers.
	Disabled bool `protobuf:"varint,1,opt,name=disabled,proto3" json:"disabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration options for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.

func (*HttpLoadBalancing) Descriptor deprecated

func (*HttpLoadBalancing) Descriptor() ([]byte, []int)

Deprecated: Use HttpLoadBalancing.ProtoReflect.Descriptor instead.

func (*HttpLoadBalancing) GetDisabled

func (x *HttpLoadBalancing) GetDisabled() bool

func (*HttpLoadBalancing) ProtoMessage

func (*HttpLoadBalancing) ProtoMessage()

func (*HttpLoadBalancing) ProtoReflect

func (x *HttpLoadBalancing) ProtoReflect() protoreflect.Message

func (*HttpLoadBalancing) Reset

func (x *HttpLoadBalancing) Reset()

func (*HttpLoadBalancing) String

func (x *HttpLoadBalancing) String() string

type ILBSubsettingConfig

type ILBSubsettingConfig struct {

	// Enables l4 ILB subsetting for this cluster
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

ILBSubsettingConfig contains the desired config of L4 Internal LoadBalancer subsetting on this cluster.

func (*ILBSubsettingConfig) Descriptor deprecated

func (*ILBSubsettingConfig) Descriptor() ([]byte, []int)

Deprecated: Use ILBSubsettingConfig.ProtoReflect.Descriptor instead.

func (*ILBSubsettingConfig) GetEnabled

func (x *ILBSubsettingConfig) GetEnabled() bool

func (*ILBSubsettingConfig) ProtoMessage

func (*ILBSubsettingConfig) ProtoMessage()

func (*ILBSubsettingConfig) ProtoReflect

func (x *ILBSubsettingConfig) ProtoReflect() protoreflect.Message

func (*ILBSubsettingConfig) Reset

func (x *ILBSubsettingConfig) Reset()

func (*ILBSubsettingConfig) String

func (x *ILBSubsettingConfig) String() string

type IPAllocationPolicy

type IPAllocationPolicy struct {

	// Whether alias IPs will be used for pod IPs in the cluster.
	// This is used in conjunction with use_routes. It cannot
	// be true if use_routes is true. If both use_ip_aliases and use_routes are
	// false, then the server picks the default IP allocation mode
	UseIpAliases bool `protobuf:"varint,1,opt,name=use_ip_aliases,json=useIpAliases,proto3" json:"use_ip_aliases,omitempty"`
	// Whether a new subnetwork will be created automatically for the cluster.
	//
	// This field is only applicable when `use_ip_aliases` is true.
	CreateSubnetwork bool `protobuf:"varint,2,opt,name=create_subnetwork,json=createSubnetwork,proto3" json:"create_subnetwork,omitempty"`
	// A custom subnetwork name to be used if `create_subnetwork` is true.  If
	// this field is empty, then an automatic name will be chosen for the new
	// subnetwork.
	SubnetworkName string `protobuf:"bytes,3,opt,name=subnetwork_name,json=subnetworkName,proto3" json:"subnetwork_name,omitempty"`
	// This field is deprecated, use cluster_ipv4_cidr_block.
	//
	// Deprecated: Do not use.
	ClusterIpv4Cidr string `protobuf:"bytes,4,opt,name=cluster_ipv4_cidr,json=clusterIpv4Cidr,proto3" json:"cluster_ipv4_cidr,omitempty"`
	// This field is deprecated, use node_ipv4_cidr_block.
	//
	// Deprecated: Do not use.
	NodeIpv4Cidr string `protobuf:"bytes,5,opt,name=node_ipv4_cidr,json=nodeIpv4Cidr,proto3" json:"node_ipv4_cidr,omitempty"`
	// This field is deprecated, use services_ipv4_cidr_block.
	//
	// Deprecated: Do not use.
	ServicesIpv4Cidr string `protobuf:"bytes,6,opt,name=services_ipv4_cidr,json=servicesIpv4Cidr,proto3" json:"services_ipv4_cidr,omitempty"`
	// The name of the secondary range to be used for the cluster CIDR
	// block.  The secondary range will be used for pod IP
	// addresses. This must be an existing secondary range associated
	// with the cluster subnetwork.
	//
	// This field is only applicable with use_ip_aliases and
	// create_subnetwork is false.
	ClusterSecondaryRangeName string `` /* 140-byte string literal not displayed */
	// The name of the secondary range to be used as for the services
	// CIDR block.  The secondary range will be used for service
	// ClusterIPs. This must be an existing secondary range associated
	// with the cluster subnetwork.
	//
	// This field is only applicable with use_ip_aliases and
	// create_subnetwork is false.
	ServicesSecondaryRangeName string `` /* 143-byte string literal not displayed */
	// The IP address range for the cluster pod IPs. If this field is set, then
	// `cluster.cluster_ipv4_cidr` must be left blank.
	//
	// This field is only applicable when `use_ip_aliases` is true.
	//
	// Set to blank to have a range chosen with the default size.
	//
	// Set to /netmask (e.g. `/14`) to have a range chosen with a specific
	// netmask.
	//
	// Set to a
	// [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
	// notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g.
	// `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range
	// to use.
	ClusterIpv4CidrBlock string `protobuf:"bytes,9,opt,name=cluster_ipv4_cidr_block,json=clusterIpv4CidrBlock,proto3" json:"cluster_ipv4_cidr_block,omitempty"`
	// The IP address range of the instance IPs in this cluster.
	//
	// This is applicable only if `create_subnetwork` is true.
	//
	// Set to blank to have a range chosen with the default size.
	//
	// Set to /netmask (e.g. `/14`) to have a range chosen with a specific
	// netmask.
	//
	// Set to a
	// [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
	// notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g.
	// `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range
	// to use.
	NodeIpv4CidrBlock string `protobuf:"bytes,10,opt,name=node_ipv4_cidr_block,json=nodeIpv4CidrBlock,proto3" json:"node_ipv4_cidr_block,omitempty"`
	// The IP address range of the services IPs in this cluster. If blank, a range
	// will be automatically chosen with the default size.
	//
	// This field is only applicable when `use_ip_aliases` is true.
	//
	// Set to blank to have a range chosen with the default size.
	//
	// Set to /netmask (e.g. `/14`) to have a range chosen with a specific
	// netmask.
	//
	// Set to a
	// [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
	// notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g.
	// `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range
	// to use.
	ServicesIpv4CidrBlock string `` /* 129-byte string literal not displayed */
	// If true, allow allocation of cluster CIDR ranges that overlap with certain
	// kinds of network routes. By default we do not allow cluster CIDR ranges to
	// intersect with any user declared routes. With allow_route_overlap == true,
	// we allow overlapping with CIDR ranges that are larger than the cluster CIDR
	// range.
	//
	// If this field is set to true, then cluster and services CIDRs must be
	// fully-specified (e.g. `10.96.0.0/14`, but not `/14`), which means:
	//  1. When `use_ip_aliases` is true, `cluster_ipv4_cidr_block` and
	//     `services_ipv4_cidr_block` must be fully-specified.
	//  2. When `use_ip_aliases` is false, `cluster.cluster_ipv4_cidr` muse be
	//     fully-specified.
	AllowRouteOverlap bool `protobuf:"varint,12,opt,name=allow_route_overlap,json=allowRouteOverlap,proto3" json:"allow_route_overlap,omitempty"`
	// The IP address range of the Cloud TPUs in this cluster. If unspecified, a
	// range will be automatically chosen with the default size.
	//
	// This field is only applicable when `use_ip_aliases` is true.
	//
	// If unspecified, the range will use the default size.
	//
	// Set to /netmask (e.g. `/14`) to have a range chosen with a specific
	// netmask.
	//
	// Set to a
	// [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
	// notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g.
	// `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range
	// to use.
	// This field is deprecated, use cluster.tpu_config.ipv4_cidr_block instead.
	TpuIpv4CidrBlock string `protobuf:"bytes,13,opt,name=tpu_ipv4_cidr_block,json=tpuIpv4CidrBlock,proto3" json:"tpu_ipv4_cidr_block,omitempty"`
	// Whether routes will be used for pod IPs in the cluster.
	// This is used in conjunction with use_ip_aliases. It cannot be true if
	// use_ip_aliases is true. If both use_ip_aliases and use_routes are false,
	// then the server picks the default IP allocation mode
	UseRoutes bool `protobuf:"varint,15,opt,name=use_routes,json=useRoutes,proto3" json:"use_routes,omitempty"`
	// IP stack type
	StackType IPAllocationPolicy_StackType `` /* 149-byte string literal not displayed */
	// The ipv6 access type (internal or external) when create_subnetwork is true
	Ipv6AccessType IPAllocationPolicy_IPv6AccessType `` /* 171-byte string literal not displayed */
	// Output only. [Output only] The subnet's IPv6 CIDR block used by nodes and
	// pods.
	SubnetIpv6CidrBlock string `protobuf:"bytes,22,opt,name=subnet_ipv6_cidr_block,json=subnetIpv6CidrBlock,proto3" json:"subnet_ipv6_cidr_block,omitempty"`
	// Output only. [Output only] The services IPv6 CIDR block for the cluster.
	ServicesIpv6CidrBlock string `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

Configuration for controlling how IPs are allocated in the cluster.

func (*IPAllocationPolicy) Descriptor deprecated

func (*IPAllocationPolicy) Descriptor() ([]byte, []int)

Deprecated: Use IPAllocationPolicy.ProtoReflect.Descriptor instead.

func (*IPAllocationPolicy) GetAllowRouteOverlap

func (x *IPAllocationPolicy) GetAllowRouteOverlap() bool

func (*IPAllocationPolicy) GetClusterIpv4Cidr deprecated

func (x *IPAllocationPolicy) GetClusterIpv4Cidr() string

Deprecated: Do not use.

func (*IPAllocationPolicy) GetClusterIpv4CidrBlock

func (x *IPAllocationPolicy) GetClusterIpv4CidrBlock() string

func (*IPAllocationPolicy) GetClusterSecondaryRangeName

func (x *IPAllocationPolicy) GetClusterSecondaryRangeName() string

func (*IPAllocationPolicy) GetCreateSubnetwork

func (x *IPAllocationPolicy) GetCreateSubnetwork() bool

func (*IPAllocationPolicy) GetIpv6AccessType

func (*IPAllocationPolicy) GetNodeIpv4Cidr deprecated

func (x *IPAllocationPolicy) GetNodeIpv4Cidr() string

Deprecated: Do not use.

func (*IPAllocationPolicy) GetNodeIpv4CidrBlock

func (x *IPAllocationPolicy) GetNodeIpv4CidrBlock() string

func (*IPAllocationPolicy) GetServicesIpv4Cidr deprecated

func (x *IPAllocationPolicy) GetServicesIpv4Cidr() string

Deprecated: Do not use.

func (*IPAllocationPolicy) GetServicesIpv4CidrBlock

func (x *IPAllocationPolicy) GetServicesIpv4CidrBlock() string

func (*IPAllocationPolicy) GetServicesIpv6CidrBlock

func (x *IPAllocationPolicy) GetServicesIpv6CidrBlock() string

func (*IPAllocationPolicy) GetServicesSecondaryRangeName

func (x *IPAllocationPolicy) GetServicesSecondaryRangeName() string

func (*IPAllocationPolicy) GetStackType

func (*IPAllocationPolicy) GetSubnetIpv6CidrBlock

func (x *IPAllocationPolicy) GetSubnetIpv6CidrBlock() string

func (*IPAllocationPolicy) GetSubnetworkName

func (x *IPAllocationPolicy) GetSubnetworkName() string

func (*IPAllocationPolicy) GetTpuIpv4CidrBlock

func (x *IPAllocationPolicy) GetTpuIpv4CidrBlock() string

func (*IPAllocationPolicy) GetUseIpAliases

func (x *IPAllocationPolicy) GetUseIpAliases() bool

func (*IPAllocationPolicy) GetUseRoutes

func (x *IPAllocationPolicy) GetUseRoutes() bool

func (*IPAllocationPolicy) ProtoMessage

func (*IPAllocationPolicy) ProtoMessage()

func (*IPAllocationPolicy) ProtoReflect

func (x *IPAllocationPolicy) ProtoReflect() protoreflect.Message

func (*IPAllocationPolicy) Reset

func (x *IPAllocationPolicy) Reset()

func (*IPAllocationPolicy) String

func (x *IPAllocationPolicy) String() string

type IPAllocationPolicy_IPv6AccessType

type IPAllocationPolicy_IPv6AccessType int32

IPv6 access type

const (
	// Default value, will be defaulted as type external.
	IPAllocationPolicy_IPV6_ACCESS_TYPE_UNSPECIFIED IPAllocationPolicy_IPv6AccessType = 0
	// Access type internal (all v6 addresses are internal IPs)
	IPAllocationPolicy_INTERNAL IPAllocationPolicy_IPv6AccessType = 1
	// Access type external (all v6 addresses are external IPs)
	IPAllocationPolicy_EXTERNAL IPAllocationPolicy_IPv6AccessType = 2
)

func (IPAllocationPolicy_IPv6AccessType) Descriptor

func (IPAllocationPolicy_IPv6AccessType) Enum

func (IPAllocationPolicy_IPv6AccessType) EnumDescriptor deprecated

func (IPAllocationPolicy_IPv6AccessType) EnumDescriptor() ([]byte, []int)

Deprecated: Use IPAllocationPolicy_IPv6AccessType.Descriptor instead.

func (IPAllocationPolicy_IPv6AccessType) Number

func (IPAllocationPolicy_IPv6AccessType) String

func (IPAllocationPolicy_IPv6AccessType) Type

type IPAllocationPolicy_StackType

type IPAllocationPolicy_StackType int32

Possible values for IP stack type

const (
	// By default, the clusters will be IPV4 only
	IPAllocationPolicy_STACK_TYPE_UNSPECIFIED IPAllocationPolicy_StackType = 0
	// The value used if the cluster is a IPV4 only
	IPAllocationPolicy_IPV4 IPAllocationPolicy_StackType = 1
	// The value used if the cluster is a dual stack cluster
	IPAllocationPolicy_IPV4_IPV6 IPAllocationPolicy_StackType = 2
)

func (IPAllocationPolicy_StackType) Descriptor

func (IPAllocationPolicy_StackType) Enum

func (IPAllocationPolicy_StackType) EnumDescriptor deprecated

func (IPAllocationPolicy_StackType) EnumDescriptor() ([]byte, []int)

Deprecated: Use IPAllocationPolicy_StackType.Descriptor instead.

func (IPAllocationPolicy_StackType) Number

func (IPAllocationPolicy_StackType) String

func (IPAllocationPolicy_StackType) Type

type IdentityServiceConfig

type IdentityServiceConfig struct {

	// Whether to enable the Identity Service component
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

IdentityServiceConfig is configuration for Identity Service which allows customers to use external identity providers with the K8S API

func (*IdentityServiceConfig) Descriptor deprecated

func (*IdentityServiceConfig) Descriptor() ([]byte, []int)

Deprecated: Use IdentityServiceConfig.ProtoReflect.Descriptor instead.

func (*IdentityServiceConfig) GetEnabled

func (x *IdentityServiceConfig) GetEnabled() bool

func (*IdentityServiceConfig) ProtoMessage

func (*IdentityServiceConfig) ProtoMessage()

func (*IdentityServiceConfig) ProtoReflect

func (x *IdentityServiceConfig) ProtoReflect() protoreflect.Message

func (*IdentityServiceConfig) Reset

func (x *IdentityServiceConfig) Reset()

func (*IdentityServiceConfig) String

func (x *IdentityServiceConfig) String() string

type IntraNodeVisibilityConfig

type IntraNodeVisibilityConfig struct {

	// Enables intra node visibility for this cluster.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

IntraNodeVisibilityConfig contains the desired config of the intra-node visibility on this cluster.

func (*IntraNodeVisibilityConfig) Descriptor deprecated

func (*IntraNodeVisibilityConfig) Descriptor() ([]byte, []int)

Deprecated: Use IntraNodeVisibilityConfig.ProtoReflect.Descriptor instead.

func (*IntraNodeVisibilityConfig) GetEnabled

func (x *IntraNodeVisibilityConfig) GetEnabled() bool

func (*IntraNodeVisibilityConfig) ProtoMessage

func (*IntraNodeVisibilityConfig) ProtoMessage()

func (*IntraNodeVisibilityConfig) ProtoReflect

func (*IntraNodeVisibilityConfig) Reset

func (x *IntraNodeVisibilityConfig) Reset()

func (*IntraNodeVisibilityConfig) String

func (x *IntraNodeVisibilityConfig) String() string

type IstioConfig

type IstioConfig struct {

	// Whether Istio is enabled for this cluster.
	//
	// Deprecated: Do not use.
	Disabled bool `protobuf:"varint,1,opt,name=disabled,proto3" json:"disabled,omitempty"`
	// The specified Istio auth mode, either none, or mutual TLS.
	//
	// Deprecated: Do not use.
	Auth IstioConfig_IstioAuthMode `protobuf:"varint,2,opt,name=auth,proto3,enum=google.container.v1beta1.IstioConfig_IstioAuthMode" json:"auth,omitempty"`
	// contains filtered or unexported fields
}

Configuration options for Istio addon.

func (*IstioConfig) Descriptor deprecated

func (*IstioConfig) Descriptor() ([]byte, []int)

Deprecated: Use IstioConfig.ProtoReflect.Descriptor instead.

func (*IstioConfig) GetAuth deprecated

Deprecated: Do not use.

func (*IstioConfig) GetDisabled deprecated

func (x *IstioConfig) GetDisabled() bool

Deprecated: Do not use.

func (*IstioConfig) ProtoMessage

func (*IstioConfig) ProtoMessage()

func (*IstioConfig) ProtoReflect

func (x *IstioConfig) ProtoReflect() protoreflect.Message

func (*IstioConfig) Reset

func (x *IstioConfig) Reset()

func (*IstioConfig) String

func (x *IstioConfig) String() string

type IstioConfig_IstioAuthMode

type IstioConfig_IstioAuthMode int32

Istio auth mode, https://istio.io/docs/concepts/security/mutual-tls.html

const (
	// auth not enabled
	IstioConfig_AUTH_NONE IstioConfig_IstioAuthMode = 0
	// auth mutual TLS enabled
	IstioConfig_AUTH_MUTUAL_TLS IstioConfig_IstioAuthMode = 1
)

func (IstioConfig_IstioAuthMode) Descriptor

func (IstioConfig_IstioAuthMode) Enum

func (IstioConfig_IstioAuthMode) EnumDescriptor deprecated

func (IstioConfig_IstioAuthMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use IstioConfig_IstioAuthMode.Descriptor instead.

func (IstioConfig_IstioAuthMode) Number

func (IstioConfig_IstioAuthMode) String

func (x IstioConfig_IstioAuthMode) String() string

func (IstioConfig_IstioAuthMode) Type

type Jwk

type Jwk struct {

	// Key Type.
	Kty string `protobuf:"bytes,1,opt,name=kty,proto3" json:"kty,omitempty"`
	// Algorithm.
	Alg string `protobuf:"bytes,2,opt,name=alg,proto3" json:"alg,omitempty"`
	// Permitted uses for the public keys.
	Use string `protobuf:"bytes,3,opt,name=use,proto3" json:"use,omitempty"`
	// Key ID.
	Kid string `protobuf:"bytes,4,opt,name=kid,proto3" json:"kid,omitempty"`
	// Used for RSA keys.
	N string `protobuf:"bytes,5,opt,name=n,proto3" json:"n,omitempty"`
	// Used for RSA keys.
	E string `protobuf:"bytes,6,opt,name=e,proto3" json:"e,omitempty"`
	// Used for ECDSA keys.
	X string `protobuf:"bytes,7,opt,name=x,proto3" json:"x,omitempty"`
	// Used for ECDSA keys.
	Y string `protobuf:"bytes,8,opt,name=y,proto3" json:"y,omitempty"`
	// Used for ECDSA keys.
	Crv string `protobuf:"bytes,9,opt,name=crv,proto3" json:"crv,omitempty"`
	// contains filtered or unexported fields
}

Jwk is a JSON Web Key as specified in RFC 7517

func (*Jwk) Descriptor deprecated

func (*Jwk) Descriptor() ([]byte, []int)

Deprecated: Use Jwk.ProtoReflect.Descriptor instead.

func (*Jwk) GetAlg

func (x *Jwk) GetAlg() string

func (*Jwk) GetCrv

func (x *Jwk) GetCrv() string

func (*Jwk) GetE

func (x *Jwk) GetE() string

func (*Jwk) GetKid

func (x *Jwk) GetKid() string

func (*Jwk) GetKty

func (x *Jwk) GetKty() string

func (*Jwk) GetN

func (x *Jwk) GetN() string

func (*Jwk) GetUse

func (x *Jwk) GetUse() string

func (*Jwk) GetX

func (x *Jwk) GetX() string

func (*Jwk) GetY

func (x *Jwk) GetY() string

func (*Jwk) ProtoMessage

func (*Jwk) ProtoMessage()

func (*Jwk) ProtoReflect

func (x *Jwk) ProtoReflect() protoreflect.Message

func (*Jwk) Reset

func (x *Jwk) Reset()

func (*Jwk) String

func (x *Jwk) String() string

type KalmConfig

type KalmConfig struct {

	// Whether KALM is enabled for this cluster.
	//
	// Deprecated: Do not use.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration options for the KALM addon.

func (*KalmConfig) Descriptor deprecated

func (*KalmConfig) Descriptor() ([]byte, []int)

Deprecated: Use KalmConfig.ProtoReflect.Descriptor instead.

func (*KalmConfig) GetEnabled deprecated

func (x *KalmConfig) GetEnabled() bool

Deprecated: Do not use.

func (*KalmConfig) ProtoMessage

func (*KalmConfig) ProtoMessage()

func (*KalmConfig) ProtoReflect

func (x *KalmConfig) ProtoReflect() protoreflect.Message

func (*KalmConfig) Reset

func (x *KalmConfig) Reset()

func (*KalmConfig) String

func (x *KalmConfig) String() string

type KubernetesDashboard

type KubernetesDashboard struct {

	// Whether the Kubernetes Dashboard is enabled for this cluster.
	Disabled bool `protobuf:"varint,1,opt,name=disabled,proto3" json:"disabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration for the Kubernetes Dashboard.

func (*KubernetesDashboard) Descriptor deprecated

func (*KubernetesDashboard) Descriptor() ([]byte, []int)

Deprecated: Use KubernetesDashboard.ProtoReflect.Descriptor instead.

func (*KubernetesDashboard) GetDisabled

func (x *KubernetesDashboard) GetDisabled() bool

func (*KubernetesDashboard) ProtoMessage

func (*KubernetesDashboard) ProtoMessage()

func (*KubernetesDashboard) ProtoReflect

func (x *KubernetesDashboard) ProtoReflect() protoreflect.Message

func (*KubernetesDashboard) Reset

func (x *KubernetesDashboard) Reset()

func (*KubernetesDashboard) String

func (x *KubernetesDashboard) String() string

type LegacyAbac

type LegacyAbac struct {

	// Whether the ABAC authorizer is enabled for this cluster. When enabled,
	// identities in the system, including service accounts, nodes, and
	// controllers, will have statically granted permissions beyond those
	// provided by the RBAC configuration or IAM.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration for the legacy Attribute Based Access Control authorization mode.

func (*LegacyAbac) Descriptor deprecated

func (*LegacyAbac) Descriptor() ([]byte, []int)

Deprecated: Use LegacyAbac.ProtoReflect.Descriptor instead.

func (*LegacyAbac) GetEnabled

func (x *LegacyAbac) GetEnabled() bool

func (*LegacyAbac) ProtoMessage

func (*LegacyAbac) ProtoMessage()

func (*LegacyAbac) ProtoReflect

func (x *LegacyAbac) ProtoReflect() protoreflect.Message

func (*LegacyAbac) Reset

func (x *LegacyAbac) Reset()

func (*LegacyAbac) String

func (x *LegacyAbac) String() string

type LinuxNodeConfig

type LinuxNodeConfig struct {

	// The Linux kernel parameters to be applied to the nodes and all pods running
	// on the nodes.
	//
	// The following parameters are supported.
	//
	// net.core.busy_poll
	// net.core.busy_read
	// net.core.netdev_max_backlog
	// net.core.rmem_max
	// net.core.wmem_default
	// net.core.wmem_max
	// net.core.optmem_max
	// net.core.somaxconn
	// net.ipv4.tcp_rmem
	// net.ipv4.tcp_wmem
	// net.ipv4.tcp_tw_reuse
	Sysctls map[string]string `` /* 155-byte string literal not displayed */
	// cgroup_mode specifies the cgroup mode to be used on the node.
	CgroupMode LinuxNodeConfig_CgroupMode `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

Parameters that can be configured on Linux nodes.

func (*LinuxNodeConfig) Descriptor deprecated

func (*LinuxNodeConfig) Descriptor() ([]byte, []int)

Deprecated: Use LinuxNodeConfig.ProtoReflect.Descriptor instead.

func (*LinuxNodeConfig) GetCgroupMode

func (x *LinuxNodeConfig) GetCgroupMode() LinuxNodeConfig_CgroupMode

func (*LinuxNodeConfig) GetSysctls

func (x *LinuxNodeConfig) GetSysctls() map[string]string

func (*LinuxNodeConfig) ProtoMessage

func (*LinuxNodeConfig) ProtoMessage()

func (*LinuxNodeConfig) ProtoReflect

func (x *LinuxNodeConfig) ProtoReflect() protoreflect.Message

func (*LinuxNodeConfig) Reset

func (x *LinuxNodeConfig) Reset()

func (*LinuxNodeConfig) String

func (x *LinuxNodeConfig) String() string

type LinuxNodeConfig_CgroupMode

type LinuxNodeConfig_CgroupMode int32

Possible cgroup modes that can be used.

const (
	// CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used.
	// The default for the GKE node OS image will be used.
	LinuxNodeConfig_CGROUP_MODE_UNSPECIFIED LinuxNodeConfig_CgroupMode = 0
	// CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on
	// the node image.
	LinuxNodeConfig_CGROUP_MODE_V1 LinuxNodeConfig_CgroupMode = 1
	// CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on
	// the node image.
	LinuxNodeConfig_CGROUP_MODE_V2 LinuxNodeConfig_CgroupMode = 2
)

func (LinuxNodeConfig_CgroupMode) Descriptor

func (LinuxNodeConfig_CgroupMode) Enum

func (LinuxNodeConfig_CgroupMode) EnumDescriptor deprecated

func (LinuxNodeConfig_CgroupMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use LinuxNodeConfig_CgroupMode.Descriptor instead.

func (LinuxNodeConfig_CgroupMode) Number

func (LinuxNodeConfig_CgroupMode) String

func (LinuxNodeConfig_CgroupMode) Type

type ListClustersRequest

type ListClustersRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the parent field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides, or "-" for all zones. This field has been deprecated and
	// replaced by the parent field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// The parent (project and location) where the clusters will be listed.
	// Specified in the format `projects/*/locations/*`.
	// Location "-" matches all zones and all regions.
	Parent string `protobuf:"bytes,4,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

ListClustersRequest lists clusters.

func (*ListClustersRequest) Descriptor deprecated

func (*ListClustersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListClustersRequest.ProtoReflect.Descriptor instead.

func (*ListClustersRequest) GetParent

func (x *ListClustersRequest) GetParent() string

func (*ListClustersRequest) GetProjectId deprecated

func (x *ListClustersRequest) GetProjectId() string

Deprecated: Do not use.

func (*ListClustersRequest) GetZone deprecated

func (x *ListClustersRequest) GetZone() string

Deprecated: Do not use.

func (*ListClustersRequest) ProtoMessage

func (*ListClustersRequest) ProtoMessage()

func (*ListClustersRequest) ProtoReflect

func (x *ListClustersRequest) ProtoReflect() protoreflect.Message

func (*ListClustersRequest) Reset

func (x *ListClustersRequest) Reset()

func (*ListClustersRequest) String

func (x *ListClustersRequest) String() string

type ListClustersResponse

type ListClustersResponse struct {

	// A list of clusters in the project in the specified zone, or
	// across all ones.
	Clusters []*Cluster `protobuf:"bytes,1,rep,name=clusters,proto3" json:"clusters,omitempty"`
	// If any zones are listed here, the list of clusters returned
	// may be missing those zones.
	MissingZones []string `protobuf:"bytes,2,rep,name=missing_zones,json=missingZones,proto3" json:"missing_zones,omitempty"`
	// contains filtered or unexported fields
}

ListClustersResponse is the result of ListClustersRequest.

func (*ListClustersResponse) Descriptor deprecated

func (*ListClustersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListClustersResponse.ProtoReflect.Descriptor instead.

func (*ListClustersResponse) GetClusters

func (x *ListClustersResponse) GetClusters() []*Cluster

func (*ListClustersResponse) GetMissingZones

func (x *ListClustersResponse) GetMissingZones() []string

func (*ListClustersResponse) ProtoMessage

func (*ListClustersResponse) ProtoMessage()

func (*ListClustersResponse) ProtoReflect

func (x *ListClustersResponse) ProtoReflect() protoreflect.Message

func (*ListClustersResponse) Reset

func (x *ListClustersResponse) Reset()

func (*ListClustersResponse) String

func (x *ListClustersResponse) String() string

type ListLocationsRequest

type ListLocationsRequest struct {

	// Required. Contains the name of the resource requested.
	// Specified in the format `projects/*`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

ListLocationsRequest is used to request the locations that offer GKE.

func (*ListLocationsRequest) Descriptor deprecated

func (*ListLocationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListLocationsRequest.ProtoReflect.Descriptor instead.

func (*ListLocationsRequest) GetParent

func (x *ListLocationsRequest) GetParent() string

func (*ListLocationsRequest) ProtoMessage

func (*ListLocationsRequest) ProtoMessage()

func (*ListLocationsRequest) ProtoReflect

func (x *ListLocationsRequest) ProtoReflect() protoreflect.Message

func (*ListLocationsRequest) Reset

func (x *ListLocationsRequest) Reset()

func (*ListLocationsRequest) String

func (x *ListLocationsRequest) String() string

type ListLocationsResponse

type ListLocationsResponse struct {

	// A full list of GKE locations.
	Locations []*Location `protobuf:"bytes,1,rep,name=locations,proto3" json:"locations,omitempty"`
	// Only return ListLocationsResponse that occur after the page_token. This
	// value should be populated from the ListLocationsResponse.next_page_token if
	// that response token was set (which happens when listing more Locations than
	// fit in a single ListLocationsResponse).
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

ListLocationsResponse returns the list of all GKE locations and their recommendation state.

func (*ListLocationsResponse) Descriptor deprecated

func (*ListLocationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListLocationsResponse.ProtoReflect.Descriptor instead.

func (*ListLocationsResponse) GetLocations

func (x *ListLocationsResponse) GetLocations() []*Location

func (*ListLocationsResponse) GetNextPageToken

func (x *ListLocationsResponse) GetNextPageToken() string

func (*ListLocationsResponse) ProtoMessage

func (*ListLocationsResponse) ProtoMessage()

func (*ListLocationsResponse) ProtoReflect

func (x *ListLocationsResponse) ProtoReflect() protoreflect.Message

func (*ListLocationsResponse) Reset

func (x *ListLocationsResponse) Reset()

func (*ListLocationsResponse) String

func (x *ListLocationsResponse) String() string

type ListNodePoolsRequest

type ListNodePoolsRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the parent field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the parent
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster.
	// This field has been deprecated and replaced by the parent field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// The parent (project, location, cluster name) where the node pools will be
	// listed. Specified in the format `projects/*/locations/*/clusters/*`.
	Parent string `protobuf:"bytes,5,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

ListNodePoolsRequest lists the node pool(s) for a cluster.

func (*ListNodePoolsRequest) Descriptor deprecated

func (*ListNodePoolsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListNodePoolsRequest.ProtoReflect.Descriptor instead.

func (*ListNodePoolsRequest) GetClusterId deprecated

func (x *ListNodePoolsRequest) GetClusterId() string

Deprecated: Do not use.

func (*ListNodePoolsRequest) GetParent

func (x *ListNodePoolsRequest) GetParent() string

func (*ListNodePoolsRequest) GetProjectId deprecated

func (x *ListNodePoolsRequest) GetProjectId() string

Deprecated: Do not use.

func (*ListNodePoolsRequest) GetZone deprecated

func (x *ListNodePoolsRequest) GetZone() string

Deprecated: Do not use.

func (*ListNodePoolsRequest) ProtoMessage

func (*ListNodePoolsRequest) ProtoMessage()

func (*ListNodePoolsRequest) ProtoReflect

func (x *ListNodePoolsRequest) ProtoReflect() protoreflect.Message

func (*ListNodePoolsRequest) Reset

func (x *ListNodePoolsRequest) Reset()

func (*ListNodePoolsRequest) String

func (x *ListNodePoolsRequest) String() string

type ListNodePoolsResponse

type ListNodePoolsResponse struct {

	// A list of node pools for a cluster.
	NodePools []*NodePool `protobuf:"bytes,1,rep,name=node_pools,json=nodePools,proto3" json:"node_pools,omitempty"`
	// contains filtered or unexported fields
}

ListNodePoolsResponse is the result of ListNodePoolsRequest.

func (*ListNodePoolsResponse) Descriptor deprecated

func (*ListNodePoolsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListNodePoolsResponse.ProtoReflect.Descriptor instead.

func (*ListNodePoolsResponse) GetNodePools

func (x *ListNodePoolsResponse) GetNodePools() []*NodePool

func (*ListNodePoolsResponse) ProtoMessage

func (*ListNodePoolsResponse) ProtoMessage()

func (*ListNodePoolsResponse) ProtoReflect

func (x *ListNodePoolsResponse) ProtoReflect() protoreflect.Message

func (*ListNodePoolsResponse) Reset

func (x *ListNodePoolsResponse) Reset()

func (*ListNodePoolsResponse) String

func (x *ListNodePoolsResponse) String() string

type ListOperationsRequest

type ListOperationsRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the parent field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) to return
	// operations for, or `-` for all zones. This field has been deprecated and
	// replaced by the parent field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// The parent (project and location) where the operations will be listed.
	// Specified in the format `projects/*/locations/*`.
	// Location "-" matches all zones and all regions.
	Parent string `protobuf:"bytes,4,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

ListOperationsRequest lists operations.

func (*ListOperationsRequest) Descriptor deprecated

func (*ListOperationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOperationsRequest.ProtoReflect.Descriptor instead.

func (*ListOperationsRequest) GetParent

func (x *ListOperationsRequest) GetParent() string

func (*ListOperationsRequest) GetProjectId deprecated

func (x *ListOperationsRequest) GetProjectId() string

Deprecated: Do not use.

func (*ListOperationsRequest) GetZone deprecated

func (x *ListOperationsRequest) GetZone() string

Deprecated: Do not use.

func (*ListOperationsRequest) ProtoMessage

func (*ListOperationsRequest) ProtoMessage()

func (*ListOperationsRequest) ProtoReflect

func (x *ListOperationsRequest) ProtoReflect() protoreflect.Message

func (*ListOperationsRequest) Reset

func (x *ListOperationsRequest) Reset()

func (*ListOperationsRequest) String

func (x *ListOperationsRequest) String() string

type ListOperationsResponse

type ListOperationsResponse struct {

	// A list of operations in the project in the specified zone.
	Operations []*Operation `protobuf:"bytes,1,rep,name=operations,proto3" json:"operations,omitempty"`
	// If any zones are listed here, the list of operations returned
	// may be missing the operations from those zones.
	MissingZones []string `protobuf:"bytes,2,rep,name=missing_zones,json=missingZones,proto3" json:"missing_zones,omitempty"`
	// contains filtered or unexported fields
}

ListOperationsResponse is the result of ListOperationsRequest.

func (*ListOperationsResponse) Descriptor deprecated

func (*ListOperationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOperationsResponse.ProtoReflect.Descriptor instead.

func (*ListOperationsResponse) GetMissingZones

func (x *ListOperationsResponse) GetMissingZones() []string

func (*ListOperationsResponse) GetOperations

func (x *ListOperationsResponse) GetOperations() []*Operation

func (*ListOperationsResponse) ProtoMessage

func (*ListOperationsResponse) ProtoMessage()

func (*ListOperationsResponse) ProtoReflect

func (x *ListOperationsResponse) ProtoReflect() protoreflect.Message

func (*ListOperationsResponse) Reset

func (x *ListOperationsResponse) Reset()

func (*ListOperationsResponse) String

func (x *ListOperationsResponse) String() string

type ListUsableSubnetworksRequest

type ListUsableSubnetworksRequest struct {

	// Required. The parent project where subnetworks are usable.
	// Specified in the format `projects/*`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Filtering currently only supports equality on the networkProjectId and must
	// be in the form: "networkProjectId=[PROJECTID]", where `networkProjectId`
	// is the project which owns the listed subnetworks. This defaults to the
	// parent project ID.
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// The max number of results per page that should be returned. If the number
	// of available results is larger than `page_size`, a `next_page_token` is
	// returned which can be used to get the next page of results in subsequent
	// requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// Specifies a page token to use. Set this to the nextPageToken returned by
	// previous list requests to get the next page of results.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

ListUsableSubnetworksRequest requests the list of usable subnetworks. available to a user for creating clusters.

func (*ListUsableSubnetworksRequest) Descriptor deprecated

func (*ListUsableSubnetworksRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUsableSubnetworksRequest.ProtoReflect.Descriptor instead.

func (*ListUsableSubnetworksRequest) GetFilter

func (x *ListUsableSubnetworksRequest) GetFilter() string

func (*ListUsableSubnetworksRequest) GetPageSize

func (x *ListUsableSubnetworksRequest) GetPageSize() int32

func (*ListUsableSubnetworksRequest) GetPageToken

func (x *ListUsableSubnetworksRequest) GetPageToken() string

func (*ListUsableSubnetworksRequest) GetParent

func (x *ListUsableSubnetworksRequest) GetParent() string

func (*ListUsableSubnetworksRequest) ProtoMessage

func (*ListUsableSubnetworksRequest) ProtoMessage()

func (*ListUsableSubnetworksRequest) ProtoReflect

func (*ListUsableSubnetworksRequest) Reset

func (x *ListUsableSubnetworksRequest) Reset()

func (*ListUsableSubnetworksRequest) String

type ListUsableSubnetworksResponse

type ListUsableSubnetworksResponse struct {

	// A list of usable subnetworks in the specified network project.
	Subnetworks []*UsableSubnetwork `protobuf:"bytes,1,rep,name=subnetworks,proto3" json:"subnetworks,omitempty"`
	// This token allows you to get the next page of results for list requests.
	// If the number of results is larger than `page_size`, use the
	// `next_page_token` as a value for the query parameter `page_token` in the
	// next request. The value will become empty when there are no more pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

ListUsableSubnetworksResponse is the response of ListUsableSubnetworksRequest.

func (*ListUsableSubnetworksResponse) Descriptor deprecated

func (*ListUsableSubnetworksResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUsableSubnetworksResponse.ProtoReflect.Descriptor instead.

func (*ListUsableSubnetworksResponse) GetNextPageToken

func (x *ListUsableSubnetworksResponse) GetNextPageToken() string

func (*ListUsableSubnetworksResponse) GetSubnetworks

func (x *ListUsableSubnetworksResponse) GetSubnetworks() []*UsableSubnetwork

func (*ListUsableSubnetworksResponse) ProtoMessage

func (*ListUsableSubnetworksResponse) ProtoMessage()

func (*ListUsableSubnetworksResponse) ProtoReflect

func (*ListUsableSubnetworksResponse) Reset

func (x *ListUsableSubnetworksResponse) Reset()

func (*ListUsableSubnetworksResponse) String

type LocalNvmeSsdBlockConfig

type LocalNvmeSsdBlockConfig struct {

	// The number of raw-block local NVMe SSD disks to be attached to the node.
	// Each local SSD is 375 GB in size. If zero, it means no raw-block local NVMe
	// SSD disks to be attached to the node.
	// The limit for this value is dependent upon the maximum number of
	// disks available on a machine per zone. See:
	// https://cloud.google.com/compute/docs/disks/local-ssd
	// for more information.
	LocalSsdCount int32 `protobuf:"varint,1,opt,name=local_ssd_count,json=localSsdCount,proto3" json:"local_ssd_count,omitempty"`
	// contains filtered or unexported fields
}

LocalNvmeSsdBlockConfig contains configuration for using raw-block local NVMe SSDs

func (*LocalNvmeSsdBlockConfig) Descriptor deprecated

func (*LocalNvmeSsdBlockConfig) Descriptor() ([]byte, []int)

Deprecated: Use LocalNvmeSsdBlockConfig.ProtoReflect.Descriptor instead.

func (*LocalNvmeSsdBlockConfig) GetLocalSsdCount

func (x *LocalNvmeSsdBlockConfig) GetLocalSsdCount() int32

func (*LocalNvmeSsdBlockConfig) ProtoMessage

func (*LocalNvmeSsdBlockConfig) ProtoMessage()

func (*LocalNvmeSsdBlockConfig) ProtoReflect

func (x *LocalNvmeSsdBlockConfig) ProtoReflect() protoreflect.Message

func (*LocalNvmeSsdBlockConfig) Reset

func (x *LocalNvmeSsdBlockConfig) Reset()

func (*LocalNvmeSsdBlockConfig) String

func (x *LocalNvmeSsdBlockConfig) String() string

type Location

type Location struct {

	// Contains the type of location this Location is for.
	// Regional or Zonal.
	Type Location_LocationType `protobuf:"varint,1,opt,name=type,proto3,enum=google.container.v1beta1.Location_LocationType" json:"type,omitempty"`
	// Contains the name of the resource requested.
	// Specified in the format `projects/*/locations/*`.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Whether the location is recommended for GKE cluster scheduling.
	Recommended bool `protobuf:"varint,3,opt,name=recommended,proto3" json:"recommended,omitempty"`
	// contains filtered or unexported fields
}

Location returns the location name, and if the location is recommended for GKE cluster scheduling.

func (*Location) Descriptor deprecated

func (*Location) Descriptor() ([]byte, []int)

Deprecated: Use Location.ProtoReflect.Descriptor instead.

func (*Location) GetName

func (x *Location) GetName() string

func (*Location) GetRecommended

func (x *Location) GetRecommended() bool

func (*Location) GetType

func (x *Location) GetType() Location_LocationType

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) ProtoReflect

func (x *Location) ProtoReflect() protoreflect.Message

func (*Location) Reset

func (x *Location) Reset()

func (*Location) String

func (x *Location) String() string

type Location_LocationType

type Location_LocationType int32

LocationType is the type of GKE location, regional or zonal.

const (
	// LOCATION_TYPE_UNSPECIFIED means the location type was not determined.
	Location_LOCATION_TYPE_UNSPECIFIED Location_LocationType = 0
	// A GKE Location where Zonal clusters can be created.
	Location_ZONE Location_LocationType = 1
	// A GKE Location where Regional clusters can be created.
	Location_REGION Location_LocationType = 2
)

func (Location_LocationType) Descriptor

func (Location_LocationType) Enum

func (Location_LocationType) EnumDescriptor deprecated

func (Location_LocationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Location_LocationType.Descriptor instead.

func (Location_LocationType) Number

func (Location_LocationType) String

func (x Location_LocationType) String() string

func (Location_LocationType) Type

type LoggingComponentConfig

type LoggingComponentConfig struct {

	// Select components to collect logs. An empty set would disable all logging.
	EnableComponents []LoggingComponentConfig_Component `` /* 180-byte string literal not displayed */
	// contains filtered or unexported fields
}

LoggingComponentConfig is cluster logging component configuration.

func (*LoggingComponentConfig) Descriptor deprecated

func (*LoggingComponentConfig) Descriptor() ([]byte, []int)

Deprecated: Use LoggingComponentConfig.ProtoReflect.Descriptor instead.

func (*LoggingComponentConfig) GetEnableComponents

func (x *LoggingComponentConfig) GetEnableComponents() []LoggingComponentConfig_Component

func (*LoggingComponentConfig) ProtoMessage

func (*LoggingComponentConfig) ProtoMessage()

func (*LoggingComponentConfig) ProtoReflect

func (x *LoggingComponentConfig) ProtoReflect() protoreflect.Message

func (*LoggingComponentConfig) Reset

func (x *LoggingComponentConfig) Reset()

func (*LoggingComponentConfig) String

func (x *LoggingComponentConfig) String() string

type LoggingComponentConfig_Component

type LoggingComponentConfig_Component int32

GKE components exposing logs

const (
	// Default value. This shouldn't be used.
	LoggingComponentConfig_COMPONENT_UNSPECIFIED LoggingComponentConfig_Component = 0
	// system components
	LoggingComponentConfig_SYSTEM_COMPONENTS LoggingComponentConfig_Component = 1
	// workloads
	LoggingComponentConfig_WORKLOADS LoggingComponentConfig_Component = 2
	// kube-apiserver
	LoggingComponentConfig_APISERVER LoggingComponentConfig_Component = 3
	// kube-scheduler
	LoggingComponentConfig_SCHEDULER LoggingComponentConfig_Component = 4
	// kube-controller-manager
	LoggingComponentConfig_CONTROLLER_MANAGER LoggingComponentConfig_Component = 5
)

func (LoggingComponentConfig_Component) Descriptor

func (LoggingComponentConfig_Component) Enum

func (LoggingComponentConfig_Component) EnumDescriptor deprecated

func (LoggingComponentConfig_Component) EnumDescriptor() ([]byte, []int)

Deprecated: Use LoggingComponentConfig_Component.Descriptor instead.

func (LoggingComponentConfig_Component) Number

func (LoggingComponentConfig_Component) String

func (LoggingComponentConfig_Component) Type

type LoggingConfig

type LoggingConfig struct {

	// Logging components configuration
	ComponentConfig *LoggingComponentConfig `protobuf:"bytes,1,opt,name=component_config,json=componentConfig,proto3" json:"component_config,omitempty"`
	// contains filtered or unexported fields
}

LoggingConfig is cluster logging configuration.

func (*LoggingConfig) Descriptor deprecated

func (*LoggingConfig) Descriptor() ([]byte, []int)

Deprecated: Use LoggingConfig.ProtoReflect.Descriptor instead.

func (*LoggingConfig) GetComponentConfig

func (x *LoggingConfig) GetComponentConfig() *LoggingComponentConfig

func (*LoggingConfig) ProtoMessage

func (*LoggingConfig) ProtoMessage()

func (*LoggingConfig) ProtoReflect

func (x *LoggingConfig) ProtoReflect() protoreflect.Message

func (*LoggingConfig) Reset

func (x *LoggingConfig) Reset()

func (*LoggingConfig) String

func (x *LoggingConfig) String() string

type LoggingVariantConfig

type LoggingVariantConfig struct {

	// Logging variant deployed on nodes.
	Variant LoggingVariantConfig_Variant `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

LoggingVariantConfig specifies the behaviour of the logging component.

func (*LoggingVariantConfig) Descriptor deprecated

func (*LoggingVariantConfig) Descriptor() ([]byte, []int)

Deprecated: Use LoggingVariantConfig.ProtoReflect.Descriptor instead.

func (*LoggingVariantConfig) GetVariant

func (*LoggingVariantConfig) ProtoMessage

func (*LoggingVariantConfig) ProtoMessage()

func (*LoggingVariantConfig) ProtoReflect

func (x *LoggingVariantConfig) ProtoReflect() protoreflect.Message

func (*LoggingVariantConfig) Reset

func (x *LoggingVariantConfig) Reset()

func (*LoggingVariantConfig) String

func (x *LoggingVariantConfig) String() string

type LoggingVariantConfig_Variant

type LoggingVariantConfig_Variant int32

Logging component variants.

const (
	// Default value. This shouldn't be used.
	LoggingVariantConfig_VARIANT_UNSPECIFIED LoggingVariantConfig_Variant = 0
	// default logging variant.
	LoggingVariantConfig_DEFAULT LoggingVariantConfig_Variant = 1
	// maximum logging throughput variant.
	LoggingVariantConfig_MAX_THROUGHPUT LoggingVariantConfig_Variant = 2
)

func (LoggingVariantConfig_Variant) Descriptor

func (LoggingVariantConfig_Variant) Enum

func (LoggingVariantConfig_Variant) EnumDescriptor deprecated

func (LoggingVariantConfig_Variant) EnumDescriptor() ([]byte, []int)

Deprecated: Use LoggingVariantConfig_Variant.Descriptor instead.

func (LoggingVariantConfig_Variant) Number

func (LoggingVariantConfig_Variant) String

func (LoggingVariantConfig_Variant) Type

type MaintenanceExclusionOptions

type MaintenanceExclusionOptions struct {

	// Scope specifies the upgrade scope which upgrades are blocked by the
	// exclusion.
	Scope MaintenanceExclusionOptions_Scope `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

Represents the Maintenance exclusion option.

func (*MaintenanceExclusionOptions) Descriptor deprecated

func (*MaintenanceExclusionOptions) Descriptor() ([]byte, []int)

Deprecated: Use MaintenanceExclusionOptions.ProtoReflect.Descriptor instead.

func (*MaintenanceExclusionOptions) GetScope

func (*MaintenanceExclusionOptions) ProtoMessage

func (*MaintenanceExclusionOptions) ProtoMessage()

func (*MaintenanceExclusionOptions) ProtoReflect

func (*MaintenanceExclusionOptions) Reset

func (x *MaintenanceExclusionOptions) Reset()

func (*MaintenanceExclusionOptions) String

func (x *MaintenanceExclusionOptions) String() string

type MaintenanceExclusionOptions_Scope

type MaintenanceExclusionOptions_Scope int32

Scope of exclusion.

const (
	// NO_UPGRADES excludes all upgrades, including patch upgrades and minor
	// upgrades across control planes and nodes. This is the default exclusion
	// behavior.
	MaintenanceExclusionOptions_NO_UPGRADES MaintenanceExclusionOptions_Scope = 0
	// NO_MINOR_UPGRADES excludes all minor upgrades for the cluster, only
	// patches are allowed.
	MaintenanceExclusionOptions_NO_MINOR_UPGRADES MaintenanceExclusionOptions_Scope = 1
	// NO_MINOR_OR_NODE_UPGRADES excludes all minor upgrades for the cluster,
	// and also exclude all node pool upgrades. Only control
	// plane patches are allowed.
	MaintenanceExclusionOptions_NO_MINOR_OR_NODE_UPGRADES MaintenanceExclusionOptions_Scope = 2
)

func (MaintenanceExclusionOptions_Scope) Descriptor

func (MaintenanceExclusionOptions_Scope) Enum

func (MaintenanceExclusionOptions_Scope) EnumDescriptor deprecated

func (MaintenanceExclusionOptions_Scope) EnumDescriptor() ([]byte, []int)

Deprecated: Use MaintenanceExclusionOptions_Scope.Descriptor instead.

func (MaintenanceExclusionOptions_Scope) Number

func (MaintenanceExclusionOptions_Scope) String

func (MaintenanceExclusionOptions_Scope) Type

type MaintenancePolicy

type MaintenancePolicy struct {

	// Specifies the maintenance window in which maintenance may be performed.
	Window *MaintenanceWindow `protobuf:"bytes,1,opt,name=window,proto3" json:"window,omitempty"`
	// A hash identifying the version of this policy, so that updates to fields of
	// the policy won't accidentally undo intermediate changes (and so that users
	// of the API unaware of some fields won't accidentally remove other fields).
	// Make a `get()` request to the cluster to get the current
	// resource version and include it with requests to set the policy.
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// contains filtered or unexported fields
}

MaintenancePolicy defines the maintenance policy to be used for the cluster.

func (*MaintenancePolicy) Descriptor deprecated

func (*MaintenancePolicy) Descriptor() ([]byte, []int)

Deprecated: Use MaintenancePolicy.ProtoReflect.Descriptor instead.

func (*MaintenancePolicy) GetResourceVersion

func (x *MaintenancePolicy) GetResourceVersion() string

func (*MaintenancePolicy) GetWindow

func (x *MaintenancePolicy) GetWindow() *MaintenanceWindow

func (*MaintenancePolicy) ProtoMessage

func (*MaintenancePolicy) ProtoMessage()

func (*MaintenancePolicy) ProtoReflect

func (x *MaintenancePolicy) ProtoReflect() protoreflect.Message

func (*MaintenancePolicy) Reset

func (x *MaintenancePolicy) Reset()

func (*MaintenancePolicy) String

func (x *MaintenancePolicy) String() string

type MaintenanceWindow

type MaintenanceWindow struct {

	// Unimplemented, reserved for future use.
	// HourlyMaintenanceWindow hourly_maintenance_window = 1;
	//
	// Types that are assignable to Policy:
	//
	//	*MaintenanceWindow_DailyMaintenanceWindow
	//	*MaintenanceWindow_RecurringWindow
	Policy isMaintenanceWindow_Policy `protobuf_oneof:"policy"`
	// Exceptions to maintenance window. Non-emergency maintenance should not
	// occur in these windows.
	MaintenanceExclusions map[string]*TimeWindow `` /* 212-byte string literal not displayed */
	// contains filtered or unexported fields
}

MaintenanceWindow defines the maintenance window to be used for the cluster.

func (*MaintenanceWindow) Descriptor deprecated

func (*MaintenanceWindow) Descriptor() ([]byte, []int)

Deprecated: Use MaintenanceWindow.ProtoReflect.Descriptor instead.

func (*MaintenanceWindow) GetDailyMaintenanceWindow

func (x *MaintenanceWindow) GetDailyMaintenanceWindow() *DailyMaintenanceWindow

func (*MaintenanceWindow) GetMaintenanceExclusions

func (x *MaintenanceWindow) GetMaintenanceExclusions() map[string]*TimeWindow

func (*MaintenanceWindow) GetPolicy

func (m *MaintenanceWindow) GetPolicy() isMaintenanceWindow_Policy

func (*MaintenanceWindow) GetRecurringWindow

func (x *MaintenanceWindow) GetRecurringWindow() *RecurringTimeWindow

func (*MaintenanceWindow) ProtoMessage

func (*MaintenanceWindow) ProtoMessage()

func (*MaintenanceWindow) ProtoReflect

func (x *MaintenanceWindow) ProtoReflect() protoreflect.Message

func (*MaintenanceWindow) Reset

func (x *MaintenanceWindow) Reset()

func (*MaintenanceWindow) String

func (x *MaintenanceWindow) String() string

type MaintenanceWindow_DailyMaintenanceWindow

type MaintenanceWindow_DailyMaintenanceWindow struct {
	// DailyMaintenanceWindow specifies a daily maintenance operation window.
	DailyMaintenanceWindow *DailyMaintenanceWindow `protobuf:"bytes,2,opt,name=daily_maintenance_window,json=dailyMaintenanceWindow,proto3,oneof"`
}

type MaintenanceWindow_RecurringWindow

type MaintenanceWindow_RecurringWindow struct {
	// RecurringWindow specifies some number of recurring time periods for
	// maintenance to occur. The time windows may be overlapping. If no
	// maintenance windows are set, maintenance can occur at any time.
	RecurringWindow *RecurringTimeWindow `protobuf:"bytes,3,opt,name=recurring_window,json=recurringWindow,proto3,oneof"`
}

type ManagedPrometheusConfig

type ManagedPrometheusConfig struct {

	// Enable Managed Collection.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus.

func (*ManagedPrometheusConfig) Descriptor deprecated

func (*ManagedPrometheusConfig) Descriptor() ([]byte, []int)

Deprecated: Use ManagedPrometheusConfig.ProtoReflect.Descriptor instead.

func (*ManagedPrometheusConfig) GetEnabled

func (x *ManagedPrometheusConfig) GetEnabled() bool

func (*ManagedPrometheusConfig) ProtoMessage

func (*ManagedPrometheusConfig) ProtoMessage()

func (*ManagedPrometheusConfig) ProtoReflect

func (x *ManagedPrometheusConfig) ProtoReflect() protoreflect.Message

func (*ManagedPrometheusConfig) Reset

func (x *ManagedPrometheusConfig) Reset()

func (*ManagedPrometheusConfig) String

func (x *ManagedPrometheusConfig) String() string

type Master

type Master struct {
	// contains filtered or unexported fields
}

Master is the configuration for components on master.

func (*Master) Descriptor deprecated

func (*Master) Descriptor() ([]byte, []int)

Deprecated: Use Master.ProtoReflect.Descriptor instead.

func (*Master) ProtoMessage

func (*Master) ProtoMessage()

func (*Master) ProtoReflect

func (x *Master) ProtoReflect() protoreflect.Message

func (*Master) Reset

func (x *Master) Reset()

func (*Master) String

func (x *Master) String() string

type MasterAuth

type MasterAuth struct {

	// The username to use for HTTP basic authentication to the master endpoint.
	// For clusters v1.6.0 and later, basic authentication can be disabled by
	// leaving username unspecified (or setting it to the empty string).
	//
	// Warning: basic authentication is deprecated, and will be removed in GKE
	// control plane versions 1.19 and newer. For a list of recommended
	// authentication methods, see:
	// https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
	//
	// Deprecated: Do not use.
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// The password to use for HTTP basic authentication to the master endpoint.
	// Because the master endpoint is open to the Internet, you should create a
	// strong password.  If a password is provided for cluster creation, username
	// must be non-empty.
	//
	// Warning: basic authentication is deprecated, and will be removed in GKE
	// control plane versions 1.19 and newer. For a list of recommended
	// authentication methods, see:
	// https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
	//
	// Deprecated: Do not use.
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// Configuration for client certificate authentication on the cluster. For
	// clusters before v1.12, if no configuration is specified, a client
	// certificate is issued.
	ClientCertificateConfig *ClientCertificateConfig `` /* 132-byte string literal not displayed */
	ClusterCaCertificate    string                   `protobuf:"bytes,100,opt,name=cluster_ca_certificate,json=clusterCaCertificate,proto3" json:"cluster_ca_certificate,omitempty"`
	// [Output only] Base64-encoded public certificate used by clients to
	// authenticate to the cluster endpoint.
	ClientCertificate string `protobuf:"bytes,101,opt,name=client_certificate,json=clientCertificate,proto3" json:"client_certificate,omitempty"`
	// [Output only] Base64-encoded private key used by clients to authenticate
	// to the cluster endpoint.
	ClientKey string `protobuf:"bytes,102,opt,name=client_key,json=clientKey,proto3" json:"client_key,omitempty"`
	// contains filtered or unexported fields
}

The authentication information for accessing the master endpoint. Authentication can be done using HTTP basic auth or using client certificates.

func (*MasterAuth) Descriptor deprecated

func (*MasterAuth) Descriptor() ([]byte, []int)

Deprecated: Use MasterAuth.ProtoReflect.Descriptor instead.

func (*MasterAuth) GetClientCertificate

func (x *MasterAuth) GetClientCertificate() string

func (*MasterAuth) GetClientCertificateConfig

func (x *MasterAuth) GetClientCertificateConfig() *ClientCertificateConfig

func (*MasterAuth) GetClientKey

func (x *MasterAuth) GetClientKey() string

func (*MasterAuth) GetClusterCaCertificate

func (x *MasterAuth) GetClusterCaCertificate() string

func (*MasterAuth) GetPassword deprecated

func (x *MasterAuth) GetPassword() string

Deprecated: Do not use.

func (*MasterAuth) GetUsername deprecated

func (x *MasterAuth) GetUsername() string

Deprecated: Do not use.

func (*MasterAuth) ProtoMessage

func (*MasterAuth) ProtoMessage()

func (*MasterAuth) ProtoReflect

func (x *MasterAuth) ProtoReflect() protoreflect.Message

func (*MasterAuth) Reset

func (x *MasterAuth) Reset()

func (*MasterAuth) String

func (x *MasterAuth) String() string

type MasterAuthorizedNetworksConfig

type MasterAuthorizedNetworksConfig struct {

	// Whether or not master authorized networks is enabled.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// cidr_blocks define up to 10 external networks that could access
	// Kubernetes master through HTTPS.
	CidrBlocks []*MasterAuthorizedNetworksConfig_CidrBlock `protobuf:"bytes,2,rep,name=cidr_blocks,json=cidrBlocks,proto3" json:"cidr_blocks,omitempty"`
	// Whether master is accessbile via Google Compute Engine Public IP addresses.
	GcpPublicCidrsAccessEnabled *bool `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

Configuration options for the master authorized networks feature. Enabled master authorized networks will disallow all external traffic to access Kubernetes master through HTTPS except traffic from the given CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs.

func (*MasterAuthorizedNetworksConfig) Descriptor deprecated

func (*MasterAuthorizedNetworksConfig) Descriptor() ([]byte, []int)

Deprecated: Use MasterAuthorizedNetworksConfig.ProtoReflect.Descriptor instead.

func (*MasterAuthorizedNetworksConfig) GetCidrBlocks

func (*MasterAuthorizedNetworksConfig) GetEnabled

func (x *MasterAuthorizedNetworksConfig) GetEnabled() bool

func (*MasterAuthorizedNetworksConfig) GetGcpPublicCidrsAccessEnabled

func (x *MasterAuthorizedNetworksConfig) GetGcpPublicCidrsAccessEnabled() bool

func (*MasterAuthorizedNetworksConfig) ProtoMessage

func (*MasterAuthorizedNetworksConfig) ProtoMessage()

func (*MasterAuthorizedNetworksConfig) ProtoReflect

func (*MasterAuthorizedNetworksConfig) Reset

func (x *MasterAuthorizedNetworksConfig) Reset()

func (*MasterAuthorizedNetworksConfig) String

type MasterAuthorizedNetworksConfig_CidrBlock

type MasterAuthorizedNetworksConfig_CidrBlock struct {

	// display_name is an optional field for users to identify CIDR blocks.
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// cidr_block must be specified in CIDR notation.
	CidrBlock string `protobuf:"bytes,2,opt,name=cidr_block,json=cidrBlock,proto3" json:"cidr_block,omitempty"`
	// contains filtered or unexported fields
}

CidrBlock contains an optional name and one CIDR block.

func (*MasterAuthorizedNetworksConfig_CidrBlock) Descriptor deprecated

func (*MasterAuthorizedNetworksConfig_CidrBlock) Descriptor() ([]byte, []int)

Deprecated: Use MasterAuthorizedNetworksConfig_CidrBlock.ProtoReflect.Descriptor instead.

func (*MasterAuthorizedNetworksConfig_CidrBlock) GetCidrBlock

func (*MasterAuthorizedNetworksConfig_CidrBlock) GetDisplayName

func (*MasterAuthorizedNetworksConfig_CidrBlock) ProtoMessage

func (*MasterAuthorizedNetworksConfig_CidrBlock) ProtoReflect

func (*MasterAuthorizedNetworksConfig_CidrBlock) Reset

func (*MasterAuthorizedNetworksConfig_CidrBlock) String

type MaxPodsConstraint

type MaxPodsConstraint struct {

	// Constraint enforced on the max num of pods per node.
	MaxPodsPerNode int64 `protobuf:"varint,1,opt,name=max_pods_per_node,json=maxPodsPerNode,proto3" json:"max_pods_per_node,omitempty"`
	// contains filtered or unexported fields
}

Constraints applied to pods.

func (*MaxPodsConstraint) Descriptor deprecated

func (*MaxPodsConstraint) Descriptor() ([]byte, []int)

Deprecated: Use MaxPodsConstraint.ProtoReflect.Descriptor instead.

func (*MaxPodsConstraint) GetMaxPodsPerNode

func (x *MaxPodsConstraint) GetMaxPodsPerNode() int64

func (*MaxPodsConstraint) ProtoMessage

func (*MaxPodsConstraint) ProtoMessage()

func (*MaxPodsConstraint) ProtoReflect

func (x *MaxPodsConstraint) ProtoReflect() protoreflect.Message

func (*MaxPodsConstraint) Reset

func (x *MaxPodsConstraint) Reset()

func (*MaxPodsConstraint) String

func (x *MaxPodsConstraint) String() string

type MeshCertificates

type MeshCertificates struct {

	// enable_certificates controls issuance of workload mTLS certificates.
	//
	// If set, the GKE Workload Identity Certificates controller and node agent
	// will be deployed in the cluster, which can then be configured by creating a
	// WorkloadCertificateConfig Custom Resource.
	//
	// Requires Workload Identity
	// ([workload_pool][google.container.v1alpha1.WorkloadIdentityConfig.workload_pool]
	// must be non-empty).
	EnableCertificates *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enable_certificates,json=enableCertificates,proto3" json:"enable_certificates,omitempty"`
	// contains filtered or unexported fields
}

Configuration for issuance of mTLS keys and certificates to Kubernetes pods.

func (*MeshCertificates) Descriptor deprecated

func (*MeshCertificates) Descriptor() ([]byte, []int)

Deprecated: Use MeshCertificates.ProtoReflect.Descriptor instead.

func (*MeshCertificates) GetEnableCertificates

func (x *MeshCertificates) GetEnableCertificates() *wrapperspb.BoolValue

func (*MeshCertificates) ProtoMessage

func (*MeshCertificates) ProtoMessage()

func (*MeshCertificates) ProtoReflect

func (x *MeshCertificates) ProtoReflect() protoreflect.Message

func (*MeshCertificates) Reset

func (x *MeshCertificates) Reset()

func (*MeshCertificates) String

func (x *MeshCertificates) String() string

type MonitoringComponentConfig

type MonitoringComponentConfig struct {

	// Select components to collect metrics. An empty set would disable all
	// monitoring.
	EnableComponents []MonitoringComponentConfig_Component `` /* 183-byte string literal not displayed */
	// contains filtered or unexported fields
}

MonitoringComponentConfig is cluster monitoring component configuration.

func (*MonitoringComponentConfig) Descriptor deprecated

func (*MonitoringComponentConfig) Descriptor() ([]byte, []int)

Deprecated: Use MonitoringComponentConfig.ProtoReflect.Descriptor instead.

func (*MonitoringComponentConfig) GetEnableComponents

func (*MonitoringComponentConfig) ProtoMessage

func (*MonitoringComponentConfig) ProtoMessage()

func (*MonitoringComponentConfig) ProtoReflect

func (*MonitoringComponentConfig) Reset

func (x *MonitoringComponentConfig) Reset()

func (*MonitoringComponentConfig) String

func (x *MonitoringComponentConfig) String() string

type MonitoringComponentConfig_Component

type MonitoringComponentConfig_Component int32

GKE components exposing metrics

const (
	// Default value. This shouldn't be used.
	MonitoringComponentConfig_COMPONENT_UNSPECIFIED MonitoringComponentConfig_Component = 0
	// system components
	MonitoringComponentConfig_SYSTEM_COMPONENTS MonitoringComponentConfig_Component = 1
	// Deprecated: Use Google Cloud Managed Service for Prometheus.
	//
	// Deprecated: Do not use.
	MonitoringComponentConfig_WORKLOADS MonitoringComponentConfig_Component = 2
	// kube-apiserver
	MonitoringComponentConfig_APISERVER MonitoringComponentConfig_Component = 3
	// kube-scheduler
	MonitoringComponentConfig_SCHEDULER MonitoringComponentConfig_Component = 4
	// kube-controller-manager
	MonitoringComponentConfig_CONTROLLER_MANAGER MonitoringComponentConfig_Component = 5
)

func (MonitoringComponentConfig_Component) Descriptor

func (MonitoringComponentConfig_Component) Enum

func (MonitoringComponentConfig_Component) EnumDescriptor deprecated

func (MonitoringComponentConfig_Component) EnumDescriptor() ([]byte, []int)

Deprecated: Use MonitoringComponentConfig_Component.Descriptor instead.

func (MonitoringComponentConfig_Component) Number

func (MonitoringComponentConfig_Component) String

func (MonitoringComponentConfig_Component) Type

type MonitoringConfig

type MonitoringConfig struct {

	// Monitoring components configuration
	ComponentConfig *MonitoringComponentConfig `protobuf:"bytes,1,opt,name=component_config,json=componentConfig,proto3" json:"component_config,omitempty"`
	// Enable Google Cloud Managed Service for Prometheus
	// in the cluster.
	ManagedPrometheusConfig *ManagedPrometheusConfig `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

MonitoringConfig is cluster monitoring configuration.

func (*MonitoringConfig) Descriptor deprecated

func (*MonitoringConfig) Descriptor() ([]byte, []int)

Deprecated: Use MonitoringConfig.ProtoReflect.Descriptor instead.

func (*MonitoringConfig) GetComponentConfig

func (x *MonitoringConfig) GetComponentConfig() *MonitoringComponentConfig

func (*MonitoringConfig) GetManagedPrometheusConfig

func (x *MonitoringConfig) GetManagedPrometheusConfig() *ManagedPrometheusConfig

func (*MonitoringConfig) ProtoMessage

func (*MonitoringConfig) ProtoMessage()

func (*MonitoringConfig) ProtoReflect

func (x *MonitoringConfig) ProtoReflect() protoreflect.Message

func (*MonitoringConfig) Reset

func (x *MonitoringConfig) Reset()

func (*MonitoringConfig) String

func (x *MonitoringConfig) String() string

type NetworkConfig

type NetworkConfig struct {

	// Output only. The relative name of the Google Compute Engine
	// [network][google.container.v1beta1.NetworkConfig.network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks)
	// to which the cluster is connected. Example:
	// projects/my-project/global/networks/my-network
	Network string `protobuf:"bytes,1,opt,name=network,proto3" json:"network,omitempty"`
	// Output only. The relative name of the Google Compute Engine
	// [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the
	// cluster is connected. Example:
	// projects/my-project/regions/us-central1/subnetworks/my-subnet
	Subnetwork string `protobuf:"bytes,2,opt,name=subnetwork,proto3" json:"subnetwork,omitempty"`
	// Whether Intra-node visibility is enabled for this cluster.
	// This makes same node pod to pod traffic visible for VPC network.
	EnableIntraNodeVisibility bool `` /* 141-byte string literal not displayed */
	// Whether the cluster disables default in-node sNAT rules. In-node sNAT rules
	// will be disabled when default_snat_status is disabled. When disabled is set
	// to false, default IP masquerade rules will be applied to the nodes to
	// prevent sNAT on cluster internal traffic.
	DefaultSnatStatus *DefaultSnatStatus `protobuf:"bytes,7,opt,name=default_snat_status,json=defaultSnatStatus,proto3" json:"default_snat_status,omitempty"`
	// Whether L4ILB Subsetting is enabled for this cluster.
	EnableL4IlbSubsetting bool `` /* 128-byte string literal not displayed */
	// The desired datapath provider for this cluster. By default, uses the
	// IPTables-based kube-proxy implementation.
	DatapathProvider DatapathProvider `` /* 158-byte string literal not displayed */
	// The desired state of IPv6 connectivity to Google Services.
	// By default, no private IPv6 access to or from Google Services (all access
	// will be via IPv4)
	PrivateIpv6GoogleAccess PrivateIPv6GoogleAccess `` /* 190-byte string literal not displayed */
	// DNSConfig contains clusterDNS config for this cluster.
	DnsConfig *DNSConfig `protobuf:"bytes,13,opt,name=dns_config,json=dnsConfig,proto3" json:"dns_config,omitempty"`
	// ServiceExternalIPsConfig specifies if services with externalIPs field are
	// blocked or not.
	ServiceExternalIpsConfig *ServiceExternalIPsConfig `` /* 138-byte string literal not displayed */
	// GatewayAPIConfig contains the desired config of Gateway API on this
	// cluster.
	GatewayApiConfig *GatewayAPIConfig `protobuf:"bytes,16,opt,name=gateway_api_config,json=gatewayApiConfig,proto3" json:"gateway_api_config,omitempty"`
	// contains filtered or unexported fields
}

NetworkConfig reports the relative names of network & subnetwork.

func (*NetworkConfig) Descriptor deprecated

func (*NetworkConfig) Descriptor() ([]byte, []int)

Deprecated: Use NetworkConfig.ProtoReflect.Descriptor instead.

func (*NetworkConfig) GetDatapathProvider

func (x *NetworkConfig) GetDatapathProvider() DatapathProvider

func (*NetworkConfig) GetDefaultSnatStatus

func (x *NetworkConfig) GetDefaultSnatStatus() *DefaultSnatStatus

func (*NetworkConfig) GetDnsConfig

func (x *NetworkConfig) GetDnsConfig() *DNSConfig

func (*NetworkConfig) GetEnableIntraNodeVisibility

func (x *NetworkConfig) GetEnableIntraNodeVisibility() bool

func (*NetworkConfig) GetEnableL4IlbSubsetting

func (x *NetworkConfig) GetEnableL4IlbSubsetting() bool

func (*NetworkConfig) GetGatewayApiConfig

func (x *NetworkConfig) GetGatewayApiConfig() *GatewayAPIConfig

func (*NetworkConfig) GetNetwork

func (x *NetworkConfig) GetNetwork() string

func (*NetworkConfig) GetPrivateIpv6GoogleAccess

func (x *NetworkConfig) GetPrivateIpv6GoogleAccess() PrivateIPv6GoogleAccess

func (*NetworkConfig) GetServiceExternalIpsConfig

func (x *NetworkConfig) GetServiceExternalIpsConfig() *ServiceExternalIPsConfig

func (*NetworkConfig) GetSubnetwork

func (x *NetworkConfig) GetSubnetwork() string

func (*NetworkConfig) ProtoMessage

func (*NetworkConfig) ProtoMessage()

func (*NetworkConfig) ProtoReflect

func (x *NetworkConfig) ProtoReflect() protoreflect.Message

func (*NetworkConfig) Reset

func (x *NetworkConfig) Reset()

func (*NetworkConfig) String

func (x *NetworkConfig) String() string

type NetworkPolicy

type NetworkPolicy struct {

	// The selected network policy provider.
	Provider NetworkPolicy_Provider `protobuf:"varint,1,opt,name=provider,proto3,enum=google.container.v1beta1.NetworkPolicy_Provider" json:"provider,omitempty"`
	// Whether network policy is enabled on the cluster.
	Enabled bool `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration options for the NetworkPolicy feature. https://kubernetes.io/docs/concepts/services-networking/networkpolicies/

func (*NetworkPolicy) Descriptor deprecated

func (*NetworkPolicy) Descriptor() ([]byte, []int)

Deprecated: Use NetworkPolicy.ProtoReflect.Descriptor instead.

func (*NetworkPolicy) GetEnabled

func (x *NetworkPolicy) GetEnabled() bool

func (*NetworkPolicy) GetProvider

func (x *NetworkPolicy) GetProvider() NetworkPolicy_Provider

func (*NetworkPolicy) ProtoMessage

func (*NetworkPolicy) ProtoMessage()

func (*NetworkPolicy) ProtoReflect

func (x *NetworkPolicy) ProtoReflect() protoreflect.Message

func (*NetworkPolicy) Reset

func (x *NetworkPolicy) Reset()

func (*NetworkPolicy) String

func (x *NetworkPolicy) String() string

type NetworkPolicyConfig

type NetworkPolicyConfig struct {

	// Whether NetworkPolicy is enabled for this cluster.
	Disabled bool `protobuf:"varint,1,opt,name=disabled,proto3" json:"disabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.

func (*NetworkPolicyConfig) Descriptor deprecated

func (*NetworkPolicyConfig) Descriptor() ([]byte, []int)

Deprecated: Use NetworkPolicyConfig.ProtoReflect.Descriptor instead.

func (*NetworkPolicyConfig) GetDisabled

func (x *NetworkPolicyConfig) GetDisabled() bool

func (*NetworkPolicyConfig) ProtoMessage

func (*NetworkPolicyConfig) ProtoMessage()

func (*NetworkPolicyConfig) ProtoReflect

func (x *NetworkPolicyConfig) ProtoReflect() protoreflect.Message

func (*NetworkPolicyConfig) Reset

func (x *NetworkPolicyConfig) Reset()

func (*NetworkPolicyConfig) String

func (x *NetworkPolicyConfig) String() string

type NetworkPolicy_Provider

type NetworkPolicy_Provider int32

Allowed Network Policy providers.

const (
	// Not set
	NetworkPolicy_PROVIDER_UNSPECIFIED NetworkPolicy_Provider = 0
	// Tigera (Calico Felix).
	NetworkPolicy_CALICO NetworkPolicy_Provider = 1
)

func (NetworkPolicy_Provider) Descriptor

func (NetworkPolicy_Provider) Enum

func (NetworkPolicy_Provider) EnumDescriptor deprecated

func (NetworkPolicy_Provider) EnumDescriptor() ([]byte, []int)

Deprecated: Use NetworkPolicy_Provider.Descriptor instead.

func (NetworkPolicy_Provider) Number

func (NetworkPolicy_Provider) String

func (x NetworkPolicy_Provider) String() string

func (NetworkPolicy_Provider) Type

type NetworkTags

type NetworkTags struct {

	// List of network tags.
	Tags []string `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

Collection of Compute Engine network tags that can be applied to a node's underlying VM instance. (See `tags` field in [`NodeConfig`](/kubernetes-engine/docs/reference/rest/v1/NodeConfig)).

func (*NetworkTags) Descriptor deprecated

func (*NetworkTags) Descriptor() ([]byte, []int)

Deprecated: Use NetworkTags.ProtoReflect.Descriptor instead.

func (*NetworkTags) GetTags

func (x *NetworkTags) GetTags() []string

func (*NetworkTags) ProtoMessage

func (*NetworkTags) ProtoMessage()

func (*NetworkTags) ProtoReflect

func (x *NetworkTags) ProtoReflect() protoreflect.Message

func (*NetworkTags) Reset

func (x *NetworkTags) Reset()

func (*NetworkTags) String

func (x *NetworkTags) String() string

type NodeConfig

type NodeConfig struct {

	// The name of a Google Compute Engine [machine
	// type](https://cloud.google.com/compute/docs/machine-types).
	//
	// If unspecified, the default machine type is
	// `e2-medium`.
	MachineType string `protobuf:"bytes,1,opt,name=machine_type,json=machineType,proto3" json:"machine_type,omitempty"`
	// Size of the disk attached to each node, specified in GB.
	// The smallest allowed disk size is 10GB.
	//
	// If unspecified, the default disk size is 100GB.
	DiskSizeGb int32 `protobuf:"varint,2,opt,name=disk_size_gb,json=diskSizeGb,proto3" json:"disk_size_gb,omitempty"`
	// The set of Google API scopes to be made available on all of the
	// node VMs under the "default" service account.
	//
	// The following scopes are recommended, but not required, and by default are
	// not included:
	//
	// * `https://www.googleapis.com/auth/compute` is required for mounting
	// persistent storage on your nodes.
	// * `https://www.googleapis.com/auth/devstorage.read_only` is required for
	// communicating with **gcr.io**
	// (the [Google Container
	// Registry](https://cloud.google.com/container-registry/)).
	//
	// If unspecified, no scopes are added, unless Cloud Logging or Cloud
	// Monitoring are enabled, in which case their required scopes will be added.
	OauthScopes []string `protobuf:"bytes,3,rep,name=oauth_scopes,json=oauthScopes,proto3" json:"oauth_scopes,omitempty"`
	// The Google Cloud Platform Service Account to be used by the node VMs.
	// Specify the email address of the Service Account; otherwise, if no Service
	// Account is specified, the "default" service account is used.
	ServiceAccount string `protobuf:"bytes,9,opt,name=service_account,json=serviceAccount,proto3" json:"service_account,omitempty"`
	// The metadata key/value pairs assigned to instances in the cluster.
	//
	// Keys must conform to the regexp `[a-zA-Z0-9-_]+` and be less than 128 bytes
	// in length. These are reflected as part of a URL in the metadata server.
	// Additionally, to avoid ambiguity, keys must not conflict with any other
	// metadata keys for the project or be one of the reserved keys:
	//
	//   - "cluster-location"
	//   - "cluster-name"
	//   - "cluster-uid"
	//   - "configure-sh"
	//   - "containerd-configure-sh"
	//   - "enable-oslogin"
	//   - "gci-ensure-gke-docker"
	//   - "gci-metrics-enabled"
	//   - "gci-update-strategy"
	//   - "instance-template"
	//   - "kube-env"
	//   - "startup-script"
	//   - "user-data"
	//   - "disable-address-manager"
	//   - "windows-startup-script-ps1"
	//   - "common-psm1"
	//   - "k8s-node-setup-psm1"
	//   - "install-ssh-psm1"
	//   - "user-profile-psm1"
	//
	// Values are free-form strings, and only have meaning as interpreted by
	// the image running in the instance. The only restriction placed on them is
	// that each value's size must be less than or equal to 32 KB.
	//
	// The total size of all keys and values must be less than 512 KB.
	Metadata map[string]string `` /* 157-byte string literal not displayed */
	// The image type to use for this node. Note that for a given image type,
	// the latest version of it will be used. Please see
	// https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
	// available image types.
	ImageType string `protobuf:"bytes,5,opt,name=image_type,json=imageType,proto3" json:"image_type,omitempty"`
	// The map of Kubernetes labels (key/value pairs) to be applied to each node.
	// These will added in addition to any default label(s) that
	// Kubernetes may apply to the node.
	// In case of conflict in label keys, the applied set may differ depending on
	// the Kubernetes version -- it's best to assume the behavior is undefined
	// and conflicts should be avoided.
	// For more information, including usage and the valid values, see:
	// https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// The number of local SSD disks to be attached to the node.
	//
	// The limit for this value is dependent upon the maximum number of
	// disks available on a machine per zone. See:
	// https://cloud.google.com/compute/docs/disks/local-ssd
	// for more information.
	LocalSsdCount int32 `protobuf:"varint,7,opt,name=local_ssd_count,json=localSsdCount,proto3" json:"local_ssd_count,omitempty"`
	// The list of instance tags applied to all nodes. Tags are used to identify
	// valid sources or targets for network firewalls and are specified by
	// the client during cluster or node pool creation. Each tag within the list
	// must comply with RFC1035.
	Tags []string `protobuf:"bytes,8,rep,name=tags,proto3" json:"tags,omitempty"`
	// Whether the nodes are created as preemptible VM instances. See:
	// https://cloud.google.com/compute/docs/instances/preemptible for more
	// inforamtion about preemptible VM instances.
	Preemptible bool `protobuf:"varint,10,opt,name=preemptible,proto3" json:"preemptible,omitempty"`
	// A list of hardware accelerators to be attached to each node.
	// See https://cloud.google.com/compute/docs/gpus for more information about
	// support for GPUs.
	Accelerators []*AcceleratorConfig `protobuf:"bytes,11,rep,name=accelerators,proto3" json:"accelerators,omitempty"`
	// Sandbox configuration for this node.
	SandboxConfig *SandboxConfig `protobuf:"bytes,17,opt,name=sandbox_config,json=sandboxConfig,proto3" json:"sandbox_config,omitempty"`
	// Setting this field will assign instances of this
	// pool to run on the specified node group. This is useful for running
	// workloads on [sole tenant
	// nodes](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes).
	NodeGroup string `protobuf:"bytes,18,opt,name=node_group,json=nodeGroup,proto3" json:"node_group,omitempty"`
	// The optional reservation affinity. Setting this field will apply
	// the specified [Zonal Compute
	// Reservation](https://cloud.google.com/compute/docs/instances/reserving-zonal-resources)
	// to this node pool.
	ReservationAffinity *ReservationAffinity `protobuf:"bytes,19,opt,name=reservation_affinity,json=reservationAffinity,proto3" json:"reservation_affinity,omitempty"`
	// Type of the disk attached to each node (e.g. 'pd-standard', 'pd-ssd' or
	// 'pd-balanced')
	//
	// If unspecified, the default disk type is 'pd-standard'
	DiskType string `protobuf:"bytes,12,opt,name=disk_type,json=diskType,proto3" json:"disk_type,omitempty"`
	// Minimum CPU platform to be used by this instance. The instance may be
	// scheduled on the specified or newer CPU platform. Applicable values are the
	// friendly names of CPU platforms, such as
	// `minCpuPlatform: "Intel Haswell"` or
	// `minCpuPlatform: "Intel Sandy Bridge"`. For more
	// information, read [how to specify min CPU
	// platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
	MinCpuPlatform string `protobuf:"bytes,13,opt,name=min_cpu_platform,json=minCpuPlatform,proto3" json:"min_cpu_platform,omitempty"`
	// The workload metadata configuration for this node.
	WorkloadMetadataConfig *WorkloadMetadataConfig `` /* 130-byte string literal not displayed */
	// List of kubernetes taints to be applied to each node.
	//
	// For more information, including usage and the valid values, see:
	// https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
	Taints []*NodeTaint `protobuf:"bytes,15,rep,name=taints,proto3" json:"taints,omitempty"`
	// The Customer Managed Encryption Key used to encrypt the boot disk attached
	// to each node in the node pool. This should be of the form
	// projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME].
	// For more information about protecting resources with Cloud KMS Keys please
	// see:
	// https://cloud.google.com/compute/docs/disks/customer-managed-encryption
	BootDiskKmsKey string `protobuf:"bytes,23,opt,name=boot_disk_kms_key,json=bootDiskKmsKey,proto3" json:"boot_disk_kms_key,omitempty"`
	// Shielded Instance options.
	ShieldedInstanceConfig *ShieldedInstanceConfig `` /* 130-byte string literal not displayed */
	// Parameters that can be configured on Linux nodes.
	LinuxNodeConfig *LinuxNodeConfig `protobuf:"bytes,21,opt,name=linux_node_config,json=linuxNodeConfig,proto3" json:"linux_node_config,omitempty"`
	// Node kubelet configs.
	KubeletConfig *NodeKubeletConfig `protobuf:"bytes,22,opt,name=kubelet_config,json=kubeletConfig,proto3" json:"kubelet_config,omitempty"`
	// Parameters for the ephemeral storage filesystem.
	// If unspecified, ephemeral storage is backed by the boot disk.
	EphemeralStorageConfig *EphemeralStorageConfig `` /* 130-byte string literal not displayed */
	// GCFS (Google Container File System) configs.
	GcfsConfig *GcfsConfig `protobuf:"bytes,25,opt,name=gcfs_config,json=gcfsConfig,proto3" json:"gcfs_config,omitempty"`
	// Advanced features for the Compute Engine VM.
	AdvancedMachineFeatures *AdvancedMachineFeatures `` /* 133-byte string literal not displayed */
	// Enable or disable gvnic on the node pool.
	Gvnic *VirtualNIC `protobuf:"bytes,29,opt,name=gvnic,proto3" json:"gvnic,omitempty"`
	// Spot flag for enabling Spot VM, which is a rebrand of
	// the existing preemptible flag.
	Spot bool `protobuf:"varint,32,opt,name=spot,proto3" json:"spot,omitempty"`
	// Confidential nodes config.
	// All the nodes in the node pool will be Confidential VM once enabled.
	ConfidentialNodes *ConfidentialNodes `protobuf:"bytes,35,opt,name=confidential_nodes,json=confidentialNodes,proto3" json:"confidential_nodes,omitempty"`
	// Enable or disable NCCL fast socket for the node pool.
	FastSocket *FastSocket `protobuf:"bytes,36,opt,name=fast_socket,json=fastSocket,proto3,oneof" json:"fast_socket,omitempty"`
	// The resource labels for the node pool to use to annotate any related
	// Google Compute Engine resources.
	ResourceLabels map[string]string `` /* 192-byte string literal not displayed */
	// Logging configuration.
	LoggingConfig *NodePoolLoggingConfig `protobuf:"bytes,38,opt,name=logging_config,json=loggingConfig,proto3" json:"logging_config,omitempty"`
	// Parameters that can be configured on Windows nodes.
	WindowsNodeConfig *WindowsNodeConfig `protobuf:"bytes,39,opt,name=windows_node_config,json=windowsNodeConfig,proto3" json:"windows_node_config,omitempty"`
	// Parameters for using raw-block Local NVMe SSDs.
	LocalNvmeSsdBlockConfig *LocalNvmeSsdBlockConfig `` /* 137-byte string literal not displayed */
	// Parameters for the node ephemeral storage using Local SSDs.
	// If unspecified, ephemeral storage is backed by the boot disk.
	// This field is functionally equivalent to the ephemeral_storage_config
	EphemeralStorageLocalSsdConfig *EphemeralStorageLocalSsdConfig `` /* 158-byte string literal not displayed */
	// contains filtered or unexported fields
}

Parameters that describe the nodes in a cluster.

GKE Autopilot clusters do not recognize parameters in `NodeConfig`. Use AutoprovisioningNodePoolDefaults[google.container.v1beta1.AutoprovisioningNodePoolDefaults] instead.

func (*NodeConfig) Descriptor deprecated

func (*NodeConfig) Descriptor() ([]byte, []int)

Deprecated: Use NodeConfig.ProtoReflect.Descriptor instead.

func (*NodeConfig) GetAccelerators

func (x *NodeConfig) GetAccelerators() []*AcceleratorConfig

func (*NodeConfig) GetAdvancedMachineFeatures

func (x *NodeConfig) GetAdvancedMachineFeatures() *AdvancedMachineFeatures

func (*NodeConfig) GetBootDiskKmsKey

func (x *NodeConfig) GetBootDiskKmsKey() string

func (*NodeConfig) GetConfidentialNodes

func (x *NodeConfig) GetConfidentialNodes() *ConfidentialNodes

func (*NodeConfig) GetDiskSizeGb

func (x *NodeConfig) GetDiskSizeGb() int32

func (*NodeConfig) GetDiskType

func (x *NodeConfig) GetDiskType() string

func (*NodeConfig) GetEphemeralStorageConfig

func (x *NodeConfig) GetEphemeralStorageConfig() *EphemeralStorageConfig

func (*NodeConfig) GetEphemeralStorageLocalSsdConfig

func (x *NodeConfig) GetEphemeralStorageLocalSsdConfig() *EphemeralStorageLocalSsdConfig

func (*NodeConfig) GetFastSocket

func (x *NodeConfig) GetFastSocket() *FastSocket

func (*NodeConfig) GetGcfsConfig

func (x *NodeConfig) GetGcfsConfig() *GcfsConfig

func (*NodeConfig) GetGvnic

func (x *NodeConfig) GetGvnic() *VirtualNIC

func (*NodeConfig) GetImageType

func (x *NodeConfig) GetImageType() string

func (*NodeConfig) GetKubeletConfig

func (x *NodeConfig) GetKubeletConfig() *NodeKubeletConfig

func (*NodeConfig) GetLabels

func (x *NodeConfig) GetLabels() map[string]string

func (*NodeConfig) GetLinuxNodeConfig

func (x *NodeConfig) GetLinuxNodeConfig() *LinuxNodeConfig

func (*NodeConfig) GetLocalNvmeSsdBlockConfig

func (x *NodeConfig) GetLocalNvmeSsdBlockConfig() *LocalNvmeSsdBlockConfig

func (*NodeConfig) GetLocalSsdCount

func (x *NodeConfig) GetLocalSsdCount() int32

func (*NodeConfig) GetLoggingConfig

func (x *NodeConfig) GetLoggingConfig() *NodePoolLoggingConfig

func (*NodeConfig) GetMachineType

func (x *NodeConfig) GetMachineType() string

func (*NodeConfig) GetMetadata

func (x *NodeConfig) GetMetadata() map[string]string

func (*NodeConfig) GetMinCpuPlatform

func (x *NodeConfig) GetMinCpuPlatform() string

func (*NodeConfig) GetNodeGroup

func (x *NodeConfig) GetNodeGroup() string

func (*NodeConfig) GetOauthScopes

func (x *NodeConfig) GetOauthScopes() []string

func (*NodeConfig) GetPreemptible

func (x *NodeConfig) GetPreemptible() bool

func (*NodeConfig) GetReservationAffinity

func (x *NodeConfig) GetReservationAffinity() *ReservationAffinity

func (*NodeConfig) GetResourceLabels

func (x *NodeConfig) GetResourceLabels() map[string]string

func (*NodeConfig) GetSandboxConfig

func (x *NodeConfig) GetSandboxConfig() *SandboxConfig

func (*NodeConfig) GetServiceAccount

func (x *NodeConfig) GetServiceAccount() string

func (*NodeConfig) GetShieldedInstanceConfig

func (x *NodeConfig) GetShieldedInstanceConfig() *ShieldedInstanceConfig

func (*NodeConfig) GetSpot

func (x *NodeConfig) GetSpot() bool

func (*NodeConfig) GetTags

func (x *NodeConfig) GetTags() []string

func (*NodeConfig) GetTaints

func (x *NodeConfig) GetTaints() []*NodeTaint

func (*NodeConfig) GetWindowsNodeConfig

func (x *NodeConfig) GetWindowsNodeConfig() *WindowsNodeConfig

func (*NodeConfig) GetWorkloadMetadataConfig

func (x *NodeConfig) GetWorkloadMetadataConfig() *WorkloadMetadataConfig

func (*NodeConfig) ProtoMessage

func (*NodeConfig) ProtoMessage()

func (*NodeConfig) ProtoReflect

func (x *NodeConfig) ProtoReflect() protoreflect.Message

func (*NodeConfig) Reset

func (x *NodeConfig) Reset()

func (*NodeConfig) String

func (x *NodeConfig) String() string

type NodeConfigDefaults

type NodeConfigDefaults struct {

	// GCFS (Google Container File System, also known as Riptide) options.
	GcfsConfig *GcfsConfig `protobuf:"bytes,1,opt,name=gcfs_config,json=gcfsConfig,proto3" json:"gcfs_config,omitempty"`
	// Logging configuration for node pools.
	LoggingConfig *NodePoolLoggingConfig `protobuf:"bytes,3,opt,name=logging_config,json=loggingConfig,proto3" json:"logging_config,omitempty"`
	// contains filtered or unexported fields
}

Subset of NodeConfig message that has defaults.

func (*NodeConfigDefaults) Descriptor deprecated

func (*NodeConfigDefaults) Descriptor() ([]byte, []int)

Deprecated: Use NodeConfigDefaults.ProtoReflect.Descriptor instead.

func (*NodeConfigDefaults) GetGcfsConfig

func (x *NodeConfigDefaults) GetGcfsConfig() *GcfsConfig

func (*NodeConfigDefaults) GetLoggingConfig

func (x *NodeConfigDefaults) GetLoggingConfig() *NodePoolLoggingConfig

func (*NodeConfigDefaults) ProtoMessage

func (*NodeConfigDefaults) ProtoMessage()

func (*NodeConfigDefaults) ProtoReflect

func (x *NodeConfigDefaults) ProtoReflect() protoreflect.Message

func (*NodeConfigDefaults) Reset

func (x *NodeConfigDefaults) Reset()

func (*NodeConfigDefaults) String

func (x *NodeConfigDefaults) String() string

type NodeKubeletConfig

type NodeKubeletConfig struct {

	// Control the CPU management policy on the node.
	// See
	// https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
	//
	// The following values are allowed.
	// * "none": the default, which represents the existing scheduling behavior.
	// * "static": allows pods with certain resource characteristics to be granted
	// increased CPU affinity and exclusivity on the node.
	// The default value is 'none' if unspecified.
	CpuManagerPolicy string `protobuf:"bytes,1,opt,name=cpu_manager_policy,json=cpuManagerPolicy,proto3" json:"cpu_manager_policy,omitempty"`
	// Enable CPU CFS quota enforcement for containers that specify CPU limits.
	//
	// This option is enabled by default which makes kubelet use CFS quota
	// (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to
	// enforce container CPU limits. Otherwise, CPU limits will not be enforced at
	// all.
	//
	// Disable this option to mitigate CPU throttling problems while still having
	// your pods to be in Guaranteed QoS class by specifying the CPU limits.
	//
	// The default value is 'true' if unspecified.
	CpuCfsQuota *wrapperspb.BoolValue `protobuf:"bytes,2,opt,name=cpu_cfs_quota,json=cpuCfsQuota,proto3" json:"cpu_cfs_quota,omitempty"`
	// Set the CPU CFS quota period value 'cpu.cfs_period_us'.
	//
	// The string must be a sequence of decimal numbers, each with optional
	// fraction and a unit suffix, such as "300ms".
	// Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
	// The value must be a positive duration.
	CpuCfsQuotaPeriod string `protobuf:"bytes,3,opt,name=cpu_cfs_quota_period,json=cpuCfsQuotaPeriod,proto3" json:"cpu_cfs_quota_period,omitempty"`
	// Set the Pod PID limits. See
	// https://kubernetes.io/docs/concepts/policy/pid-limiting/#pod-pid-limits
	//
	// Controls the maximum number of processes allowed to run in a pod. The value
	// must be greater than or equal to 1024 and less than 4194304.
	PodPidsLimit int64 `protobuf:"varint,4,opt,name=pod_pids_limit,json=podPidsLimit,proto3" json:"pod_pids_limit,omitempty"`
	// contains filtered or unexported fields
}

Node kubelet configs.

func (*NodeKubeletConfig) Descriptor deprecated

func (*NodeKubeletConfig) Descriptor() ([]byte, []int)

Deprecated: Use NodeKubeletConfig.ProtoReflect.Descriptor instead.

func (*NodeKubeletConfig) GetCpuCfsQuota

func (x *NodeKubeletConfig) GetCpuCfsQuota() *wrapperspb.BoolValue

func (*NodeKubeletConfig) GetCpuCfsQuotaPeriod

func (x *NodeKubeletConfig) GetCpuCfsQuotaPeriod() string

func (*NodeKubeletConfig) GetCpuManagerPolicy

func (x *NodeKubeletConfig) GetCpuManagerPolicy() string

func (*NodeKubeletConfig) GetPodPidsLimit

func (x *NodeKubeletConfig) GetPodPidsLimit() int64

func (*NodeKubeletConfig) ProtoMessage

func (*NodeKubeletConfig) ProtoMessage()

func (*NodeKubeletConfig) ProtoReflect

func (x *NodeKubeletConfig) ProtoReflect() protoreflect.Message

func (*NodeKubeletConfig) Reset

func (x *NodeKubeletConfig) Reset()

func (*NodeKubeletConfig) String

func (x *NodeKubeletConfig) String() string

type NodeLabels

type NodeLabels struct {

	// Map of node label keys and node label values.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

Collection of node-level [Kubernetes labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels).

func (*NodeLabels) Descriptor deprecated

func (*NodeLabels) Descriptor() ([]byte, []int)

Deprecated: Use NodeLabels.ProtoReflect.Descriptor instead.

func (*NodeLabels) GetLabels

func (x *NodeLabels) GetLabels() map[string]string

func (*NodeLabels) ProtoMessage

func (*NodeLabels) ProtoMessage()

func (*NodeLabels) ProtoReflect

func (x *NodeLabels) ProtoReflect() protoreflect.Message

func (*NodeLabels) Reset

func (x *NodeLabels) Reset()

func (*NodeLabels) String

func (x *NodeLabels) String() string

type NodeManagement

type NodeManagement struct {

	// Whether the nodes will be automatically upgraded.
	AutoUpgrade bool `protobuf:"varint,1,opt,name=auto_upgrade,json=autoUpgrade,proto3" json:"auto_upgrade,omitempty"`
	// Whether the nodes will be automatically repaired.
	AutoRepair bool `protobuf:"varint,2,opt,name=auto_repair,json=autoRepair,proto3" json:"auto_repair,omitempty"`
	// Specifies the Auto Upgrade knobs for the node pool.
	UpgradeOptions *AutoUpgradeOptions `protobuf:"bytes,10,opt,name=upgrade_options,json=upgradeOptions,proto3" json:"upgrade_options,omitempty"`
	// contains filtered or unexported fields
}

NodeManagement defines the set of node management services turned on for the node pool.

func (*NodeManagement) Descriptor deprecated

func (*NodeManagement) Descriptor() ([]byte, []int)

Deprecated: Use NodeManagement.ProtoReflect.Descriptor instead.

func (*NodeManagement) GetAutoRepair

func (x *NodeManagement) GetAutoRepair() bool

func (*NodeManagement) GetAutoUpgrade

func (x *NodeManagement) GetAutoUpgrade() bool

func (*NodeManagement) GetUpgradeOptions

func (x *NodeManagement) GetUpgradeOptions() *AutoUpgradeOptions

func (*NodeManagement) ProtoMessage

func (*NodeManagement) ProtoMessage()

func (*NodeManagement) ProtoReflect

func (x *NodeManagement) ProtoReflect() protoreflect.Message

func (*NodeManagement) Reset

func (x *NodeManagement) Reset()

func (*NodeManagement) String

func (x *NodeManagement) String() string

type NodeNetworkConfig

type NodeNetworkConfig struct {

	// Input only. Whether to create a new range for pod IPs in this node pool.
	// Defaults are provided for `pod_range` and `pod_ipv4_cidr_block` if they
	// are not specified.
	//
	// If neither `create_pod_range` or `pod_range` are specified, the
	// cluster-level default (`ip_allocation_policy.cluster_ipv4_cidr_block`) is
	// used.
	//
	// Only applicable if `ip_allocation_policy.use_ip_aliases` is true.
	//
	// This field cannot be changed after the node pool has been created.
	CreatePodRange bool `protobuf:"varint,4,opt,name=create_pod_range,json=createPodRange,proto3" json:"create_pod_range,omitempty"`
	// The ID of the secondary range for pod IPs.
	// If `create_pod_range` is true, this ID is used for the new range.
	// If `create_pod_range` is false, uses an existing secondary range with this
	// ID.
	//
	// Only applicable if `ip_allocation_policy.use_ip_aliases` is true.
	//
	// This field cannot be changed after the node pool has been created.
	PodRange string `protobuf:"bytes,5,opt,name=pod_range,json=podRange,proto3" json:"pod_range,omitempty"`
	// The IP address range for pod IPs in this node pool.
	//
	// Only applicable if `create_pod_range` is true.
	//
	// Set to blank to have a range chosen with the default size.
	//
	// Set to /netmask (e.g. `/14`) to have a range chosen with a specific
	// netmask.
	//
	// Set to a
	// [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
	// notation (e.g. `10.96.0.0/14`) to pick a specific range to use.
	//
	// Only applicable if `ip_allocation_policy.use_ip_aliases` is true.
	//
	// This field cannot be changed after the node pool has been created.
	PodIpv4CidrBlock string `protobuf:"bytes,6,opt,name=pod_ipv4_cidr_block,json=podIpv4CidrBlock,proto3" json:"pod_ipv4_cidr_block,omitempty"`
	// Whether nodes have internal IP addresses only.
	// If enable_private_nodes is not specified, then the value is derived from
	// [cluster.privateClusterConfig.enablePrivateNodes][google.container.v1beta1.PrivateClusterConfig.enablePrivateNodes]
	EnablePrivateNodes *bool `protobuf:"varint,9,opt,name=enable_private_nodes,json=enablePrivateNodes,proto3,oneof" json:"enable_private_nodes,omitempty"`
	// Network bandwidth tier configuration.
	NetworkPerformanceConfig *NodeNetworkConfig_NetworkPerformanceConfig `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

Parameters for node pool-level network config.

func (*NodeNetworkConfig) Descriptor deprecated

func (*NodeNetworkConfig) Descriptor() ([]byte, []int)

Deprecated: Use NodeNetworkConfig.ProtoReflect.Descriptor instead.

func (*NodeNetworkConfig) GetCreatePodRange

func (x *NodeNetworkConfig) GetCreatePodRange() bool

func (*NodeNetworkConfig) GetEnablePrivateNodes

func (x *NodeNetworkConfig) GetEnablePrivateNodes() bool

func (*NodeNetworkConfig) GetNetworkPerformanceConfig

func (x *NodeNetworkConfig) GetNetworkPerformanceConfig() *NodeNetworkConfig_NetworkPerformanceConfig

func (*NodeNetworkConfig) GetPodIpv4CidrBlock

func (x *NodeNetworkConfig) GetPodIpv4CidrBlock() string

func (*NodeNetworkConfig) GetPodRange

func (x *NodeNetworkConfig) GetPodRange() string

func (*NodeNetworkConfig) ProtoMessage

func (*NodeNetworkConfig) ProtoMessage()

func (*NodeNetworkConfig) ProtoReflect

func (x *NodeNetworkConfig) ProtoReflect() protoreflect.Message

func (*NodeNetworkConfig) Reset

func (x *NodeNetworkConfig) Reset()

func (*NodeNetworkConfig) String

func (x *NodeNetworkConfig) String() string

type NodeNetworkConfig_NetworkPerformanceConfig

type NodeNetworkConfig_NetworkPerformanceConfig struct {

	// Specifies the total network bandwidth tier for the NodePool.
	TotalEgressBandwidthTier *NodeNetworkConfig_NetworkPerformanceConfig_Tier `` /* 222-byte string literal not displayed */
	// Specifies the network bandwidth tier for the NodePool for traffic to
	// external/public IP addresses.
	ExternalIpEgressBandwidthTier *NodeNetworkConfig_NetworkPerformanceConfig_Tier `` /* 239-byte string literal not displayed */
	// contains filtered or unexported fields
}

Configuration of all network bandwidth tiers

func (*NodeNetworkConfig_NetworkPerformanceConfig) Descriptor deprecated

Deprecated: Use NodeNetworkConfig_NetworkPerformanceConfig.ProtoReflect.Descriptor instead.

func (*NodeNetworkConfig_NetworkPerformanceConfig) GetExternalIpEgressBandwidthTier

func (*NodeNetworkConfig_NetworkPerformanceConfig) GetTotalEgressBandwidthTier

func (*NodeNetworkConfig_NetworkPerformanceConfig) ProtoMessage

func (*NodeNetworkConfig_NetworkPerformanceConfig) ProtoReflect

func (*NodeNetworkConfig_NetworkPerformanceConfig) Reset

func (*NodeNetworkConfig_NetworkPerformanceConfig) String

type NodeNetworkConfig_NetworkPerformanceConfig_Tier

type NodeNetworkConfig_NetworkPerformanceConfig_Tier int32

Node network tier

const (
	// Default value
	NodeNetworkConfig_NetworkPerformanceConfig_TIER_UNSPECIFIED NodeNetworkConfig_NetworkPerformanceConfig_Tier = 0
	// Higher bandwidth, actual values based on VM size.
	NodeNetworkConfig_NetworkPerformanceConfig_TIER_1 NodeNetworkConfig_NetworkPerformanceConfig_Tier = 1
)

func (NodeNetworkConfig_NetworkPerformanceConfig_Tier) Descriptor

func (NodeNetworkConfig_NetworkPerformanceConfig_Tier) Enum

func (NodeNetworkConfig_NetworkPerformanceConfig_Tier) EnumDescriptor deprecated

Deprecated: Use NodeNetworkConfig_NetworkPerformanceConfig_Tier.Descriptor instead.

func (NodeNetworkConfig_NetworkPerformanceConfig_Tier) Number

func (NodeNetworkConfig_NetworkPerformanceConfig_Tier) String

func (NodeNetworkConfig_NetworkPerformanceConfig_Tier) Type

type NodePool

type NodePool struct {

	// The name of the node pool.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The node configuration of the pool.
	Config *NodeConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// The initial node count for the pool. You must ensure that your
	// Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
	// is sufficient for this number of instances. You must also have available
	// firewall and routes quota.
	InitialNodeCount int32 `protobuf:"varint,3,opt,name=initial_node_count,json=initialNodeCount,proto3" json:"initial_node_count,omitempty"`
	// The list of Google Compute Engine
	// [zones](https://cloud.google.com/compute/docs/zones#available) in which the
	// NodePool's nodes should be located.
	//
	// If this value is unspecified during node pool creation, the
	// [Cluster.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster.FIELDS.locations)
	// value will be used, instead.
	//
	// Warning: changing node pool locations will result in nodes being added
	// and/or removed.
	Locations []string `protobuf:"bytes,13,rep,name=locations,proto3" json:"locations,omitempty"`
	// Networking configuration for this NodePool. If specified, it overrides the
	// cluster-level defaults.
	NetworkConfig *NodeNetworkConfig `protobuf:"bytes,14,opt,name=network_config,json=networkConfig,proto3" json:"network_config,omitempty"`
	// [Output only] Server-defined URL for the resource.
	SelfLink string `protobuf:"bytes,100,opt,name=self_link,json=selfLink,proto3" json:"self_link,omitempty"`
	// The version of Kubernetes running on this NodePool's nodes. If unspecified,
	// it defaults as described
	// [here](https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version).
	Version string `protobuf:"bytes,101,opt,name=version,proto3" json:"version,omitempty"`
	// [Output only] The resource URLs of the [managed instance
	// groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
	// associated with this node pool.
	// During the node pool blue-green upgrade operation, the URLs contain both
	// blue and green resources.
	InstanceGroupUrls []string `protobuf:"bytes,102,rep,name=instance_group_urls,json=instanceGroupUrls,proto3" json:"instance_group_urls,omitempty"`
	// [Output only] The status of the nodes in this pool instance.
	Status NodePool_Status `protobuf:"varint,103,opt,name=status,proto3,enum=google.container.v1beta1.NodePool_Status" json:"status,omitempty"`
	// [Output only] Deprecated. Use conditions instead.
	// Additional information about the current status of this
	// node pool instance, if available.
	//
	// Deprecated: Do not use.
	StatusMessage string `protobuf:"bytes,104,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
	// Autoscaler configuration for this NodePool. Autoscaler is enabled
	// only if a valid configuration is present.
	Autoscaling *NodePoolAutoscaling `protobuf:"bytes,4,opt,name=autoscaling,proto3" json:"autoscaling,omitempty"`
	// NodeManagement configuration for this NodePool.
	Management *NodeManagement `protobuf:"bytes,5,opt,name=management,proto3" json:"management,omitempty"`
	// The constraint on the maximum number of pods that can be run
	// simultaneously on a node in the node pool.
	MaxPodsConstraint *MaxPodsConstraint `protobuf:"bytes,6,opt,name=max_pods_constraint,json=maxPodsConstraint,proto3" json:"max_pods_constraint,omitempty"`
	// Which conditions caused the current node pool state.
	Conditions []*StatusCondition `protobuf:"bytes,105,rep,name=conditions,proto3" json:"conditions,omitempty"`
	// [Output only] The pod CIDR block size per node in this node pool.
	PodIpv4CidrSize int32 `protobuf:"varint,7,opt,name=pod_ipv4_cidr_size,json=podIpv4CidrSize,proto3" json:"pod_ipv4_cidr_size,omitempty"`
	// Upgrade settings control disruption and speed of the upgrade.
	UpgradeSettings *NodePool_UpgradeSettings `protobuf:"bytes,107,opt,name=upgrade_settings,json=upgradeSettings,proto3" json:"upgrade_settings,omitempty"`
	// Specifies the node placement policy.
	PlacementPolicy *NodePool_PlacementPolicy `protobuf:"bytes,108,opt,name=placement_policy,json=placementPolicy,proto3" json:"placement_policy,omitempty"`
	// Output only. [Output only] Update info contains relevant information during
	// a node pool update.
	UpdateInfo *NodePool_UpdateInfo `protobuf:"bytes,109,opt,name=update_info,json=updateInfo,proto3" json:"update_info,omitempty"`
	// This checksum is computed by the server based on the value of node pool
	// fields, and may be sent on update requests to ensure the client has an
	// up-to-date value before proceeding.
	Etag string `protobuf:"bytes,110,opt,name=etag,proto3" json:"etag,omitempty"`
	// contains filtered or unexported fields
}

NodePool contains the name and configuration for a cluster's node pool. Node pools are a set of nodes (i.e. VM's), with a common configuration and specification, under the control of the cluster master. They may have a set of Kubernetes labels applied to them, which may be used to reference them during pod scheduling. They may also be resized up or down, to accommodate the workload. These upgrade settings control the level of parallelism and the level of disruption caused by an upgrade.

maxUnavailable controls the number of nodes that can be simultaneously unavailable.

maxSurge controls the number of additional nodes that can be added to the node pool temporarily for the time of the upgrade to increase the number of available nodes.

(maxUnavailable + maxSurge) determines the level of parallelism (how many nodes are being upgraded at the same time).

Note: upgrades inevitably introduce some disruption since workloads need to be moved from old nodes to new, upgraded ones. Even if maxUnavailable=0, this holds true. (Disruption stays within the limits of PodDisruptionBudget, if it is configured.)

Consider a hypothetical node pool with 5 nodes having maxSurge=2, maxUnavailable=1. This means the upgrade process upgrades 3 nodes simultaneously. It creates 2 additional (upgraded) nodes, then it brings down 3 old (not yet upgraded) nodes at the same time. This ensures that there are always at least 4 nodes available.

func (*NodePool) Descriptor deprecated

func (*NodePool) Descriptor() ([]byte, []int)

Deprecated: Use NodePool.ProtoReflect.Descriptor instead.

func (*NodePool) GetAutoscaling

func (x *NodePool) GetAutoscaling() *NodePoolAutoscaling

func (*NodePool) GetConditions

func (x *NodePool) GetConditions() []*StatusCondition

func (*NodePool) GetConfig

func (x *NodePool) GetConfig() *NodeConfig

func (*NodePool) GetEtag

func (x *NodePool) GetEtag() string

func (*NodePool) GetInitialNodeCount

func (x *NodePool) GetInitialNodeCount() int32

func (*NodePool) GetInstanceGroupUrls

func (x *NodePool) GetInstanceGroupUrls() []string

func (*NodePool) GetLocations

func (x *NodePool) GetLocations() []string

func (*NodePool) GetManagement

func (x *NodePool) GetManagement() *NodeManagement

func (*NodePool) GetMaxPodsConstraint

func (x *NodePool) GetMaxPodsConstraint() *MaxPodsConstraint

func (*NodePool) GetName

func (x *NodePool) GetName() string

func (*NodePool) GetNetworkConfig

func (x *NodePool) GetNetworkConfig() *NodeNetworkConfig

func (*NodePool) GetPlacementPolicy

func (x *NodePool) GetPlacementPolicy() *NodePool_PlacementPolicy

func (*NodePool) GetPodIpv4CidrSize

func (x *NodePool) GetPodIpv4CidrSize() int32
func (x *NodePool) GetSelfLink() string

func (*NodePool) GetStatus

func (x *NodePool) GetStatus() NodePool_Status

func (*NodePool) GetStatusMessage deprecated

func (x *NodePool) GetStatusMessage() string

Deprecated: Do not use.

func (*NodePool) GetUpdateInfo

func (x *NodePool) GetUpdateInfo() *NodePool_UpdateInfo

func (*NodePool) GetUpgradeSettings

func (x *NodePool) GetUpgradeSettings() *NodePool_UpgradeSettings

func (*NodePool) GetVersion

func (x *NodePool) GetVersion() string

func (*NodePool) ProtoMessage

func (*NodePool) ProtoMessage()

func (*NodePool) ProtoReflect

func (x *NodePool) ProtoReflect() protoreflect.Message

func (*NodePool) Reset

func (x *NodePool) Reset()

func (*NodePool) String

func (x *NodePool) String() string

type NodePoolAutoConfig

type NodePoolAutoConfig struct {

	// The list of instance tags applied to all nodes. Tags are used to identify
	// valid sources or targets for network firewalls and are specified by
	// the client during cluster creation. Each tag within the list
	// must comply with RFC1035.
	NetworkTags *NetworkTags `protobuf:"bytes,1,opt,name=network_tags,json=networkTags,proto3" json:"network_tags,omitempty"`
	// contains filtered or unexported fields
}

node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters

func (*NodePoolAutoConfig) Descriptor deprecated

func (*NodePoolAutoConfig) Descriptor() ([]byte, []int)

Deprecated: Use NodePoolAutoConfig.ProtoReflect.Descriptor instead.

func (*NodePoolAutoConfig) GetNetworkTags

func (x *NodePoolAutoConfig) GetNetworkTags() *NetworkTags

func (*NodePoolAutoConfig) ProtoMessage

func (*NodePoolAutoConfig) ProtoMessage()

func (*NodePoolAutoConfig) ProtoReflect

func (x *NodePoolAutoConfig) ProtoReflect() protoreflect.Message

func (*NodePoolAutoConfig) Reset

func (x *NodePoolAutoConfig) Reset()

func (*NodePoolAutoConfig) String

func (x *NodePoolAutoConfig) String() string

type NodePoolAutoscaling

type NodePoolAutoscaling struct {

	// Is autoscaling enabled for this node pool.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// Minimum number of nodes for one location in the NodePool. Must be >= 1 and
	// <= max_node_count.
	MinNodeCount int32 `protobuf:"varint,2,opt,name=min_node_count,json=minNodeCount,proto3" json:"min_node_count,omitempty"`
	// Maximum number of nodes for one location in the NodePool. Must be >=
	// min_node_count. There has to be enough quota to scale up the cluster.
	MaxNodeCount int32 `protobuf:"varint,3,opt,name=max_node_count,json=maxNodeCount,proto3" json:"max_node_count,omitempty"`
	// Can this node pool be deleted automatically.
	Autoprovisioned bool `protobuf:"varint,4,opt,name=autoprovisioned,proto3" json:"autoprovisioned,omitempty"`
	// Location policy used when scaling up a nodepool.
	LocationPolicy NodePoolAutoscaling_LocationPolicy `` /* 169-byte string literal not displayed */
	// Minimum number of nodes in the node pool. Must be greater than 1 less than
	// total_max_node_count.
	// The total_*_node_count fields are mutually exclusive with the *_node_count
	// fields.
	TotalMinNodeCount int32 `protobuf:"varint,6,opt,name=total_min_node_count,json=totalMinNodeCount,proto3" json:"total_min_node_count,omitempty"`
	// Maximum number of nodes in the node pool. Must be greater than
	// total_min_node_count. There has to be enough quota to scale up the cluster.
	// The total_*_node_count fields are mutually exclusive with the *_node_count
	// fields.
	TotalMaxNodeCount int32 `protobuf:"varint,7,opt,name=total_max_node_count,json=totalMaxNodeCount,proto3" json:"total_max_node_count,omitempty"`
	// contains filtered or unexported fields
}

NodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage.

func (*NodePoolAutoscaling) Descriptor deprecated

func (*NodePoolAutoscaling) Descriptor() ([]byte, []int)

Deprecated: Use NodePoolAutoscaling.ProtoReflect.Descriptor instead.

func (*NodePoolAutoscaling) GetAutoprovisioned

func (x *NodePoolAutoscaling) GetAutoprovisioned() bool

func (*NodePoolAutoscaling) GetEnabled

func (x *NodePoolAutoscaling) GetEnabled() bool

func (*NodePoolAutoscaling) GetLocationPolicy

func (*NodePoolAutoscaling) GetMaxNodeCount

func (x *NodePoolAutoscaling) GetMaxNodeCount() int32

func (*NodePoolAutoscaling) GetMinNodeCount

func (x *NodePoolAutoscaling) GetMinNodeCount() int32

func (*NodePoolAutoscaling) GetTotalMaxNodeCount

func (x *NodePoolAutoscaling) GetTotalMaxNodeCount() int32

func (*NodePoolAutoscaling) GetTotalMinNodeCount

func (x *NodePoolAutoscaling) GetTotalMinNodeCount() int32

func (*NodePoolAutoscaling) ProtoMessage

func (*NodePoolAutoscaling) ProtoMessage()

func (*NodePoolAutoscaling) ProtoReflect

func (x *NodePoolAutoscaling) ProtoReflect() protoreflect.Message

func (*NodePoolAutoscaling) Reset

func (x *NodePoolAutoscaling) Reset()

func (*NodePoolAutoscaling) String

func (x *NodePoolAutoscaling) String() string

type NodePoolAutoscaling_LocationPolicy

type NodePoolAutoscaling_LocationPolicy int32

Location policy specifies how zones are picked when scaling up the nodepool.

const (
	// Not set.
	NodePoolAutoscaling_LOCATION_POLICY_UNSPECIFIED NodePoolAutoscaling_LocationPolicy = 0
	// BALANCED is a best effort policy that aims to balance the sizes of
	// different zones.
	NodePoolAutoscaling_BALANCED NodePoolAutoscaling_LocationPolicy = 1
	// ANY policy picks zones that have the highest capacity available.
	NodePoolAutoscaling_ANY NodePoolAutoscaling_LocationPolicy = 2
)

func (NodePoolAutoscaling_LocationPolicy) Descriptor

func (NodePoolAutoscaling_LocationPolicy) Enum

func (NodePoolAutoscaling_LocationPolicy) EnumDescriptor deprecated

func (NodePoolAutoscaling_LocationPolicy) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodePoolAutoscaling_LocationPolicy.Descriptor instead.

func (NodePoolAutoscaling_LocationPolicy) Number

func (NodePoolAutoscaling_LocationPolicy) String

func (NodePoolAutoscaling_LocationPolicy) Type

type NodePoolDefaults

type NodePoolDefaults struct {

	// Subset of NodeConfig message that has defaults.
	NodeConfigDefaults *NodeConfigDefaults `protobuf:"bytes,1,opt,name=node_config_defaults,json=nodeConfigDefaults,proto3" json:"node_config_defaults,omitempty"`
	// contains filtered or unexported fields
}

Subset of Nodepool message that has defaults.

func (*NodePoolDefaults) Descriptor deprecated

func (*NodePoolDefaults) Descriptor() ([]byte, []int)

Deprecated: Use NodePoolDefaults.ProtoReflect.Descriptor instead.

func (*NodePoolDefaults) GetNodeConfigDefaults

func (x *NodePoolDefaults) GetNodeConfigDefaults() *NodeConfigDefaults

func (*NodePoolDefaults) ProtoMessage

func (*NodePoolDefaults) ProtoMessage()

func (*NodePoolDefaults) ProtoReflect

func (x *NodePoolDefaults) ProtoReflect() protoreflect.Message

func (*NodePoolDefaults) Reset

func (x *NodePoolDefaults) Reset()

func (*NodePoolDefaults) String

func (x *NodePoolDefaults) String() string

type NodePoolLoggingConfig

type NodePoolLoggingConfig struct {

	// Logging variant configuration.
	VariantConfig *LoggingVariantConfig `protobuf:"bytes,1,opt,name=variant_config,json=variantConfig,proto3" json:"variant_config,omitempty"`
	// contains filtered or unexported fields
}

NodePoolLoggingConfig specifies logging configuration for nodepools.

func (*NodePoolLoggingConfig) Descriptor deprecated

func (*NodePoolLoggingConfig) Descriptor() ([]byte, []int)

Deprecated: Use NodePoolLoggingConfig.ProtoReflect.Descriptor instead.

func (*NodePoolLoggingConfig) GetVariantConfig

func (x *NodePoolLoggingConfig) GetVariantConfig() *LoggingVariantConfig

func (*NodePoolLoggingConfig) ProtoMessage

func (*NodePoolLoggingConfig) ProtoMessage()

func (*NodePoolLoggingConfig) ProtoReflect

func (x *NodePoolLoggingConfig) ProtoReflect() protoreflect.Message

func (*NodePoolLoggingConfig) Reset

func (x *NodePoolLoggingConfig) Reset()

func (*NodePoolLoggingConfig) String

func (x *NodePoolLoggingConfig) String() string

type NodePoolUpdateStrategy

type NodePoolUpdateStrategy int32

Strategy used for node pool update.

const (
	// Default value if unset. GKE internally defaults the update strategy to
	// SURGE for unspecified strategies.
	NodePoolUpdateStrategy_NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED NodePoolUpdateStrategy = 0
	// blue-green upgrade.
	NodePoolUpdateStrategy_BLUE_GREEN NodePoolUpdateStrategy = 2
	// SURGE is the traditional way of upgrading a node pool.
	// max_surge and max_unavailable determines the level of upgrade parallelism.
	NodePoolUpdateStrategy_SURGE NodePoolUpdateStrategy = 3
)

func (NodePoolUpdateStrategy) Descriptor

func (NodePoolUpdateStrategy) Enum

func (NodePoolUpdateStrategy) EnumDescriptor deprecated

func (NodePoolUpdateStrategy) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodePoolUpdateStrategy.Descriptor instead.

func (NodePoolUpdateStrategy) Number

func (NodePoolUpdateStrategy) String

func (x NodePoolUpdateStrategy) String() string

func (NodePoolUpdateStrategy) Type

type NodePool_PlacementPolicy

type NodePool_PlacementPolicy struct {

	// The type of placement.
	Type NodePool_PlacementPolicy_Type `protobuf:"varint,1,opt,name=type,proto3,enum=google.container.v1beta1.NodePool_PlacementPolicy_Type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

PlacementPolicy defines the placement policy used by the node pool.

func (*NodePool_PlacementPolicy) Descriptor deprecated

func (*NodePool_PlacementPolicy) Descriptor() ([]byte, []int)

Deprecated: Use NodePool_PlacementPolicy.ProtoReflect.Descriptor instead.

func (*NodePool_PlacementPolicy) GetType

func (*NodePool_PlacementPolicy) ProtoMessage

func (*NodePool_PlacementPolicy) ProtoMessage()

func (*NodePool_PlacementPolicy) ProtoReflect

func (x *NodePool_PlacementPolicy) ProtoReflect() protoreflect.Message

func (*NodePool_PlacementPolicy) Reset

func (x *NodePool_PlacementPolicy) Reset()

func (*NodePool_PlacementPolicy) String

func (x *NodePool_PlacementPolicy) String() string

type NodePool_PlacementPolicy_Type

type NodePool_PlacementPolicy_Type int32

Type defines the type of placement policy.

const (
	// TYPE_UNSPECIFIED specifies no requirements on nodes
	// placement.
	NodePool_PlacementPolicy_TYPE_UNSPECIFIED NodePool_PlacementPolicy_Type = 0
	// COMPACT specifies node placement in the same availability domain to
	// ensure low communication latency.
	NodePool_PlacementPolicy_COMPACT NodePool_PlacementPolicy_Type = 1
)

func (NodePool_PlacementPolicy_Type) Descriptor

func (NodePool_PlacementPolicy_Type) Enum

func (NodePool_PlacementPolicy_Type) EnumDescriptor deprecated

func (NodePool_PlacementPolicy_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodePool_PlacementPolicy_Type.Descriptor instead.

func (NodePool_PlacementPolicy_Type) Number

func (NodePool_PlacementPolicy_Type) String

func (NodePool_PlacementPolicy_Type) Type

type NodePool_Status

type NodePool_Status int32

The current status of the node pool instance.

const (
	// Not set.
	NodePool_STATUS_UNSPECIFIED NodePool_Status = 0
	// The PROVISIONING state indicates the node pool is being created.
	NodePool_PROVISIONING NodePool_Status = 1
	// The RUNNING state indicates the node pool has been created
	// and is fully usable.
	NodePool_RUNNING NodePool_Status = 2
	// The RUNNING_WITH_ERROR state indicates the node pool has been created
	// and is partially usable. Some error state has occurred and some
	// functionality may be impaired. Customer may need to reissue a request
	// or trigger a new update.
	NodePool_RUNNING_WITH_ERROR NodePool_Status = 3
	// The RECONCILING state indicates that some work is actively being done on
	// the node pool, such as upgrading node software. Details can
	// be found in the `statusMessage` field.
	NodePool_RECONCILING NodePool_Status = 4
	// The STOPPING state indicates the node pool is being deleted.
	NodePool_STOPPING NodePool_Status = 5
	// The ERROR state indicates the node pool may be unusable. Details
	// can be found in the `statusMessage` field.
	NodePool_ERROR NodePool_Status = 6
)

func (NodePool_Status) Descriptor

func (NodePool_Status) Enum

func (x NodePool_Status) Enum() *NodePool_Status

func (NodePool_Status) EnumDescriptor deprecated

func (NodePool_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodePool_Status.Descriptor instead.

func (NodePool_Status) Number

func (NodePool_Status) String

func (x NodePool_Status) String() string

func (NodePool_Status) Type

type NodePool_UpdateInfo

type NodePool_UpdateInfo struct {

	// Information of a blue-green upgrade.
	BlueGreenInfo *NodePool_UpdateInfo_BlueGreenInfo `protobuf:"bytes,1,opt,name=blue_green_info,json=blueGreenInfo,proto3" json:"blue_green_info,omitempty"`
	// contains filtered or unexported fields
}

UpdateInfo contains resource (instance groups, etc), status and other intermediate information relevant to a node pool upgrade.

func (*NodePool_UpdateInfo) Descriptor deprecated

func (*NodePool_UpdateInfo) Descriptor() ([]byte, []int)

Deprecated: Use NodePool_UpdateInfo.ProtoReflect.Descriptor instead.

func (*NodePool_UpdateInfo) GetBlueGreenInfo

func (*NodePool_UpdateInfo) ProtoMessage

func (*NodePool_UpdateInfo) ProtoMessage()

func (*NodePool_UpdateInfo) ProtoReflect

func (x *NodePool_UpdateInfo) ProtoReflect() protoreflect.Message

func (*NodePool_UpdateInfo) Reset

func (x *NodePool_UpdateInfo) Reset()

func (*NodePool_UpdateInfo) String

func (x *NodePool_UpdateInfo) String() string

type NodePool_UpdateInfo_BlueGreenInfo

type NodePool_UpdateInfo_BlueGreenInfo struct {

	// Current blue-green upgrade phase.
	Phase NodePool_UpdateInfo_BlueGreenInfo_Phase `` /* 134-byte string literal not displayed */
	// The resource URLs of the [managed instance groups]
	// (/compute/docs/instance-groups/creating-groups-of-managed-instances)
	// associated with blue pool.
	BlueInstanceGroupUrls []string `` /* 128-byte string literal not displayed */
	// The resource URLs of the [managed instance groups]
	// (/compute/docs/instance-groups/creating-groups-of-managed-instances)
	// associated with green pool.
	GreenInstanceGroupUrls []string `` /* 131-byte string literal not displayed */
	// Time to start deleting blue pool to complete blue-green upgrade,
	// in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
	BluePoolDeletionStartTime string `` /* 142-byte string literal not displayed */
	// Version of green pool.
	GreenPoolVersion string `protobuf:"bytes,5,opt,name=green_pool_version,json=greenPoolVersion,proto3" json:"green_pool_version,omitempty"`
	// contains filtered or unexported fields
}

Information relevant to blue-green upgrade.

func (*NodePool_UpdateInfo_BlueGreenInfo) Descriptor deprecated

func (*NodePool_UpdateInfo_BlueGreenInfo) Descriptor() ([]byte, []int)

Deprecated: Use NodePool_UpdateInfo_BlueGreenInfo.ProtoReflect.Descriptor instead.

func (*NodePool_UpdateInfo_BlueGreenInfo) GetBlueInstanceGroupUrls

func (x *NodePool_UpdateInfo_BlueGreenInfo) GetBlueInstanceGroupUrls() []string

func (*NodePool_UpdateInfo_BlueGreenInfo) GetBluePoolDeletionStartTime

func (x *NodePool_UpdateInfo_BlueGreenInfo) GetBluePoolDeletionStartTime() string

func (*NodePool_UpdateInfo_BlueGreenInfo) GetGreenInstanceGroupUrls

func (x *NodePool_UpdateInfo_BlueGreenInfo) GetGreenInstanceGroupUrls() []string

func (*NodePool_UpdateInfo_BlueGreenInfo) GetGreenPoolVersion

func (x *NodePool_UpdateInfo_BlueGreenInfo) GetGreenPoolVersion() string

func (*NodePool_UpdateInfo_BlueGreenInfo) GetPhase

func (*NodePool_UpdateInfo_BlueGreenInfo) ProtoMessage

func (*NodePool_UpdateInfo_BlueGreenInfo) ProtoMessage()

func (*NodePool_UpdateInfo_BlueGreenInfo) ProtoReflect

func (*NodePool_UpdateInfo_BlueGreenInfo) Reset

func (*NodePool_UpdateInfo_BlueGreenInfo) String

type NodePool_UpdateInfo_BlueGreenInfo_Phase

type NodePool_UpdateInfo_BlueGreenInfo_Phase int32

Phase represents the different stages blue-green upgrade is running in.

const (
	// Unspecified phase.
	NodePool_UpdateInfo_BlueGreenInfo_PHASE_UNSPECIFIED NodePool_UpdateInfo_BlueGreenInfo_Phase = 0
	// blue-green upgrade has been initiated.
	NodePool_UpdateInfo_BlueGreenInfo_UPDATE_STARTED NodePool_UpdateInfo_BlueGreenInfo_Phase = 1
	// Start creating green pool nodes.
	NodePool_UpdateInfo_BlueGreenInfo_CREATING_GREEN_POOL NodePool_UpdateInfo_BlueGreenInfo_Phase = 2
	// Start cordoning blue pool nodes.
	NodePool_UpdateInfo_BlueGreenInfo_CORDONING_BLUE_POOL NodePool_UpdateInfo_BlueGreenInfo_Phase = 3
	// Start draining blue pool nodes.
	NodePool_UpdateInfo_BlueGreenInfo_DRAINING_BLUE_POOL NodePool_UpdateInfo_BlueGreenInfo_Phase = 4
	// Start soaking time after draining entire blue pool.
	NodePool_UpdateInfo_BlueGreenInfo_NODE_POOL_SOAKING NodePool_UpdateInfo_BlueGreenInfo_Phase = 5
	// Start deleting blue nodes.
	NodePool_UpdateInfo_BlueGreenInfo_DELETING_BLUE_POOL NodePool_UpdateInfo_BlueGreenInfo_Phase = 6
	// Rollback has been initiated.
	NodePool_UpdateInfo_BlueGreenInfo_ROLLBACK_STARTED NodePool_UpdateInfo_BlueGreenInfo_Phase = 7
)

func (NodePool_UpdateInfo_BlueGreenInfo_Phase) Descriptor

func (NodePool_UpdateInfo_BlueGreenInfo_Phase) Enum

func (NodePool_UpdateInfo_BlueGreenInfo_Phase) EnumDescriptor deprecated

func (NodePool_UpdateInfo_BlueGreenInfo_Phase) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodePool_UpdateInfo_BlueGreenInfo_Phase.Descriptor instead.

func (NodePool_UpdateInfo_BlueGreenInfo_Phase) Number

func (NodePool_UpdateInfo_BlueGreenInfo_Phase) String

func (NodePool_UpdateInfo_BlueGreenInfo_Phase) Type

type NodePool_UpgradeSettings

type NodePool_UpgradeSettings struct {

	// The maximum number of nodes that can be created beyond the current size
	// of the node pool during the upgrade process.
	MaxSurge int32 `protobuf:"varint,1,opt,name=max_surge,json=maxSurge,proto3" json:"max_surge,omitempty"`
	// The maximum number of nodes that can be simultaneously unavailable during
	// the upgrade process. A node is considered available if its status is
	// Ready.
	MaxUnavailable int32 `protobuf:"varint,2,opt,name=max_unavailable,json=maxUnavailable,proto3" json:"max_unavailable,omitempty"`
	// Update strategy of the node pool.
	Strategy *NodePoolUpdateStrategy `` /* 129-byte string literal not displayed */
	// Settings for blue-green upgrade strategy.
	BlueGreenSettings *BlueGreenSettings `protobuf:"bytes,4,opt,name=blue_green_settings,json=blueGreenSettings,proto3,oneof" json:"blue_green_settings,omitempty"`
	// contains filtered or unexported fields
}

These upgrade settings configure the upgrade strategy for the node pool. Use strategy to switch between the strategies applied to the node pool.

If the strategy is SURGE, use max_surge and max_unavailable to control the level of parallelism and the level of disruption caused by upgrade. 1. maxSurge controls the number of additional nodes that can be added to the node pool temporarily for the time of the upgrade to increase the number of available nodes. 2. maxUnavailable controls the number of nodes that can be simultaneously unavailable. 3. (maxUnavailable + maxSurge) determines the level of parallelism (how many nodes are being upgraded at the same time).

If the strategy is BLUE_GREEN, use blue_green_settings to configure the blue-green upgrade related settings. 1. standard_rollout_policy is the default policy. The policy is used to control the way blue pool gets drained. The draining is executed in the batch mode. The batch size could be specified as either percentage of the node pool size or the number of nodes. batch_soak_duration is the soak time after each batch gets drained. 2. node_pool_soak_duration is the soak time after all blue nodes are drained. After this period, the blue pool nodes will be deleted.

func (*NodePool_UpgradeSettings) Descriptor deprecated

func (*NodePool_UpgradeSettings) Descriptor() ([]byte, []int)

Deprecated: Use NodePool_UpgradeSettings.ProtoReflect.Descriptor instead.

func (*NodePool_UpgradeSettings) GetBlueGreenSettings

func (x *NodePool_UpgradeSettings) GetBlueGreenSettings() *BlueGreenSettings

func (*NodePool_UpgradeSettings) GetMaxSurge

func (x *NodePool_UpgradeSettings) GetMaxSurge() int32

func (*NodePool_UpgradeSettings) GetMaxUnavailable

func (x *NodePool_UpgradeSettings) GetMaxUnavailable() int32

func (*NodePool_UpgradeSettings) GetStrategy

func (*NodePool_UpgradeSettings) ProtoMessage

func (*NodePool_UpgradeSettings) ProtoMessage()

func (*NodePool_UpgradeSettings) ProtoReflect

func (x *NodePool_UpgradeSettings) ProtoReflect() protoreflect.Message

func (*NodePool_UpgradeSettings) Reset

func (x *NodePool_UpgradeSettings) Reset()

func (*NodePool_UpgradeSettings) String

func (x *NodePool_UpgradeSettings) String() string

type NodeTaint

type NodeTaint struct {

	// Key for taint.
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// Value for taint.
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// Effect for taint.
	Effect NodeTaint_Effect `protobuf:"varint,3,opt,name=effect,proto3,enum=google.container.v1beta1.NodeTaint_Effect" json:"effect,omitempty"`
	// contains filtered or unexported fields
}

Kubernetes taint is composed of three fields: key, value, and effect. Effect can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute.

See [here](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration) for more information, including usage and the valid values.

func (*NodeTaint) Descriptor deprecated

func (*NodeTaint) Descriptor() ([]byte, []int)

Deprecated: Use NodeTaint.ProtoReflect.Descriptor instead.

func (*NodeTaint) GetEffect

func (x *NodeTaint) GetEffect() NodeTaint_Effect

func (*NodeTaint) GetKey

func (x *NodeTaint) GetKey() string

func (*NodeTaint) GetValue

func (x *NodeTaint) GetValue() string

func (*NodeTaint) ProtoMessage

func (*NodeTaint) ProtoMessage()

func (*NodeTaint) ProtoReflect

func (x *NodeTaint) ProtoReflect() protoreflect.Message

func (*NodeTaint) Reset

func (x *NodeTaint) Reset()

func (*NodeTaint) String

func (x *NodeTaint) String() string

type NodeTaint_Effect

type NodeTaint_Effect int32

Possible values for Effect in taint.

const (
	// Not set
	NodeTaint_EFFECT_UNSPECIFIED NodeTaint_Effect = 0
	// NoSchedule
	NodeTaint_NO_SCHEDULE NodeTaint_Effect = 1
	// PreferNoSchedule
	NodeTaint_PREFER_NO_SCHEDULE NodeTaint_Effect = 2
	// NoExecute
	NodeTaint_NO_EXECUTE NodeTaint_Effect = 3
)

func (NodeTaint_Effect) Descriptor

func (NodeTaint_Effect) Enum

func (NodeTaint_Effect) EnumDescriptor deprecated

func (NodeTaint_Effect) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodeTaint_Effect.Descriptor instead.

func (NodeTaint_Effect) Number

func (NodeTaint_Effect) String

func (x NodeTaint_Effect) String() string

func (NodeTaint_Effect) Type

type NodeTaints

type NodeTaints struct {

	// List of node taints.
	Taints []*NodeTaint `protobuf:"bytes,1,rep,name=taints,proto3" json:"taints,omitempty"`
	// contains filtered or unexported fields
}

Collection of Kubernetes [node taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration).

func (*NodeTaints) Descriptor deprecated

func (*NodeTaints) Descriptor() ([]byte, []int)

Deprecated: Use NodeTaints.ProtoReflect.Descriptor instead.

func (*NodeTaints) GetTaints

func (x *NodeTaints) GetTaints() []*NodeTaint

func (*NodeTaints) ProtoMessage

func (*NodeTaints) ProtoMessage()

func (*NodeTaints) ProtoReflect

func (x *NodeTaints) ProtoReflect() protoreflect.Message

func (*NodeTaints) Reset

func (x *NodeTaints) Reset()

func (*NodeTaints) String

func (x *NodeTaints) String() string

type NotificationConfig

type NotificationConfig struct {

	// Notification config for Pub/Sub.
	Pubsub *NotificationConfig_PubSub `protobuf:"bytes,1,opt,name=pubsub,proto3" json:"pubsub,omitempty"`
	// contains filtered or unexported fields
}

NotificationConfig is the configuration of notifications.

func (*NotificationConfig) Descriptor deprecated

func (*NotificationConfig) Descriptor() ([]byte, []int)

Deprecated: Use NotificationConfig.ProtoReflect.Descriptor instead.

func (*NotificationConfig) GetPubsub

func (*NotificationConfig) ProtoMessage

func (*NotificationConfig) ProtoMessage()

func (*NotificationConfig) ProtoReflect

func (x *NotificationConfig) ProtoReflect() protoreflect.Message

func (*NotificationConfig) Reset

func (x *NotificationConfig) Reset()

func (*NotificationConfig) String

func (x *NotificationConfig) String() string

type NotificationConfig_EventType

type NotificationConfig_EventType int32

Types of notifications currently supported. Can be used to filter what notifications are sent.

const (
	// Not set, will be ignored.
	NotificationConfig_EVENT_TYPE_UNSPECIFIED NotificationConfig_EventType = 0
	// Corresponds with UpgradeAvailableEvent.
	NotificationConfig_UPGRADE_AVAILABLE_EVENT NotificationConfig_EventType = 1
	// Corresponds with UpgradeEvent.
	NotificationConfig_UPGRADE_EVENT NotificationConfig_EventType = 2
	// Corresponds with SecurityBulletinEvent.
	NotificationConfig_SECURITY_BULLETIN_EVENT NotificationConfig_EventType = 3
)

func (NotificationConfig_EventType) Descriptor

func (NotificationConfig_EventType) Enum

func (NotificationConfig_EventType) EnumDescriptor deprecated

func (NotificationConfig_EventType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NotificationConfig_EventType.Descriptor instead.

func (NotificationConfig_EventType) Number

func (NotificationConfig_EventType) String

func (NotificationConfig_EventType) Type

type NotificationConfig_Filter

type NotificationConfig_Filter struct {

	// Event types to allowlist.
	EventType []NotificationConfig_EventType `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

Allows filtering to one or more specific event types. If event types are present, those and only those event types will be transmitted to the cluster. Other types will be skipped. If no filter is specified, or no event types are present, all event types will be sent

func (*NotificationConfig_Filter) Descriptor deprecated

func (*NotificationConfig_Filter) Descriptor() ([]byte, []int)

Deprecated: Use NotificationConfig_Filter.ProtoReflect.Descriptor instead.

func (*NotificationConfig_Filter) GetEventType

func (*NotificationConfig_Filter) ProtoMessage

func (*NotificationConfig_Filter) ProtoMessage()

func (*NotificationConfig_Filter) ProtoReflect

func (*NotificationConfig_Filter) Reset

func (x *NotificationConfig_Filter) Reset()

func (*NotificationConfig_Filter) String

func (x *NotificationConfig_Filter) String() string

type NotificationConfig_PubSub

type NotificationConfig_PubSub struct {

	// Enable notifications for Pub/Sub.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// The desired Pub/Sub topic to which notifications will be
	// sent by GKE. Format is `projects/{project}/topics/{topic}`.
	Topic string `protobuf:"bytes,2,opt,name=topic,proto3" json:"topic,omitempty"`
	// Allows filtering to one or more specific event types. If no filter is
	// specified, or if a filter is specified with no event types, all event
	// types will be sent
	Filter *NotificationConfig_Filter `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

Pub/Sub specific notification config.

func (*NotificationConfig_PubSub) Descriptor deprecated

func (*NotificationConfig_PubSub) Descriptor() ([]byte, []int)

Deprecated: Use NotificationConfig_PubSub.ProtoReflect.Descriptor instead.

func (*NotificationConfig_PubSub) GetEnabled

func (x *NotificationConfig_PubSub) GetEnabled() bool

func (*NotificationConfig_PubSub) GetFilter

func (*NotificationConfig_PubSub) GetTopic

func (x *NotificationConfig_PubSub) GetTopic() string

func (*NotificationConfig_PubSub) ProtoMessage

func (*NotificationConfig_PubSub) ProtoMessage()

func (*NotificationConfig_PubSub) ProtoReflect

func (*NotificationConfig_PubSub) Reset

func (x *NotificationConfig_PubSub) Reset()

func (*NotificationConfig_PubSub) String

func (x *NotificationConfig_PubSub) String() string

type Operation

type Operation struct {

	// The server-assigned ID for the operation.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// operation is taking place. This field is deprecated, use location instead.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// The operation type.
	OperationType Operation_Type `` /* 146-byte string literal not displayed */
	// The current status of the operation.
	Status Operation_Status `protobuf:"varint,4,opt,name=status,proto3,enum=google.container.v1beta1.Operation_Status" json:"status,omitempty"`
	// Detailed operation progress, if available.
	Detail string `protobuf:"bytes,8,opt,name=detail,proto3" json:"detail,omitempty"`
	// Output only. If an error has occurred, a textual description of the error.
	// Deprecated. Use field error instead.
	//
	// Deprecated: Do not use.
	StatusMessage string `protobuf:"bytes,5,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
	// Server-defined URL for the resource.
	SelfLink string `protobuf:"bytes,6,opt,name=self_link,json=selfLink,proto3" json:"self_link,omitempty"`
	// Server-defined URL for the target of the operation.
	TargetLink string `protobuf:"bytes,7,opt,name=target_link,json=targetLink,proto3" json:"target_link,omitempty"`
	// [Output only] The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available)
	// or
	// [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available)
	// in which the cluster resides.
	Location string `protobuf:"bytes,9,opt,name=location,proto3" json:"location,omitempty"`
	// [Output only] The time the operation started, in
	// [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
	StartTime string `protobuf:"bytes,10,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// [Output only] The time the operation completed, in
	// [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
	EndTime string `protobuf:"bytes,11,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// Output only. [Output only] Progress information for an operation.
	Progress *OperationProgress `protobuf:"bytes,12,opt,name=progress,proto3" json:"progress,omitempty"`
	// Which conditions caused the current cluster state.
	// Deprecated. Use field error instead.
	//
	// Deprecated: Do not use.
	ClusterConditions []*StatusCondition `protobuf:"bytes,13,rep,name=cluster_conditions,json=clusterConditions,proto3" json:"cluster_conditions,omitempty"`
	// Which conditions caused the current node pool state.
	// Deprecated. Use field error instead.
	//
	// Deprecated: Do not use.
	NodepoolConditions []*StatusCondition `protobuf:"bytes,14,rep,name=nodepool_conditions,json=nodepoolConditions,proto3" json:"nodepool_conditions,omitempty"`
	// The error result of the operation in case of failure.
	Error *status.Status `protobuf:"bytes,15,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

This operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

func (*Operation) Descriptor deprecated

func (*Operation) Descriptor() ([]byte, []int)

Deprecated: Use Operation.ProtoReflect.Descriptor instead.

func (*Operation) GetClusterConditions deprecated

func (x *Operation) GetClusterConditions() []*StatusCondition

Deprecated: Do not use.

func (*Operation) GetDetail

func (x *Operation) GetDetail() string

func (*Operation) GetEndTime

func (x *Operation) GetEndTime() string

func (*Operation) GetError

func (x *Operation) GetError() *status.Status

func (*Operation) GetLocation

func (x *Operation) GetLocation() string

func (*Operation) GetName

func (x *Operation) GetName() string

func (*Operation) GetNodepoolConditions deprecated

func (x *Operation) GetNodepoolConditions() []*StatusCondition

Deprecated: Do not use.

func (*Operation) GetOperationType

func (x *Operation) GetOperationType() Operation_Type

func (*Operation) GetProgress

func (x *Operation) GetProgress() *OperationProgress
func (x *Operation) GetSelfLink() string

func (*Operation) GetStartTime

func (x *Operation) GetStartTime() string

func (*Operation) GetStatus

func (x *Operation) GetStatus() Operation_Status

func (*Operation) GetStatusMessage deprecated

func (x *Operation) GetStatusMessage() string

Deprecated: Do not use.

func (x *Operation) GetTargetLink() string

func (*Operation) GetZone deprecated

func (x *Operation) GetZone() string

Deprecated: Do not use.

func (*Operation) ProtoMessage

func (*Operation) ProtoMessage()

func (*Operation) ProtoReflect

func (x *Operation) ProtoReflect() protoreflect.Message

func (*Operation) Reset

func (x *Operation) Reset()

func (*Operation) String

func (x *Operation) String() string

type OperationProgress

type OperationProgress struct {

	// A non-parameterized string describing an operation stage.
	// Unset for single-stage operations.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Status of an operation stage.
	// Unset for single-stage operations.
	Status Operation_Status `protobuf:"varint,2,opt,name=status,proto3,enum=google.container.v1beta1.Operation_Status" json:"status,omitempty"`
	// Progress metric bundle, for example:
	//
	//	metrics: [{name: "nodes done",     int_value: 15},
	//	          {name: "nodes total",    int_value: 32}]
	//
	// or
	//
	//	metrics: [{name: "progress",       double_value: 0.56},
	//	          {name: "progress scale", double_value: 1.0}]
	Metrics []*OperationProgress_Metric `protobuf:"bytes,3,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// Substages of an operation or a stage.
	Stages []*OperationProgress `protobuf:"bytes,4,rep,name=stages,proto3" json:"stages,omitempty"`
	// contains filtered or unexported fields
}

Information about operation (or operation stage) progress.

func (*OperationProgress) Descriptor deprecated

func (*OperationProgress) Descriptor() ([]byte, []int)

Deprecated: Use OperationProgress.ProtoReflect.Descriptor instead.

func (*OperationProgress) GetMetrics

func (x *OperationProgress) GetMetrics() []*OperationProgress_Metric

func (*OperationProgress) GetName

func (x *OperationProgress) GetName() string

func (*OperationProgress) GetStages

func (x *OperationProgress) GetStages() []*OperationProgress

func (*OperationProgress) GetStatus

func (x *OperationProgress) GetStatus() Operation_Status

func (*OperationProgress) ProtoMessage

func (*OperationProgress) ProtoMessage()

func (*OperationProgress) ProtoReflect

func (x *OperationProgress) ProtoReflect() protoreflect.Message

func (*OperationProgress) Reset

func (x *OperationProgress) Reset()

func (*OperationProgress) String

func (x *OperationProgress) String() string

type OperationProgress_Metric

type OperationProgress_Metric struct {

	// Required. Metric name, e.g., "nodes total", "percent done".
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Strictly one of the values is required.
	//
	// Types that are assignable to Value:
	//
	//	*OperationProgress_Metric_IntValue
	//	*OperationProgress_Metric_DoubleValue
	//	*OperationProgress_Metric_StringValue
	Value isOperationProgress_Metric_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

Progress metric is (string, int|float|string) pair.

func (*OperationProgress_Metric) Descriptor deprecated

func (*OperationProgress_Metric) Descriptor() ([]byte, []int)

Deprecated: Use OperationProgress_Metric.ProtoReflect.Descriptor instead.

func (*OperationProgress_Metric) GetDoubleValue

func (x *OperationProgress_Metric) GetDoubleValue() float64

func (*OperationProgress_Metric) GetIntValue

func (x *OperationProgress_Metric) GetIntValue() int64

func (*OperationProgress_Metric) GetName

func (x *OperationProgress_Metric) GetName() string

func (*OperationProgress_Metric) GetStringValue

func (x *OperationProgress_Metric) GetStringValue() string

func (*OperationProgress_Metric) GetValue

func (m *OperationProgress_Metric) GetValue() isOperationProgress_Metric_Value

func (*OperationProgress_Metric) ProtoMessage

func (*OperationProgress_Metric) ProtoMessage()

func (*OperationProgress_Metric) ProtoReflect

func (x *OperationProgress_Metric) ProtoReflect() protoreflect.Message

func (*OperationProgress_Metric) Reset

func (x *OperationProgress_Metric) Reset()

func (*OperationProgress_Metric) String

func (x *OperationProgress_Metric) String() string

type OperationProgress_Metric_DoubleValue

type OperationProgress_Metric_DoubleValue struct {
	// For metrics with floating point value.
	DoubleValue float64 `protobuf:"fixed64,3,opt,name=double_value,json=doubleValue,proto3,oneof"`
}

type OperationProgress_Metric_IntValue

type OperationProgress_Metric_IntValue struct {
	// For metrics with integer value.
	IntValue int64 `protobuf:"varint,2,opt,name=int_value,json=intValue,proto3,oneof"`
}

type OperationProgress_Metric_StringValue

type OperationProgress_Metric_StringValue struct {
	// For metrics with custom values (ratios, visual progress, etc.).
	StringValue string `protobuf:"bytes,4,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type Operation_Status

type Operation_Status int32

Current status of the operation.

const (
	// Not set.
	Operation_STATUS_UNSPECIFIED Operation_Status = 0
	// The operation has been created.
	Operation_PENDING Operation_Status = 1
	// The operation is currently running.
	Operation_RUNNING Operation_Status = 2
	// The operation is done, either cancelled or completed.
	Operation_DONE Operation_Status = 3
	// The operation is aborting.
	Operation_ABORTING Operation_Status = 4
)

func (Operation_Status) Descriptor

func (Operation_Status) Enum

func (Operation_Status) EnumDescriptor deprecated

func (Operation_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Operation_Status.Descriptor instead.

func (Operation_Status) Number

func (Operation_Status) String

func (x Operation_Status) String() string

func (Operation_Status) Type

type Operation_Type

type Operation_Type int32

Operation type.

const (
	// Not set.
	Operation_TYPE_UNSPECIFIED Operation_Type = 0
	// Cluster create.
	Operation_CREATE_CLUSTER Operation_Type = 1
	// Cluster delete.
	Operation_DELETE_CLUSTER Operation_Type = 2
	// A master upgrade.
	Operation_UPGRADE_MASTER Operation_Type = 3
	// A node upgrade.
	Operation_UPGRADE_NODES Operation_Type = 4
	// Cluster repair.
	Operation_REPAIR_CLUSTER Operation_Type = 5
	// Cluster update.
	Operation_UPDATE_CLUSTER Operation_Type = 6
	// Node pool create.
	Operation_CREATE_NODE_POOL Operation_Type = 7
	// Node pool delete.
	Operation_DELETE_NODE_POOL Operation_Type = 8
	// Set node pool management.
	Operation_SET_NODE_POOL_MANAGEMENT Operation_Type = 9
	// Automatic node pool repair.
	Operation_AUTO_REPAIR_NODES Operation_Type = 10
	// Automatic node upgrade.
	Operation_AUTO_UPGRADE_NODES Operation_Type = 11
	// Set labels.
	Operation_SET_LABELS Operation_Type = 12
	// Set/generate master auth materials
	Operation_SET_MASTER_AUTH Operation_Type = 13
	// Set node pool size.
	Operation_SET_NODE_POOL_SIZE Operation_Type = 14
	// Updates network policy for a cluster.
	Operation_SET_NETWORK_POLICY Operation_Type = 15
	// Set the maintenance policy.
	Operation_SET_MAINTENANCE_POLICY Operation_Type = 16
)

func (Operation_Type) Descriptor

func (Operation_Type) Enum

func (x Operation_Type) Enum() *Operation_Type

func (Operation_Type) EnumDescriptor deprecated

func (Operation_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use Operation_Type.Descriptor instead.

func (Operation_Type) Number

func (Operation_Type) String

func (x Operation_Type) String() string

func (Operation_Type) Type

type PodSecurityPolicyConfig

type PodSecurityPolicyConfig struct {

	// Enable the PodSecurityPolicy controller for this cluster. If enabled, pods
	// must be valid under a PodSecurityPolicy to be created.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration for the PodSecurityPolicy feature.

func (*PodSecurityPolicyConfig) Descriptor deprecated

func (*PodSecurityPolicyConfig) Descriptor() ([]byte, []int)

Deprecated: Use PodSecurityPolicyConfig.ProtoReflect.Descriptor instead.

func (*PodSecurityPolicyConfig) GetEnabled

func (x *PodSecurityPolicyConfig) GetEnabled() bool

func (*PodSecurityPolicyConfig) ProtoMessage

func (*PodSecurityPolicyConfig) ProtoMessage()

func (*PodSecurityPolicyConfig) ProtoReflect

func (x *PodSecurityPolicyConfig) ProtoReflect() protoreflect.Message

func (*PodSecurityPolicyConfig) Reset

func (x *PodSecurityPolicyConfig) Reset()

func (*PodSecurityPolicyConfig) String

func (x *PodSecurityPolicyConfig) String() string

type PrivateClusterConfig

type PrivateClusterConfig struct {

	// Whether nodes have internal IP addresses only. If enabled, all nodes are
	// given only RFC 1918 private addresses and communicate with the master via
	// private networking.
	EnablePrivateNodes bool `protobuf:"varint,1,opt,name=enable_private_nodes,json=enablePrivateNodes,proto3" json:"enable_private_nodes,omitempty"`
	// Whether the master's internal IP address is used as the cluster endpoint.
	EnablePrivateEndpoint bool `` /* 127-byte string literal not displayed */
	// The IP range in CIDR notation to use for the hosted master network. This
	// range will be used for assigning internal IP addresses to the master or
	// set of masters, as well as the ILB VIP. This range must not overlap with
	// any other ranges in use within the cluster's network.
	MasterIpv4CidrBlock string `protobuf:"bytes,3,opt,name=master_ipv4_cidr_block,json=masterIpv4CidrBlock,proto3" json:"master_ipv4_cidr_block,omitempty"`
	// Output only. The internal IP address of this cluster's master endpoint.
	PrivateEndpoint string `protobuf:"bytes,4,opt,name=private_endpoint,json=privateEndpoint,proto3" json:"private_endpoint,omitempty"`
	// Output only. The external IP address of this cluster's master endpoint.
	PublicEndpoint string `protobuf:"bytes,5,opt,name=public_endpoint,json=publicEndpoint,proto3" json:"public_endpoint,omitempty"`
	// Output only. The peering name in the customer VPC used by this cluster.
	PeeringName string `protobuf:"bytes,7,opt,name=peering_name,json=peeringName,proto3" json:"peering_name,omitempty"`
	// Controls master global access settings.
	MasterGlobalAccessConfig *PrivateClusterMasterGlobalAccessConfig `` /* 137-byte string literal not displayed */
	// Subnet to provision the master's private endpoint during cluster creation.
	// Specified in projects/*/regions/*/subnetworks/* format.
	PrivateEndpointSubnetwork string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

Configuration options for private clusters.

func (*PrivateClusterConfig) Descriptor deprecated

func (*PrivateClusterConfig) Descriptor() ([]byte, []int)

Deprecated: Use PrivateClusterConfig.ProtoReflect.Descriptor instead.

func (*PrivateClusterConfig) GetEnablePrivateEndpoint

func (x *PrivateClusterConfig) GetEnablePrivateEndpoint() bool

func (*PrivateClusterConfig) GetEnablePrivateNodes

func (x *PrivateClusterConfig) GetEnablePrivateNodes() bool

func (*PrivateClusterConfig) GetMasterGlobalAccessConfig

func (x *PrivateClusterConfig) GetMasterGlobalAccessConfig() *PrivateClusterMasterGlobalAccessConfig

func (*PrivateClusterConfig) GetMasterIpv4CidrBlock

func (x *PrivateClusterConfig) GetMasterIpv4CidrBlock() string

func (*PrivateClusterConfig) GetPeeringName

func (x *PrivateClusterConfig) GetPeeringName() string

func (*PrivateClusterConfig) GetPrivateEndpoint

func (x *PrivateClusterConfig) GetPrivateEndpoint() string

func (*PrivateClusterConfig) GetPrivateEndpointSubnetwork

func (x *PrivateClusterConfig) GetPrivateEndpointSubnetwork() string

func (*PrivateClusterConfig) GetPublicEndpoint

func (x *PrivateClusterConfig) GetPublicEndpoint() string

func (*PrivateClusterConfig) ProtoMessage

func (*PrivateClusterConfig) ProtoMessage()

func (*PrivateClusterConfig) ProtoReflect

func (x *PrivateClusterConfig) ProtoReflect() protoreflect.Message

func (*PrivateClusterConfig) Reset

func (x *PrivateClusterConfig) Reset()

func (*PrivateClusterConfig) String

func (x *PrivateClusterConfig) String() string

type PrivateClusterMasterGlobalAccessConfig

type PrivateClusterMasterGlobalAccessConfig struct {

	// Whenever master is accessible globally or not.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration for controlling master global access settings.

func (*PrivateClusterMasterGlobalAccessConfig) Descriptor deprecated

func (*PrivateClusterMasterGlobalAccessConfig) Descriptor() ([]byte, []int)

Deprecated: Use PrivateClusterMasterGlobalAccessConfig.ProtoReflect.Descriptor instead.

func (*PrivateClusterMasterGlobalAccessConfig) GetEnabled

func (*PrivateClusterMasterGlobalAccessConfig) ProtoMessage

func (*PrivateClusterMasterGlobalAccessConfig) ProtoReflect

func (*PrivateClusterMasterGlobalAccessConfig) Reset

func (*PrivateClusterMasterGlobalAccessConfig) String

type PrivateIPv6GoogleAccess

type PrivateIPv6GoogleAccess int32

PrivateIPv6GoogleAccess controls whether and how the pods can communicate with Google Services through gRPC over IPv6.

const (
	// Default value. Same as DISABLED
	PrivateIPv6GoogleAccess_PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED PrivateIPv6GoogleAccess = 0
	// No private access to or from Google Services
	PrivateIPv6GoogleAccess_PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED PrivateIPv6GoogleAccess = 1
	// Enables private IPv6 access to Google Services from GKE
	PrivateIPv6GoogleAccess_PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE PrivateIPv6GoogleAccess = 2
	// Enables private IPv6 access to and from Google Services
	PrivateIPv6GoogleAccess_PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL PrivateIPv6GoogleAccess = 3
)

func (PrivateIPv6GoogleAccess) Descriptor

func (PrivateIPv6GoogleAccess) Enum

func (PrivateIPv6GoogleAccess) EnumDescriptor deprecated

func (PrivateIPv6GoogleAccess) EnumDescriptor() ([]byte, []int)

Deprecated: Use PrivateIPv6GoogleAccess.Descriptor instead.

func (PrivateIPv6GoogleAccess) Number

func (PrivateIPv6GoogleAccess) String

func (x PrivateIPv6GoogleAccess) String() string

func (PrivateIPv6GoogleAccess) Type

type ProtectConfig

type ProtectConfig struct {

	// WorkloadConfig defines which actions are enabled for a cluster's workload
	// configurations.
	WorkloadConfig *WorkloadConfig `protobuf:"bytes,1,opt,name=workload_config,json=workloadConfig,proto3,oneof" json:"workload_config,omitempty"`
	// Sets which mode to use for Protect workload vulnerability scanning feature.
	WorkloadVulnerabilityMode *ProtectConfig_WorkloadVulnerabilityMode `` /* 215-byte string literal not displayed */
	// contains filtered or unexported fields
}

ProtectConfig defines the flags needed to enable/disable features for the Protect API.

func (*ProtectConfig) Descriptor deprecated

func (*ProtectConfig) Descriptor() ([]byte, []int)

Deprecated: Use ProtectConfig.ProtoReflect.Descriptor instead.

func (*ProtectConfig) GetWorkloadConfig

func (x *ProtectConfig) GetWorkloadConfig() *WorkloadConfig

func (*ProtectConfig) GetWorkloadVulnerabilityMode

func (x *ProtectConfig) GetWorkloadVulnerabilityMode() ProtectConfig_WorkloadVulnerabilityMode

func (*ProtectConfig) ProtoMessage

func (*ProtectConfig) ProtoMessage()

func (*ProtectConfig) ProtoReflect

func (x *ProtectConfig) ProtoReflect() protoreflect.Message

func (*ProtectConfig) Reset

func (x *ProtectConfig) Reset()

func (*ProtectConfig) String

func (x *ProtectConfig) String() string

type ProtectConfig_WorkloadVulnerabilityMode

type ProtectConfig_WorkloadVulnerabilityMode int32

WorkloadVulnerabilityMode defines mode to perform vulnerability scanning.

const (
	// Default value not specified.
	ProtectConfig_WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED ProtectConfig_WorkloadVulnerabilityMode = 0
	// Disables Workload Vulnerability Scanning feature on the cluster.
	ProtectConfig_DISABLED ProtectConfig_WorkloadVulnerabilityMode = 1
	// Applies basic vulnerability scanning settings for cluster workloads.
	ProtectConfig_BASIC ProtectConfig_WorkloadVulnerabilityMode = 2
)

func (ProtectConfig_WorkloadVulnerabilityMode) Descriptor

func (ProtectConfig_WorkloadVulnerabilityMode) Enum

func (ProtectConfig_WorkloadVulnerabilityMode) EnumDescriptor deprecated

func (ProtectConfig_WorkloadVulnerabilityMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtectConfig_WorkloadVulnerabilityMode.Descriptor instead.

func (ProtectConfig_WorkloadVulnerabilityMode) Number

func (ProtectConfig_WorkloadVulnerabilityMode) String

func (ProtectConfig_WorkloadVulnerabilityMode) Type

type RecurringTimeWindow

type RecurringTimeWindow struct {

	// The window of the first recurrence.
	Window *TimeWindow `protobuf:"bytes,1,opt,name=window,proto3" json:"window,omitempty"`
	// An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how
	// this window reccurs. They go on for the span of time between the start and
	// end time.
	//
	// For example, to have something repeat every weekday, you'd use:
	// `FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR`
	//
	// To repeat some window daily (equivalent to the DailyMaintenanceWindow):
	// `FREQ=DAILY`
	//
	// For the first weekend of every month:
	// `FREQ=MONTHLY;BYSETPOS=1;BYDAY=SA,SU`
	//
	// This specifies how frequently the window starts. Eg, if you wanted to have
	// a 9-5 UTC-4 window every weekday, you'd use something like:
	// “`
	// start time = 2019-01-01T09:00:00-0400
	// end time = 2019-01-01T17:00:00-0400
	// recurrence = FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
	// “`
	//
	// Windows can span multiple days. Eg, to make the window encompass every
	// weekend from midnight Saturday till the last minute of Sunday UTC:
	// “`
	// start time = 2019-01-05T00:00:00Z
	// end time = 2019-01-07T23:59:00Z
	// recurrence = FREQ=WEEKLY;BYDAY=SA
	// “`
	//
	// Note the start and end time's specific dates are largely arbitrary except
	// to specify duration of the window and when it first starts.
	// The FREQ values of HOURLY, MINUTELY, and SECONDLY are not supported.
	Recurrence string `protobuf:"bytes,2,opt,name=recurrence,proto3" json:"recurrence,omitempty"`
	// contains filtered or unexported fields
}

Represents an arbitrary window of time that recurs.

func (*RecurringTimeWindow) Descriptor deprecated

func (*RecurringTimeWindow) Descriptor() ([]byte, []int)

Deprecated: Use RecurringTimeWindow.ProtoReflect.Descriptor instead.

func (*RecurringTimeWindow) GetRecurrence

func (x *RecurringTimeWindow) GetRecurrence() string

func (*RecurringTimeWindow) GetWindow

func (x *RecurringTimeWindow) GetWindow() *TimeWindow

func (*RecurringTimeWindow) ProtoMessage

func (*RecurringTimeWindow) ProtoMessage()

func (*RecurringTimeWindow) ProtoReflect

func (x *RecurringTimeWindow) ProtoReflect() protoreflect.Message

func (*RecurringTimeWindow) Reset

func (x *RecurringTimeWindow) Reset()

func (*RecurringTimeWindow) String

func (x *RecurringTimeWindow) String() string

type ReleaseChannel

type ReleaseChannel struct {

	// channel specifies which release channel the cluster is subscribed to.
	Channel ReleaseChannel_Channel `protobuf:"varint,1,opt,name=channel,proto3,enum=google.container.v1beta1.ReleaseChannel_Channel" json:"channel,omitempty"`
	// contains filtered or unexported fields
}

ReleaseChannel indicates which release channel a cluster is subscribed to. Release channels are arranged in order of risk.

When a cluster is subscribed to a release channel, Google maintains both the master version and the node version. Node auto-upgrade defaults to true and cannot be disabled.

func (*ReleaseChannel) Descriptor deprecated

func (*ReleaseChannel) Descriptor() ([]byte, []int)

Deprecated: Use ReleaseChannel.ProtoReflect.Descriptor instead.

func (*ReleaseChannel) GetChannel

func (x *ReleaseChannel) GetChannel() ReleaseChannel_Channel

func (*ReleaseChannel) ProtoMessage

func (*ReleaseChannel) ProtoMessage()

func (*ReleaseChannel) ProtoReflect

func (x *ReleaseChannel) ProtoReflect() protoreflect.Message

func (*ReleaseChannel) Reset

func (x *ReleaseChannel) Reset()

func (*ReleaseChannel) String

func (x *ReleaseChannel) String() string

type ReleaseChannel_Channel

type ReleaseChannel_Channel int32

Possible values for 'channel'.

const (
	// No channel specified.
	ReleaseChannel_UNSPECIFIED ReleaseChannel_Channel = 0
	// RAPID channel is offered on an early access basis for customers who want
	// to test new releases.
	//
	// WARNING: Versions available in the RAPID Channel may be subject to
	// unresolved issues with no known workaround and are not subject to any
	// SLAs.
	ReleaseChannel_RAPID ReleaseChannel_Channel = 1
	// Clusters subscribed to REGULAR receive versions that are considered GA
	// quality. REGULAR is intended for production users who want to take
	// advantage of new features.
	ReleaseChannel_REGULAR ReleaseChannel_Channel = 2
	// Clusters subscribed to STABLE receive versions that are known to be
	// stable and reliable in production.
	ReleaseChannel_STABLE ReleaseChannel_Channel = 3
)

func (ReleaseChannel_Channel) Descriptor

func (ReleaseChannel_Channel) Enum

func (ReleaseChannel_Channel) EnumDescriptor deprecated

func (ReleaseChannel_Channel) EnumDescriptor() ([]byte, []int)

Deprecated: Use ReleaseChannel_Channel.Descriptor instead.

func (ReleaseChannel_Channel) Number

func (ReleaseChannel_Channel) String

func (x ReleaseChannel_Channel) String() string

func (ReleaseChannel_Channel) Type

type ReservationAffinity

type ReservationAffinity struct {

	// Corresponds to the type of reservation consumption.
	ConsumeReservationType ReservationAffinity_Type `` /* 185-byte string literal not displayed */
	// Corresponds to the label key of a reservation resource. To target a
	// SPECIFIC_RESERVATION by name, specify
	// "compute.googleapis.com/reservation-name" as the key and specify the name
	// of your reservation as its value.
	Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// Corresponds to the label value(s) of reservation resource(s).
	Values []string `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

ReservationAffinity(https://cloud.google.com/compute/docs/instances/reserving-zonal-resources) is the configuration of desired reservation which instances could take capacity from.

func (*ReservationAffinity) Descriptor deprecated

func (*ReservationAffinity) Descriptor() ([]byte, []int)

Deprecated: Use ReservationAffinity.ProtoReflect.Descriptor instead.

func (*ReservationAffinity) GetConsumeReservationType

func (x *ReservationAffinity) GetConsumeReservationType() ReservationAffinity_Type

func (*ReservationAffinity) GetKey

func (x *ReservationAffinity) GetKey() string

func (*ReservationAffinity) GetValues

func (x *ReservationAffinity) GetValues() []string

func (*ReservationAffinity) ProtoMessage

func (*ReservationAffinity) ProtoMessage()

func (*ReservationAffinity) ProtoReflect

func (x *ReservationAffinity) ProtoReflect() protoreflect.Message

func (*ReservationAffinity) Reset

func (x *ReservationAffinity) Reset()

func (*ReservationAffinity) String

func (x *ReservationAffinity) String() string

type ReservationAffinity_Type

type ReservationAffinity_Type int32

Indicates whether to consume capacity from a reservation or not.

const (
	// Default value. This should not be used.
	ReservationAffinity_UNSPECIFIED ReservationAffinity_Type = 0
	// Do not consume from any reserved capacity.
	ReservationAffinity_NO_RESERVATION ReservationAffinity_Type = 1
	// Consume any reservation available.
	ReservationAffinity_ANY_RESERVATION ReservationAffinity_Type = 2
	// Must consume from a specific reservation. Must specify key value fields
	// for specifying the reservations.
	ReservationAffinity_SPECIFIC_RESERVATION ReservationAffinity_Type = 3
)

func (ReservationAffinity_Type) Descriptor

func (ReservationAffinity_Type) Enum

func (ReservationAffinity_Type) EnumDescriptor deprecated

func (ReservationAffinity_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use ReservationAffinity_Type.Descriptor instead.

func (ReservationAffinity_Type) Number

func (ReservationAffinity_Type) String

func (x ReservationAffinity_Type) String() string

func (ReservationAffinity_Type) Type

type ResourceLabels

type ResourceLabels struct {

	// Map of node label keys and node label values.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

Collection of [GCP labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels).

func (*ResourceLabels) Descriptor deprecated

func (*ResourceLabels) Descriptor() ([]byte, []int)

Deprecated: Use ResourceLabels.ProtoReflect.Descriptor instead.

func (*ResourceLabels) GetLabels

func (x *ResourceLabels) GetLabels() map[string]string

func (*ResourceLabels) ProtoMessage

func (*ResourceLabels) ProtoMessage()

func (*ResourceLabels) ProtoReflect

func (x *ResourceLabels) ProtoReflect() protoreflect.Message

func (*ResourceLabels) Reset

func (x *ResourceLabels) Reset()

func (*ResourceLabels) String

func (x *ResourceLabels) String() string

type ResourceLimit

type ResourceLimit struct {

	// Resource name "cpu", "memory" or gpu-specific string.
	ResourceType string `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	// Minimum amount of the resource in the cluster.
	Minimum int64 `protobuf:"varint,2,opt,name=minimum,proto3" json:"minimum,omitempty"`
	// Maximum amount of the resource in the cluster.
	Maximum int64 `protobuf:"varint,3,opt,name=maximum,proto3" json:"maximum,omitempty"`
	// contains filtered or unexported fields
}

Contains information about amount of some resource in the cluster. For memory, value should be in GB.

func (*ResourceLimit) Descriptor deprecated

func (*ResourceLimit) Descriptor() ([]byte, []int)

Deprecated: Use ResourceLimit.ProtoReflect.Descriptor instead.

func (*ResourceLimit) GetMaximum

func (x *ResourceLimit) GetMaximum() int64

func (*ResourceLimit) GetMinimum

func (x *ResourceLimit) GetMinimum() int64

func (*ResourceLimit) GetResourceType

func (x *ResourceLimit) GetResourceType() string

func (*ResourceLimit) ProtoMessage

func (*ResourceLimit) ProtoMessage()

func (*ResourceLimit) ProtoReflect

func (x *ResourceLimit) ProtoReflect() protoreflect.Message

func (*ResourceLimit) Reset

func (x *ResourceLimit) Reset()

func (*ResourceLimit) String

func (x *ResourceLimit) String() string

type ResourceUsageExportConfig

type ResourceUsageExportConfig struct {

	// Configuration to use BigQuery as usage export destination.
	BigqueryDestination *ResourceUsageExportConfig_BigQueryDestination `protobuf:"bytes,1,opt,name=bigquery_destination,json=bigqueryDestination,proto3" json:"bigquery_destination,omitempty"`
	// Whether to enable network egress metering for this cluster. If enabled, a
	// daemonset will be created in the cluster to meter network egress traffic.
	EnableNetworkEgressMetering bool `` /* 147-byte string literal not displayed */
	// Configuration to enable resource consumption metering.
	ConsumptionMeteringConfig *ResourceUsageExportConfig_ConsumptionMeteringConfig `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

Configuration for exporting cluster resource usages.

func (*ResourceUsageExportConfig) Descriptor deprecated

func (*ResourceUsageExportConfig) Descriptor() ([]byte, []int)

Deprecated: Use ResourceUsageExportConfig.ProtoReflect.Descriptor instead.

func (*ResourceUsageExportConfig) GetBigqueryDestination

func (*ResourceUsageExportConfig) GetConsumptionMeteringConfig

func (*ResourceUsageExportConfig) GetEnableNetworkEgressMetering

func (x *ResourceUsageExportConfig) GetEnableNetworkEgressMetering() bool

func (*ResourceUsageExportConfig) ProtoMessage

func (*ResourceUsageExportConfig) ProtoMessage()

func (*ResourceUsageExportConfig) ProtoReflect

func (*ResourceUsageExportConfig) Reset

func (x *ResourceUsageExportConfig) Reset()

func (*ResourceUsageExportConfig) String

func (x *ResourceUsageExportConfig) String() string

type ResourceUsageExportConfig_BigQueryDestination

type ResourceUsageExportConfig_BigQueryDestination struct {

	// The ID of a BigQuery Dataset.
	DatasetId string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	// contains filtered or unexported fields
}

Parameters for using BigQuery as the destination of resource usage export.

func (*ResourceUsageExportConfig_BigQueryDestination) Descriptor deprecated

Deprecated: Use ResourceUsageExportConfig_BigQueryDestination.ProtoReflect.Descriptor instead.

func (*ResourceUsageExportConfig_BigQueryDestination) GetDatasetId

func (*ResourceUsageExportConfig_BigQueryDestination) ProtoMessage

func (*ResourceUsageExportConfig_BigQueryDestination) ProtoReflect

func (*ResourceUsageExportConfig_BigQueryDestination) Reset

func (*ResourceUsageExportConfig_BigQueryDestination) String

type ResourceUsageExportConfig_ConsumptionMeteringConfig

type ResourceUsageExportConfig_ConsumptionMeteringConfig struct {

	// Whether to enable consumption metering for this cluster. If enabled, a
	// second BigQuery table will be created to hold resource consumption
	// records.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Parameters for controlling consumption metering.

func (*ResourceUsageExportConfig_ConsumptionMeteringConfig) Descriptor deprecated

Deprecated: Use ResourceUsageExportConfig_ConsumptionMeteringConfig.ProtoReflect.Descriptor instead.

func (*ResourceUsageExportConfig_ConsumptionMeteringConfig) GetEnabled

func (*ResourceUsageExportConfig_ConsumptionMeteringConfig) ProtoMessage

func (*ResourceUsageExportConfig_ConsumptionMeteringConfig) ProtoReflect

func (*ResourceUsageExportConfig_ConsumptionMeteringConfig) Reset

func (*ResourceUsageExportConfig_ConsumptionMeteringConfig) String

type RollbackNodePoolUpgradeRequest

type RollbackNodePoolUpgradeRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster to rollback.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. Deprecated. The name of the node pool to rollback.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	NodePoolId string `protobuf:"bytes,4,opt,name=node_pool_id,json=nodePoolId,proto3" json:"node_pool_id,omitempty"`
	// The name (project, location, cluster, node pool id) of the node poll to
	// rollback upgrade.
	// Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// Option for rollback to ignore the PodDisruptionBudget.
	// Default value is false.
	RespectPdb bool `protobuf:"varint,7,opt,name=respect_pdb,json=respectPdb,proto3" json:"respect_pdb,omitempty"`
	// contains filtered or unexported fields
}

RollbackNodePoolUpgradeRequest rollbacks the previously Aborted or Failed NodePool upgrade. This will be an no-op if the last upgrade successfully completed.

func (*RollbackNodePoolUpgradeRequest) Descriptor deprecated

func (*RollbackNodePoolUpgradeRequest) Descriptor() ([]byte, []int)

Deprecated: Use RollbackNodePoolUpgradeRequest.ProtoReflect.Descriptor instead.

func (*RollbackNodePoolUpgradeRequest) GetClusterId deprecated

func (x *RollbackNodePoolUpgradeRequest) GetClusterId() string

Deprecated: Do not use.

func (*RollbackNodePoolUpgradeRequest) GetName

func (*RollbackNodePoolUpgradeRequest) GetNodePoolId deprecated

func (x *RollbackNodePoolUpgradeRequest) GetNodePoolId() string

Deprecated: Do not use.

func (*RollbackNodePoolUpgradeRequest) GetProjectId deprecated

func (x *RollbackNodePoolUpgradeRequest) GetProjectId() string

Deprecated: Do not use.

func (*RollbackNodePoolUpgradeRequest) GetRespectPdb

func (x *RollbackNodePoolUpgradeRequest) GetRespectPdb() bool

func (*RollbackNodePoolUpgradeRequest) GetZone deprecated

Deprecated: Do not use.

func (*RollbackNodePoolUpgradeRequest) ProtoMessage

func (*RollbackNodePoolUpgradeRequest) ProtoMessage()

func (*RollbackNodePoolUpgradeRequest) ProtoReflect

func (*RollbackNodePoolUpgradeRequest) Reset

func (x *RollbackNodePoolUpgradeRequest) Reset()

func (*RollbackNodePoolUpgradeRequest) String

type SandboxConfig

type SandboxConfig struct {

	// Type of the sandbox to use for the node (e.g. 'gvisor')
	//
	// Deprecated: Do not use.
	SandboxType string `protobuf:"bytes,1,opt,name=sandbox_type,json=sandboxType,proto3" json:"sandbox_type,omitempty"`
	// Type of the sandbox to use for the node.
	Type SandboxConfig_Type `protobuf:"varint,2,opt,name=type,proto3,enum=google.container.v1beta1.SandboxConfig_Type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

SandboxConfig contains configurations of the sandbox to use for the node.

func (*SandboxConfig) Descriptor deprecated

func (*SandboxConfig) Descriptor() ([]byte, []int)

Deprecated: Use SandboxConfig.ProtoReflect.Descriptor instead.

func (*SandboxConfig) GetSandboxType deprecated

func (x *SandboxConfig) GetSandboxType() string

Deprecated: Do not use.

func (*SandboxConfig) GetType

func (x *SandboxConfig) GetType() SandboxConfig_Type

func (*SandboxConfig) ProtoMessage

func (*SandboxConfig) ProtoMessage()

func (*SandboxConfig) ProtoReflect

func (x *SandboxConfig) ProtoReflect() protoreflect.Message

func (*SandboxConfig) Reset

func (x *SandboxConfig) Reset()

func (*SandboxConfig) String

func (x *SandboxConfig) String() string

type SandboxConfig_Type

type SandboxConfig_Type int32

Possible types of sandboxes.

const (
	// Default value. This should not be used.
	SandboxConfig_UNSPECIFIED SandboxConfig_Type = 0
	// Run sandbox using gvisor.
	SandboxConfig_GVISOR SandboxConfig_Type = 1
)

func (SandboxConfig_Type) Descriptor

func (SandboxConfig_Type) Enum

func (SandboxConfig_Type) EnumDescriptor deprecated

func (SandboxConfig_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use SandboxConfig_Type.Descriptor instead.

func (SandboxConfig_Type) Number

func (SandboxConfig_Type) String

func (x SandboxConfig_Type) String() string

func (SandboxConfig_Type) Type

type SecurityBulletinEvent

type SecurityBulletinEvent struct {

	// The resource type (node/control plane) that has the vulnerability. Multiple
	// notifications (1 notification per resource type) will be sent for a
	// vulnerability that affects > 1 resource type.
	ResourceTypeAffected string `protobuf:"bytes,1,opt,name=resource_type_affected,json=resourceTypeAffected,proto3" json:"resource_type_affected,omitempty"`
	// The ID of the bulletin corresponding to the vulnerability.
	BulletinId string `protobuf:"bytes,2,opt,name=bulletin_id,json=bulletinId,proto3" json:"bulletin_id,omitempty"`
	// The CVEs associated with this bulletin.
	CveIds []string `protobuf:"bytes,3,rep,name=cve_ids,json=cveIds,proto3" json:"cve_ids,omitempty"`
	// The severity of this bulletin as it relates to GKE.
	Severity string `protobuf:"bytes,4,opt,name=severity,proto3" json:"severity,omitempty"`
	// The URI link to the bulletin on the website for more information.
	BulletinUri string `protobuf:"bytes,5,opt,name=bulletin_uri,json=bulletinUri,proto3" json:"bulletin_uri,omitempty"`
	// A brief description of the bulletin. See the bulletin pointed to by the
	// bulletin_uri field for an expanded description.
	BriefDescription string `protobuf:"bytes,6,opt,name=brief_description,json=briefDescription,proto3" json:"brief_description,omitempty"`
	// The GKE minor versions affected by this vulnerability.
	AffectedSupportedMinors []string `` /* 132-byte string literal not displayed */
	// The GKE versions where this vulnerability is patched.
	PatchedVersions []string `protobuf:"bytes,8,rep,name=patched_versions,json=patchedVersions,proto3" json:"patched_versions,omitempty"`
	// This represents a version selected from the patched_versions field that
	// the cluster receiving this notification should most likely want to upgrade
	// to based on its current version. Note that if this notification is being
	// received by a given cluster, it means that this version is currently
	// available as an upgrade target in that cluster's location.
	SuggestedUpgradeTarget string `` /* 129-byte string literal not displayed */
	// If this field is specified, it means there are manual steps that the user
	// must take to make their clusters safe.
	ManualStepsRequired bool `protobuf:"varint,10,opt,name=manual_steps_required,json=manualStepsRequired,proto3" json:"manual_steps_required,omitempty"`
	// contains filtered or unexported fields
}

SecurityBulletinEvent is a notification sent to customers when a security bulletin has been posted that they are vulnerable to.

func (*SecurityBulletinEvent) Descriptor deprecated

func (*SecurityBulletinEvent) Descriptor() ([]byte, []int)

Deprecated: Use SecurityBulletinEvent.ProtoReflect.Descriptor instead.

func (*SecurityBulletinEvent) GetAffectedSupportedMinors

func (x *SecurityBulletinEvent) GetAffectedSupportedMinors() []string

func (*SecurityBulletinEvent) GetBriefDescription

func (x *SecurityBulletinEvent) GetBriefDescription() string

func (*SecurityBulletinEvent) GetBulletinId

func (x *SecurityBulletinEvent) GetBulletinId() string

func (*SecurityBulletinEvent) GetBulletinUri

func (x *SecurityBulletinEvent) GetBulletinUri() string

func (*SecurityBulletinEvent) GetCveIds

func (x *SecurityBulletinEvent) GetCveIds() []string

func (*SecurityBulletinEvent) GetManualStepsRequired

func (x *SecurityBulletinEvent) GetManualStepsRequired() bool

func (*SecurityBulletinEvent) GetPatchedVersions

func (x *SecurityBulletinEvent) GetPatchedVersions() []string

func (*SecurityBulletinEvent) GetResourceTypeAffected

func (x *SecurityBulletinEvent) GetResourceTypeAffected() string

func (*SecurityBulletinEvent) GetSeverity

func (x *SecurityBulletinEvent) GetSeverity() string

func (*SecurityBulletinEvent) GetSuggestedUpgradeTarget

func (x *SecurityBulletinEvent) GetSuggestedUpgradeTarget() string

func (*SecurityBulletinEvent) ProtoMessage

func (*SecurityBulletinEvent) ProtoMessage()

func (*SecurityBulletinEvent) ProtoReflect

func (x *SecurityBulletinEvent) ProtoReflect() protoreflect.Message

func (*SecurityBulletinEvent) Reset

func (x *SecurityBulletinEvent) Reset()

func (*SecurityBulletinEvent) String

func (x *SecurityBulletinEvent) String() string

type ServerConfig

type ServerConfig struct {

	// Version of Kubernetes the service deploys by default.
	DefaultClusterVersion string `` /* 126-byte string literal not displayed */
	// List of valid node upgrade target versions, in descending order.
	ValidNodeVersions []string `protobuf:"bytes,3,rep,name=valid_node_versions,json=validNodeVersions,proto3" json:"valid_node_versions,omitempty"`
	// Default image type.
	DefaultImageType string `protobuf:"bytes,4,opt,name=default_image_type,json=defaultImageType,proto3" json:"default_image_type,omitempty"`
	// List of valid image types.
	ValidImageTypes []string `protobuf:"bytes,5,rep,name=valid_image_types,json=validImageTypes,proto3" json:"valid_image_types,omitempty"`
	// List of valid master versions, in descending order.
	ValidMasterVersions []string `protobuf:"bytes,6,rep,name=valid_master_versions,json=validMasterVersions,proto3" json:"valid_master_versions,omitempty"`
	// List of release channel configurations.
	Channels []*ServerConfig_ReleaseChannelConfig `protobuf:"bytes,9,rep,name=channels,proto3" json:"channels,omitempty"`
	// Maps of Kubernetes version and supported Windows server versions.
	WindowsVersionMaps map[string]*WindowsVersions `` /* 206-byte string literal not displayed */
	// contains filtered or unexported fields
}

Kubernetes Engine service configuration.

func (*ServerConfig) Descriptor deprecated

func (*ServerConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServerConfig.ProtoReflect.Descriptor instead.

func (*ServerConfig) GetChannels

func (x *ServerConfig) GetChannels() []*ServerConfig_ReleaseChannelConfig

func (*ServerConfig) GetDefaultClusterVersion

func (x *ServerConfig) GetDefaultClusterVersion() string

func (*ServerConfig) GetDefaultImageType

func (x *ServerConfig) GetDefaultImageType() string

func (*ServerConfig) GetValidImageTypes

func (x *ServerConfig) GetValidImageTypes() []string

func (*ServerConfig) GetValidMasterVersions

func (x *ServerConfig) GetValidMasterVersions() []string

func (*ServerConfig) GetValidNodeVersions

func (x *ServerConfig) GetValidNodeVersions() []string

func (*ServerConfig) GetWindowsVersionMaps

func (x *ServerConfig) GetWindowsVersionMaps() map[string]*WindowsVersions

func (*ServerConfig) ProtoMessage

func (*ServerConfig) ProtoMessage()

func (*ServerConfig) ProtoReflect

func (x *ServerConfig) ProtoReflect() protoreflect.Message

func (*ServerConfig) Reset

func (x *ServerConfig) Reset()

func (*ServerConfig) String

func (x *ServerConfig) String() string

type ServerConfig_ReleaseChannelConfig

type ServerConfig_ReleaseChannelConfig struct {

	// The release channel this configuration applies to.
	Channel ReleaseChannel_Channel `protobuf:"varint,1,opt,name=channel,proto3,enum=google.container.v1beta1.ReleaseChannel_Channel" json:"channel,omitempty"`
	// The default version for newly created clusters on the channel.
	DefaultVersion string `protobuf:"bytes,2,opt,name=default_version,json=defaultVersion,proto3" json:"default_version,omitempty"`
	// Deprecated.
	// This field has been deprecated and replaced with the valid_versions
	// field.
	//
	// Deprecated: Do not use.
	AvailableVersions []*ServerConfig_ReleaseChannelConfig_AvailableVersion `protobuf:"bytes,3,rep,name=available_versions,json=availableVersions,proto3" json:"available_versions,omitempty"`
	// List of valid versions for the channel.
	ValidVersions []string `protobuf:"bytes,4,rep,name=valid_versions,json=validVersions,proto3" json:"valid_versions,omitempty"`
	// contains filtered or unexported fields
}

ReleaseChannelConfig exposes configuration for a release channel.

func (*ServerConfig_ReleaseChannelConfig) Descriptor deprecated

func (*ServerConfig_ReleaseChannelConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServerConfig_ReleaseChannelConfig.ProtoReflect.Descriptor instead.

func (*ServerConfig_ReleaseChannelConfig) GetAvailableVersions deprecated

Deprecated: Do not use.

func (*ServerConfig_ReleaseChannelConfig) GetChannel

func (*ServerConfig_ReleaseChannelConfig) GetDefaultVersion

func (x *ServerConfig_ReleaseChannelConfig) GetDefaultVersion() string

func (*ServerConfig_ReleaseChannelConfig) GetValidVersions

func (x *ServerConfig_ReleaseChannelConfig) GetValidVersions() []string

func (*ServerConfig_ReleaseChannelConfig) ProtoMessage

func (*ServerConfig_ReleaseChannelConfig) ProtoMessage()

func (*ServerConfig_ReleaseChannelConfig) ProtoReflect

func (*ServerConfig_ReleaseChannelConfig) Reset

func (*ServerConfig_ReleaseChannelConfig) String

type ServerConfig_ReleaseChannelConfig_AvailableVersion deprecated

type ServerConfig_ReleaseChannelConfig_AvailableVersion struct {

	// Kubernetes version.
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// Reason for availability.
	Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

Deprecated.

Deprecated: Do not use.

func (*ServerConfig_ReleaseChannelConfig_AvailableVersion) Descriptor deprecated

Deprecated: Use ServerConfig_ReleaseChannelConfig_AvailableVersion.ProtoReflect.Descriptor instead.

func (*ServerConfig_ReleaseChannelConfig_AvailableVersion) GetReason

func (*ServerConfig_ReleaseChannelConfig_AvailableVersion) GetVersion

func (*ServerConfig_ReleaseChannelConfig_AvailableVersion) ProtoMessage

func (*ServerConfig_ReleaseChannelConfig_AvailableVersion) ProtoReflect

func (*ServerConfig_ReleaseChannelConfig_AvailableVersion) Reset

func (*ServerConfig_ReleaseChannelConfig_AvailableVersion) String

type ServiceExternalIPsConfig

type ServiceExternalIPsConfig struct {

	// Whether Services with ExternalIPs field are allowed or not.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Config to block services with externalIPs field.

func (*ServiceExternalIPsConfig) Descriptor deprecated

func (*ServiceExternalIPsConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServiceExternalIPsConfig.ProtoReflect.Descriptor instead.

func (*ServiceExternalIPsConfig) GetEnabled

func (x *ServiceExternalIPsConfig) GetEnabled() bool

func (*ServiceExternalIPsConfig) ProtoMessage

func (*ServiceExternalIPsConfig) ProtoMessage()

func (*ServiceExternalIPsConfig) ProtoReflect

func (x *ServiceExternalIPsConfig) ProtoReflect() protoreflect.Message

func (*ServiceExternalIPsConfig) Reset

func (x *ServiceExternalIPsConfig) Reset()

func (*ServiceExternalIPsConfig) String

func (x *ServiceExternalIPsConfig) String() string

type SetAddonsConfigRequest

type SetAddonsConfigRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster to upgrade.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. The desired configurations for the various addons available to
	// run in the cluster.
	AddonsConfig *AddonsConfig `protobuf:"bytes,4,opt,name=addons_config,json=addonsConfig,proto3" json:"addons_config,omitempty"`
	// The name (project, location, cluster) of the cluster to set addons.
	// Specified in the format `projects/*/locations/*/clusters/*`.
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

SetAddonsRequest sets the addons associated with the cluster.

func (*SetAddonsConfigRequest) Descriptor deprecated

func (*SetAddonsConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetAddonsConfigRequest.ProtoReflect.Descriptor instead.

func (*SetAddonsConfigRequest) GetAddonsConfig

func (x *SetAddonsConfigRequest) GetAddonsConfig() *AddonsConfig

func (*SetAddonsConfigRequest) GetClusterId deprecated

func (x *SetAddonsConfigRequest) GetClusterId() string

Deprecated: Do not use.

func (*SetAddonsConfigRequest) GetName

func (x *SetAddonsConfigRequest) GetName() string

func (*SetAddonsConfigRequest) GetProjectId deprecated

func (x *SetAddonsConfigRequest) GetProjectId() string

Deprecated: Do not use.

func (*SetAddonsConfigRequest) GetZone deprecated

func (x *SetAddonsConfigRequest) GetZone() string

Deprecated: Do not use.

func (*SetAddonsConfigRequest) ProtoMessage

func (*SetAddonsConfigRequest) ProtoMessage()

func (*SetAddonsConfigRequest) ProtoReflect

func (x *SetAddonsConfigRequest) ProtoReflect() protoreflect.Message

func (*SetAddonsConfigRequest) Reset

func (x *SetAddonsConfigRequest) Reset()

func (*SetAddonsConfigRequest) String

func (x *SetAddonsConfigRequest) String() string

type SetLabelsRequest

type SetLabelsRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. The labels to set for that cluster.
	ResourceLabels map[string]string `` /* 191-byte string literal not displayed */
	// Required. The fingerprint of the previous set of labels for this resource,
	// used to detect conflicts. The fingerprint is initially generated by
	// Kubernetes Engine and changes after every request to modify or update
	// labels. You must always provide an up-to-date fingerprint hash when
	// updating or changing labels. Make a `get()` request to the
	// resource to get the latest fingerprint.
	LabelFingerprint string `protobuf:"bytes,5,opt,name=label_fingerprint,json=labelFingerprint,proto3" json:"label_fingerprint,omitempty"`
	// The name (project, location, cluster name) of the cluster to set labels.
	// Specified in the format `projects/*/locations/*/clusters/*`.
	Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

SetLabelsRequest sets the Google Cloud Platform labels on a Google Container Engine cluster, which will in turn set them for Google Compute Engine resources used by that cluster

func (*SetLabelsRequest) Descriptor deprecated

func (*SetLabelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsRequest) GetClusterId deprecated

func (x *SetLabelsRequest) GetClusterId() string

Deprecated: Do not use.

func (*SetLabelsRequest) GetLabelFingerprint

func (x *SetLabelsRequest) GetLabelFingerprint() string

func (*SetLabelsRequest) GetName

func (x *SetLabelsRequest) GetName() string

func (*SetLabelsRequest) GetProjectId deprecated

func (x *SetLabelsRequest) GetProjectId() string

Deprecated: Do not use.

func (*SetLabelsRequest) GetResourceLabels

func (x *SetLabelsRequest) GetResourceLabels() map[string]string

func (*SetLabelsRequest) GetZone deprecated

func (x *SetLabelsRequest) GetZone() string

Deprecated: Do not use.

func (*SetLabelsRequest) ProtoMessage

func (*SetLabelsRequest) ProtoMessage()

func (*SetLabelsRequest) ProtoReflect

func (x *SetLabelsRequest) ProtoReflect() protoreflect.Message

func (*SetLabelsRequest) Reset

func (x *SetLabelsRequest) Reset()

func (*SetLabelsRequest) String

func (x *SetLabelsRequest) String() string

type SetLegacyAbacRequest

type SetLegacyAbacRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster to update.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. Whether ABAC authorization will be enabled in the cluster.
	Enabled bool `protobuf:"varint,4,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// The name (project, location, cluster name) of the cluster to set legacy
	// abac. Specified in the format `projects/*/locations/*/clusters/*`.
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

SetLegacyAbacRequest enables or disables the ABAC authorization mechanism for a cluster.

func (*SetLegacyAbacRequest) Descriptor deprecated

func (*SetLegacyAbacRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLegacyAbacRequest.ProtoReflect.Descriptor instead.

func (*SetLegacyAbacRequest) GetClusterId deprecated

func (x *SetLegacyAbacRequest) GetClusterId() string

Deprecated: Do not use.

func (*SetLegacyAbacRequest) GetEnabled

func (x *SetLegacyAbacRequest) GetEnabled() bool

func (*SetLegacyAbacRequest) GetName

func (x *SetLegacyAbacRequest) GetName() string

func (*SetLegacyAbacRequest) GetProjectId deprecated

func (x *SetLegacyAbacRequest) GetProjectId() string

Deprecated: Do not use.

func (*SetLegacyAbacRequest) GetZone deprecated

func (x *SetLegacyAbacRequest) GetZone() string

Deprecated: Do not use.

func (*SetLegacyAbacRequest) ProtoMessage

func (*SetLegacyAbacRequest) ProtoMessage()

func (*SetLegacyAbacRequest) ProtoReflect

func (x *SetLegacyAbacRequest) ProtoReflect() protoreflect.Message

func (*SetLegacyAbacRequest) Reset

func (x *SetLegacyAbacRequest) Reset()

func (*SetLegacyAbacRequest) String

func (x *SetLegacyAbacRequest) String() string

type SetLocationsRequest

type SetLocationsRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster to upgrade.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. The desired list of Google Compute Engine
	// [zones](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster's nodes should be located. Changing the locations a cluster is in
	// will result in nodes being either created or removed from the cluster,
	// depending on whether locations are being added or removed.
	//
	// This list must always include the cluster's primary zone.
	Locations []string `protobuf:"bytes,4,rep,name=locations,proto3" json:"locations,omitempty"`
	// The name (project, location, cluster) of the cluster to set locations.
	// Specified in the format `projects/*/locations/*/clusters/*`.
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

SetLocationsRequest sets the locations of the cluster.

func (*SetLocationsRequest) Descriptor deprecated

func (*SetLocationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLocationsRequest.ProtoReflect.Descriptor instead.

func (*SetLocationsRequest) GetClusterId deprecated

func (x *SetLocationsRequest) GetClusterId() string

Deprecated: Do not use.

func (*SetLocationsRequest) GetLocations

func (x *SetLocationsRequest) GetLocations() []string

func (*SetLocationsRequest) GetName

func (x *SetLocationsRequest) GetName() string

func (*SetLocationsRequest) GetProjectId deprecated

func (x *SetLocationsRequest) GetProjectId() string

Deprecated: Do not use.

func (*SetLocationsRequest) GetZone deprecated

func (x *SetLocationsRequest) GetZone() string

Deprecated: Do not use.

func (*SetLocationsRequest) ProtoMessage

func (*SetLocationsRequest) ProtoMessage()

func (*SetLocationsRequest) ProtoReflect

func (x *SetLocationsRequest) ProtoReflect() protoreflect.Message

func (*SetLocationsRequest) Reset

func (x *SetLocationsRequest) Reset()

func (*SetLocationsRequest) String

func (x *SetLocationsRequest) String() string

type SetLoggingServiceRequest

type SetLoggingServiceRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster to upgrade.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. The logging service the cluster should use to write logs.
	// Currently available options:
	//
	// * `logging.googleapis.com/kubernetes` - The Cloud Logging
	// service with a Kubernetes-native resource model
	//   - `logging.googleapis.com` - The legacy Cloud Logging service (no longer
	//     available as of GKE 1.15).
	//   - `none` - no logs will be exported from the cluster.
	//
	// If left as an empty string,`logging.googleapis.com/kubernetes` will be
	// used for GKE 1.14+ or `logging.googleapis.com` for earlier versions.
	LoggingService string `protobuf:"bytes,4,opt,name=logging_service,json=loggingService,proto3" json:"logging_service,omitempty"`
	// The name (project, location, cluster) of the cluster to set logging.
	// Specified in the format `projects/*/locations/*/clusters/*`.
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

SetLoggingServiceRequest sets the logging service of a cluster.

func (*SetLoggingServiceRequest) Descriptor deprecated

func (*SetLoggingServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLoggingServiceRequest.ProtoReflect.Descriptor instead.

func (*SetLoggingServiceRequest) GetClusterId deprecated

func (x *SetLoggingServiceRequest) GetClusterId() string

Deprecated: Do not use.

func (*SetLoggingServiceRequest) GetLoggingService

func (x *SetLoggingServiceRequest) GetLoggingService() string

func (*SetLoggingServiceRequest) GetName

func (x *SetLoggingServiceRequest) GetName() string

func (*SetLoggingServiceRequest) GetProjectId deprecated

func (x *SetLoggingServiceRequest) GetProjectId() string

Deprecated: Do not use.

func (*SetLoggingServiceRequest) GetZone deprecated

func (x *SetLoggingServiceRequest) GetZone() string

Deprecated: Do not use.

func (*SetLoggingServiceRequest) ProtoMessage

func (*SetLoggingServiceRequest) ProtoMessage()

func (*SetLoggingServiceRequest) ProtoReflect

func (x *SetLoggingServiceRequest) ProtoReflect() protoreflect.Message

func (*SetLoggingServiceRequest) Reset

func (x *SetLoggingServiceRequest) Reset()

func (*SetLoggingServiceRequest) String

func (x *SetLoggingServiceRequest) String() string

type SetMaintenancePolicyRequest

type SetMaintenancePolicyRequest struct {

	// Required. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. The name of the cluster to update.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. The maintenance policy to be set for the cluster. An empty field
	// clears the existing maintenance policy.
	MaintenancePolicy *MaintenancePolicy `protobuf:"bytes,4,opt,name=maintenance_policy,json=maintenancePolicy,proto3" json:"maintenance_policy,omitempty"`
	// The name (project, location, cluster name) of the cluster to set
	// maintenance policy.
	// Specified in the format `projects/*/locations/*/clusters/*`.
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

SetMaintenancePolicyRequest sets the maintenance policy for a cluster.

func (*SetMaintenancePolicyRequest) Descriptor deprecated

func (*SetMaintenancePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetMaintenancePolicyRequest.ProtoReflect.Descriptor instead.

func (*SetMaintenancePolicyRequest) GetClusterId

func (x *SetMaintenancePolicyRequest) GetClusterId() string

func (*SetMaintenancePolicyRequest) GetMaintenancePolicy

func (x *SetMaintenancePolicyRequest) GetMaintenancePolicy() *MaintenancePolicy

func (*SetMaintenancePolicyRequest) GetName

func (x *SetMaintenancePolicyRequest) GetName() string

func (*SetMaintenancePolicyRequest) GetProjectId

func (x *SetMaintenancePolicyRequest) GetProjectId() string

func (*SetMaintenancePolicyRequest) GetZone

func (x *SetMaintenancePolicyRequest) GetZone() string

func (*SetMaintenancePolicyRequest) ProtoMessage

func (*SetMaintenancePolicyRequest) ProtoMessage()

func (*SetMaintenancePolicyRequest) ProtoReflect

func (*SetMaintenancePolicyRequest) Reset

func (x *SetMaintenancePolicyRequest) Reset()

func (*SetMaintenancePolicyRequest) String

func (x *SetMaintenancePolicyRequest) String() string

type SetMasterAuthRequest

type SetMasterAuthRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster to upgrade.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. The exact form of action to be taken on the master auth.
	Action SetMasterAuthRequest_Action `protobuf:"varint,4,opt,name=action,proto3,enum=google.container.v1beta1.SetMasterAuthRequest_Action" json:"action,omitempty"`
	// Required. A description of the update.
	Update *MasterAuth `protobuf:"bytes,5,opt,name=update,proto3" json:"update,omitempty"`
	// The name (project, location, cluster) of the cluster to set auth.
	// Specified in the format `projects/*/locations/*/clusters/*`.
	Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

SetMasterAuthRequest updates the admin password of a cluster.

func (*SetMasterAuthRequest) Descriptor deprecated

func (*SetMasterAuthRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetMasterAuthRequest.ProtoReflect.Descriptor instead.

func (*SetMasterAuthRequest) GetAction

func (*SetMasterAuthRequest) GetClusterId deprecated

func (x *SetMasterAuthRequest) GetClusterId() string

Deprecated: Do not use.

func (*SetMasterAuthRequest) GetName

func (x *SetMasterAuthRequest) GetName() string

func (*SetMasterAuthRequest) GetProjectId deprecated

func (x *SetMasterAuthRequest) GetProjectId() string

Deprecated: Do not use.

func (*SetMasterAuthRequest) GetUpdate

func (x *SetMasterAuthRequest) GetUpdate() *MasterAuth

func (*SetMasterAuthRequest) GetZone deprecated

func (x *SetMasterAuthRequest) GetZone() string

Deprecated: Do not use.

func (*SetMasterAuthRequest) ProtoMessage

func (*SetMasterAuthRequest) ProtoMessage()

func (*SetMasterAuthRequest) ProtoReflect

func (x *SetMasterAuthRequest) ProtoReflect() protoreflect.Message

func (*SetMasterAuthRequest) Reset

func (x *SetMasterAuthRequest) Reset()

func (*SetMasterAuthRequest) String

func (x *SetMasterAuthRequest) String() string

type SetMasterAuthRequest_Action

type SetMasterAuthRequest_Action int32

Operation type: what type update to perform.

const (
	// Operation is unknown and will error out.
	SetMasterAuthRequest_UNKNOWN SetMasterAuthRequest_Action = 0
	// Set the password to a user generated value.
	SetMasterAuthRequest_SET_PASSWORD SetMasterAuthRequest_Action = 1
	// Generate a new password and set it to that.
	SetMasterAuthRequest_GENERATE_PASSWORD SetMasterAuthRequest_Action = 2
	// Set the username.  If an empty username is provided, basic authentication
	// is disabled for the cluster.  If a non-empty username is provided, basic
	// authentication is enabled, with either a provided password or a generated
	// one.
	SetMasterAuthRequest_SET_USERNAME SetMasterAuthRequest_Action = 3
)

func (SetMasterAuthRequest_Action) Descriptor

func (SetMasterAuthRequest_Action) Enum

func (SetMasterAuthRequest_Action) EnumDescriptor deprecated

func (SetMasterAuthRequest_Action) EnumDescriptor() ([]byte, []int)

Deprecated: Use SetMasterAuthRequest_Action.Descriptor instead.

func (SetMasterAuthRequest_Action) Number

func (SetMasterAuthRequest_Action) String

func (SetMasterAuthRequest_Action) Type

type SetMonitoringServiceRequest

type SetMonitoringServiceRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster to upgrade.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. The monitoring service the cluster should use to write metrics.
	// Currently available options:
	//
	// * "monitoring.googleapis.com/kubernetes" - The Cloud Monitoring
	// service with a Kubernetes-native resource model
	//   - `monitoring.googleapis.com` - The legacy Cloud Monitoring service (no
	//     longer available as of GKE 1.15).
	//   - `none` - No metrics will be exported from the cluster.
	//
	// If left as an empty string,`monitoring.googleapis.com/kubernetes` will be
	// used for GKE 1.14+ or `monitoring.googleapis.com` for earlier versions.
	MonitoringService string `protobuf:"bytes,4,opt,name=monitoring_service,json=monitoringService,proto3" json:"monitoring_service,omitempty"`
	// The name (project, location, cluster) of the cluster to set monitoring.
	// Specified in the format `projects/*/locations/*/clusters/*`.
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

SetMonitoringServiceRequest sets the monitoring service of a cluster.

func (*SetMonitoringServiceRequest) Descriptor deprecated

func (*SetMonitoringServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetMonitoringServiceRequest.ProtoReflect.Descriptor instead.

func (*SetMonitoringServiceRequest) GetClusterId deprecated

func (x *SetMonitoringServiceRequest) GetClusterId() string

Deprecated: Do not use.

func (*SetMonitoringServiceRequest) GetMonitoringService

func (x *SetMonitoringServiceRequest) GetMonitoringService() string

func (*SetMonitoringServiceRequest) GetName

func (x *SetMonitoringServiceRequest) GetName() string

func (*SetMonitoringServiceRequest) GetProjectId deprecated

func (x *SetMonitoringServiceRequest) GetProjectId() string

Deprecated: Do not use.

func (*SetMonitoringServiceRequest) GetZone deprecated

func (x *SetMonitoringServiceRequest) GetZone() string

Deprecated: Do not use.

func (*SetMonitoringServiceRequest) ProtoMessage

func (*SetMonitoringServiceRequest) ProtoMessage()

func (*SetMonitoringServiceRequest) ProtoReflect

func (*SetMonitoringServiceRequest) Reset

func (x *SetMonitoringServiceRequest) Reset()

func (*SetMonitoringServiceRequest) String

func (x *SetMonitoringServiceRequest) String() string

type SetNetworkPolicyRequest

type SetNetworkPolicyRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. Configuration options for the NetworkPolicy feature.
	NetworkPolicy *NetworkPolicy `protobuf:"bytes,4,opt,name=network_policy,json=networkPolicy,proto3" json:"network_policy,omitempty"`
	// The name (project, location, cluster name) of the cluster to set networking
	// policy. Specified in the format `projects/*/locations/*/clusters/*`.
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

SetNetworkPolicyRequest enables/disables network policy for a cluster.

func (*SetNetworkPolicyRequest) Descriptor deprecated

func (*SetNetworkPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetNetworkPolicyRequest.ProtoReflect.Descriptor instead.

func (*SetNetworkPolicyRequest) GetClusterId deprecated

func (x *SetNetworkPolicyRequest) GetClusterId() string

Deprecated: Do not use.

func (*SetNetworkPolicyRequest) GetName

func (x *SetNetworkPolicyRequest) GetName() string

func (*SetNetworkPolicyRequest) GetNetworkPolicy

func (x *SetNetworkPolicyRequest) GetNetworkPolicy() *NetworkPolicy

func (*SetNetworkPolicyRequest) GetProjectId deprecated

func (x *SetNetworkPolicyRequest) GetProjectId() string

Deprecated: Do not use.

func (*SetNetworkPolicyRequest) GetZone deprecated

func (x *SetNetworkPolicyRequest) GetZone() string

Deprecated: Do not use.

func (*SetNetworkPolicyRequest) ProtoMessage

func (*SetNetworkPolicyRequest) ProtoMessage()

func (*SetNetworkPolicyRequest) ProtoReflect

func (x *SetNetworkPolicyRequest) ProtoReflect() protoreflect.Message

func (*SetNetworkPolicyRequest) Reset

func (x *SetNetworkPolicyRequest) Reset()

func (*SetNetworkPolicyRequest) String

func (x *SetNetworkPolicyRequest) String() string

type SetNodePoolAutoscalingRequest

type SetNodePoolAutoscalingRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster to upgrade.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. Deprecated. The name of the node pool to upgrade.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	NodePoolId string `protobuf:"bytes,4,opt,name=node_pool_id,json=nodePoolId,proto3" json:"node_pool_id,omitempty"`
	// Required. Autoscaling configuration for the node pool.
	Autoscaling *NodePoolAutoscaling `protobuf:"bytes,5,opt,name=autoscaling,proto3" json:"autoscaling,omitempty"`
	// The name (project, location, cluster, node pool) of the node pool to set
	// autoscaler settings. Specified in the format
	// `projects/*/locations/*/clusters/*/nodePools/*`.
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.

func (*SetNodePoolAutoscalingRequest) Descriptor deprecated

func (*SetNodePoolAutoscalingRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetNodePoolAutoscalingRequest.ProtoReflect.Descriptor instead.

func (*SetNodePoolAutoscalingRequest) GetAutoscaling

func (*SetNodePoolAutoscalingRequest) GetClusterId deprecated

func (x *SetNodePoolAutoscalingRequest) GetClusterId() string

Deprecated: Do not use.

func (*SetNodePoolAutoscalingRequest) GetName

func (*SetNodePoolAutoscalingRequest) GetNodePoolId deprecated

func (x *SetNodePoolAutoscalingRequest) GetNodePoolId() string

Deprecated: Do not use.

func (*SetNodePoolAutoscalingRequest) GetProjectId deprecated

func (x *SetNodePoolAutoscalingRequest) GetProjectId() string

Deprecated: Do not use.

func (*SetNodePoolAutoscalingRequest) GetZone deprecated

Deprecated: Do not use.

func (*SetNodePoolAutoscalingRequest) ProtoMessage

func (*SetNodePoolAutoscalingRequest) ProtoMessage()

func (*SetNodePoolAutoscalingRequest) ProtoReflect

func (*SetNodePoolAutoscalingRequest) Reset

func (x *SetNodePoolAutoscalingRequest) Reset()

func (*SetNodePoolAutoscalingRequest) String

type SetNodePoolManagementRequest

type SetNodePoolManagementRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster to update.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. Deprecated. The name of the node pool to update.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	NodePoolId string `protobuf:"bytes,4,opt,name=node_pool_id,json=nodePoolId,proto3" json:"node_pool_id,omitempty"`
	// Required. NodeManagement configuration for the node pool.
	Management *NodeManagement `protobuf:"bytes,5,opt,name=management,proto3" json:"management,omitempty"`
	// The name (project, location, cluster, node pool id) of the node pool to set
	// management properties. Specified in the format
	// `projects/*/locations/*/clusters/*/nodePools/*`.
	Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

SetNodePoolManagementRequest sets the node management properties of a node pool.

func (*SetNodePoolManagementRequest) Descriptor deprecated

func (*SetNodePoolManagementRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetNodePoolManagementRequest.ProtoReflect.Descriptor instead.

func (*SetNodePoolManagementRequest) GetClusterId deprecated

func (x *SetNodePoolManagementRequest) GetClusterId() string

Deprecated: Do not use.

func (*SetNodePoolManagementRequest) GetManagement

func (x *SetNodePoolManagementRequest) GetManagement() *NodeManagement

func (*SetNodePoolManagementRequest) GetName

func (x *SetNodePoolManagementRequest) GetName() string

func (*SetNodePoolManagementRequest) GetNodePoolId deprecated

func (x *SetNodePoolManagementRequest) GetNodePoolId() string

Deprecated: Do not use.

func (*SetNodePoolManagementRequest) GetProjectId deprecated

func (x *SetNodePoolManagementRequest) GetProjectId() string

Deprecated: Do not use.

func (*SetNodePoolManagementRequest) GetZone deprecated

func (x *SetNodePoolManagementRequest) GetZone() string

Deprecated: Do not use.

func (*SetNodePoolManagementRequest) ProtoMessage

func (*SetNodePoolManagementRequest) ProtoMessage()

func (*SetNodePoolManagementRequest) ProtoReflect

func (*SetNodePoolManagementRequest) Reset

func (x *SetNodePoolManagementRequest) Reset()

func (*SetNodePoolManagementRequest) String

type SetNodePoolSizeRequest

type SetNodePoolSizeRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster to update.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. Deprecated. The name of the node pool to update.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	NodePoolId string `protobuf:"bytes,4,opt,name=node_pool_id,json=nodePoolId,proto3" json:"node_pool_id,omitempty"`
	// Required. The desired node count for the pool.
	NodeCount int32 `protobuf:"varint,5,opt,name=node_count,json=nodeCount,proto3" json:"node_count,omitempty"`
	// The name (project, location, cluster, node pool id) of the node pool to set
	// size.
	// Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
	Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

SetNodePoolSizeRequest sets the size of a node pool.

func (*SetNodePoolSizeRequest) Descriptor deprecated

func (*SetNodePoolSizeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetNodePoolSizeRequest.ProtoReflect.Descriptor instead.

func (*SetNodePoolSizeRequest) GetClusterId deprecated

func (x *SetNodePoolSizeRequest) GetClusterId() string

Deprecated: Do not use.

func (*SetNodePoolSizeRequest) GetName

func (x *SetNodePoolSizeRequest) GetName() string

func (*SetNodePoolSizeRequest) GetNodeCount

func (x *SetNodePoolSizeRequest) GetNodeCount() int32

func (*SetNodePoolSizeRequest) GetNodePoolId deprecated

func (x *SetNodePoolSizeRequest) GetNodePoolId() string

Deprecated: Do not use.

func (*SetNodePoolSizeRequest) GetProjectId deprecated

func (x *SetNodePoolSizeRequest) GetProjectId() string

Deprecated: Do not use.

func (*SetNodePoolSizeRequest) GetZone deprecated

func (x *SetNodePoolSizeRequest) GetZone() string

Deprecated: Do not use.

func (*SetNodePoolSizeRequest) ProtoMessage

func (*SetNodePoolSizeRequest) ProtoMessage()

func (*SetNodePoolSizeRequest) ProtoReflect

func (x *SetNodePoolSizeRequest) ProtoReflect() protoreflect.Message

func (*SetNodePoolSizeRequest) Reset

func (x *SetNodePoolSizeRequest) Reset()

func (*SetNodePoolSizeRequest) String

func (x *SetNodePoolSizeRequest) String() string

type ShieldedInstanceConfig

type ShieldedInstanceConfig struct {

	// Defines whether the instance has Secure Boot enabled.
	//
	// Secure Boot helps ensure that the system only runs authentic software by
	// verifying the digital signature of all boot components, and halting the
	// boot process if signature verification fails.
	EnableSecureBoot bool `protobuf:"varint,1,opt,name=enable_secure_boot,json=enableSecureBoot,proto3" json:"enable_secure_boot,omitempty"`
	// Defines whether the instance has integrity monitoring enabled.
	//
	// Enables monitoring and attestation of the boot integrity of the instance.
	// The attestation is performed against the integrity policy baseline. This
	// baseline is initially derived from the implicitly trusted boot image when
	// the instance is created.
	EnableIntegrityMonitoring bool `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

A set of Shielded Instance options.

func (*ShieldedInstanceConfig) Descriptor deprecated

func (*ShieldedInstanceConfig) Descriptor() ([]byte, []int)

Deprecated: Use ShieldedInstanceConfig.ProtoReflect.Descriptor instead.

func (*ShieldedInstanceConfig) GetEnableIntegrityMonitoring

func (x *ShieldedInstanceConfig) GetEnableIntegrityMonitoring() bool

func (*ShieldedInstanceConfig) GetEnableSecureBoot

func (x *ShieldedInstanceConfig) GetEnableSecureBoot() bool

func (*ShieldedInstanceConfig) ProtoMessage

func (*ShieldedInstanceConfig) ProtoMessage()

func (*ShieldedInstanceConfig) ProtoReflect

func (x *ShieldedInstanceConfig) ProtoReflect() protoreflect.Message

func (*ShieldedInstanceConfig) Reset

func (x *ShieldedInstanceConfig) Reset()

func (*ShieldedInstanceConfig) String

func (x *ShieldedInstanceConfig) String() string

type ShieldedNodes

type ShieldedNodes struct {

	// Whether Shielded Nodes features are enabled on all nodes in this cluster.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration of Shielded Nodes feature.

func (*ShieldedNodes) Descriptor deprecated

func (*ShieldedNodes) Descriptor() ([]byte, []int)

Deprecated: Use ShieldedNodes.ProtoReflect.Descriptor instead.

func (*ShieldedNodes) GetEnabled

func (x *ShieldedNodes) GetEnabled() bool

func (*ShieldedNodes) ProtoMessage

func (*ShieldedNodes) ProtoMessage()

func (*ShieldedNodes) ProtoReflect

func (x *ShieldedNodes) ProtoReflect() protoreflect.Message

func (*ShieldedNodes) Reset

func (x *ShieldedNodes) Reset()

func (*ShieldedNodes) String

func (x *ShieldedNodes) String() string

type StackType

type StackType int32

Possible values for IP stack type

const (
	// By default, the clusters will be IPV4 only
	StackType_STACK_TYPE_UNSPECIFIED StackType = 0
	// The value used if the cluster is a IPV4 only
	StackType_IPV4 StackType = 1
	// The value used if the cluster is a dual stack cluster
	StackType_IPV4_IPV6 StackType = 2
)

func (StackType) Descriptor

func (StackType) Descriptor() protoreflect.EnumDescriptor

func (StackType) Enum

func (x StackType) Enum() *StackType

func (StackType) EnumDescriptor deprecated

func (StackType) EnumDescriptor() ([]byte, []int)

Deprecated: Use StackType.Descriptor instead.

func (StackType) Number

func (x StackType) Number() protoreflect.EnumNumber

func (StackType) String

func (x StackType) String() string

func (StackType) Type

type StartIPRotationRequest

type StartIPRotationRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// The name (project, location, cluster name) of the cluster to start IP
	// rotation. Specified in the format `projects/*/locations/*/clusters/*`.
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// Whether to rotate credentials during IP rotation.
	RotateCredentials bool `protobuf:"varint,7,opt,name=rotate_credentials,json=rotateCredentials,proto3" json:"rotate_credentials,omitempty"`
	// contains filtered or unexported fields
}

StartIPRotationRequest creates a new IP for the cluster and then performs a node upgrade on each node pool to point to the new IP.

func (*StartIPRotationRequest) Descriptor deprecated

func (*StartIPRotationRequest) Descriptor() ([]byte, []int)

Deprecated: Use StartIPRotationRequest.ProtoReflect.Descriptor instead.

func (*StartIPRotationRequest) GetClusterId deprecated

func (x *StartIPRotationRequest) GetClusterId() string

Deprecated: Do not use.

func (*StartIPRotationRequest) GetName

func (x *StartIPRotationRequest) GetName() string

func (*StartIPRotationRequest) GetProjectId deprecated

func (x *StartIPRotationRequest) GetProjectId() string

Deprecated: Do not use.

func (*StartIPRotationRequest) GetRotateCredentials

func (x *StartIPRotationRequest) GetRotateCredentials() bool

func (*StartIPRotationRequest) GetZone deprecated

func (x *StartIPRotationRequest) GetZone() string

Deprecated: Do not use.

func (*StartIPRotationRequest) ProtoMessage

func (*StartIPRotationRequest) ProtoMessage()

func (*StartIPRotationRequest) ProtoReflect

func (x *StartIPRotationRequest) ProtoReflect() protoreflect.Message

func (*StartIPRotationRequest) Reset

func (x *StartIPRotationRequest) Reset()

func (*StartIPRotationRequest) String

func (x *StartIPRotationRequest) String() string

type StatusCondition

type StatusCondition struct {

	// Machine-friendly representation of the condition
	// Deprecated. Use canonical_code instead.
	//
	// Deprecated: Do not use.
	Code StatusCondition_Code `protobuf:"varint,1,opt,name=code,proto3,enum=google.container.v1beta1.StatusCondition_Code" json:"code,omitempty"`
	// Human-friendly representation of the condition
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// Canonical code of the condition.
	CanonicalCode code.Code `protobuf:"varint,3,opt,name=canonical_code,json=canonicalCode,proto3,enum=google.rpc.Code" json:"canonical_code,omitempty"`
	// contains filtered or unexported fields
}

StatusCondition describes why a cluster or a node pool has a certain status (e.g., ERROR or DEGRADED).

func (*StatusCondition) Descriptor deprecated

func (*StatusCondition) Descriptor() ([]byte, []int)

Deprecated: Use StatusCondition.ProtoReflect.Descriptor instead.

func (*StatusCondition) GetCanonicalCode

func (x *StatusCondition) GetCanonicalCode() code.Code

func (*StatusCondition) GetCode deprecated

Deprecated: Do not use.

func (*StatusCondition) GetMessage

func (x *StatusCondition) GetMessage() string

func (*StatusCondition) ProtoMessage

func (*StatusCondition) ProtoMessage()

func (*StatusCondition) ProtoReflect

func (x *StatusCondition) ProtoReflect() protoreflect.Message

func (*StatusCondition) Reset

func (x *StatusCondition) Reset()

func (*StatusCondition) String

func (x *StatusCondition) String() string

type StatusCondition_Code deprecated

type StatusCondition_Code int32

Code for each condition

Deprecated: Do not use.

const (
	// UNKNOWN indicates a generic condition.
	StatusCondition_UNKNOWN StatusCondition_Code = 0
	// GCE_STOCKOUT indicates that Google Compute Engine resources are
	// temporarily unavailable.
	StatusCondition_GCE_STOCKOUT StatusCondition_Code = 1
	// GKE_SERVICE_ACCOUNT_DELETED indicates that the user deleted their robot
	// service account.
	StatusCondition_GKE_SERVICE_ACCOUNT_DELETED StatusCondition_Code = 2
	// Google Compute Engine quota was exceeded.
	StatusCondition_GCE_QUOTA_EXCEEDED StatusCondition_Code = 3
	// Cluster state was manually changed by an SRE due to a system logic error.
	StatusCondition_SET_BY_OPERATOR StatusCondition_Code = 4
	// Unable to perform an encrypt operation against the CloudKMS key used for
	// etcd level encryption.
	StatusCondition_CLOUD_KMS_KEY_ERROR StatusCondition_Code = 7
	// Cluster CA is expiring soon.
	// More codes TBA
	StatusCondition_CA_EXPIRING StatusCondition_Code = 9
)

func (StatusCondition_Code) Descriptor

func (StatusCondition_Code) Enum

func (StatusCondition_Code) EnumDescriptor deprecated

func (StatusCondition_Code) EnumDescriptor() ([]byte, []int)

Deprecated: Use StatusCondition_Code.Descriptor instead.

func (StatusCondition_Code) Number

func (StatusCondition_Code) String

func (x StatusCondition_Code) String() string

func (StatusCondition_Code) Type

type TimeWindow

type TimeWindow struct {

	// Types that are assignable to Options:
	//
	//	*TimeWindow_MaintenanceExclusionOptions
	Options isTimeWindow_Options `protobuf_oneof:"options"`
	// The time that the window first starts.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// The time that the window ends. The end time should take place after the
	// start time.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

Represents an arbitrary window of time.

func (*TimeWindow) Descriptor deprecated

func (*TimeWindow) Descriptor() ([]byte, []int)

Deprecated: Use TimeWindow.ProtoReflect.Descriptor instead.

func (*TimeWindow) GetEndTime

func (x *TimeWindow) GetEndTime() *timestamppb.Timestamp

func (*TimeWindow) GetMaintenanceExclusionOptions

func (x *TimeWindow) GetMaintenanceExclusionOptions() *MaintenanceExclusionOptions

func (*TimeWindow) GetOptions

func (m *TimeWindow) GetOptions() isTimeWindow_Options

func (*TimeWindow) GetStartTime

func (x *TimeWindow) GetStartTime() *timestamppb.Timestamp

func (*TimeWindow) ProtoMessage

func (*TimeWindow) ProtoMessage()

func (*TimeWindow) ProtoReflect

func (x *TimeWindow) ProtoReflect() protoreflect.Message

func (*TimeWindow) Reset

func (x *TimeWindow) Reset()

func (*TimeWindow) String

func (x *TimeWindow) String() string

type TimeWindow_MaintenanceExclusionOptions

type TimeWindow_MaintenanceExclusionOptions struct {
	// MaintenanceExclusionOptions provides maintenance exclusion related
	// options.
	MaintenanceExclusionOptions *MaintenanceExclusionOptions `protobuf:"bytes,3,opt,name=maintenance_exclusion_options,json=maintenanceExclusionOptions,proto3,oneof"`
}

type TpuConfig

type TpuConfig struct {

	// Whether Cloud TPU integration is enabled or not.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// Whether to use service networking for Cloud TPU or not.
	UseServiceNetworking bool `protobuf:"varint,2,opt,name=use_service_networking,json=useServiceNetworking,proto3" json:"use_service_networking,omitempty"`
	// IPv4 CIDR block reserved for Cloud TPU in the VPC.
	Ipv4CidrBlock string `protobuf:"bytes,3,opt,name=ipv4_cidr_block,json=ipv4CidrBlock,proto3" json:"ipv4_cidr_block,omitempty"`
	// contains filtered or unexported fields
}

Configuration for Cloud TPU.

func (*TpuConfig) Descriptor deprecated

func (*TpuConfig) Descriptor() ([]byte, []int)

Deprecated: Use TpuConfig.ProtoReflect.Descriptor instead.

func (*TpuConfig) GetEnabled

func (x *TpuConfig) GetEnabled() bool

func (*TpuConfig) GetIpv4CidrBlock

func (x *TpuConfig) GetIpv4CidrBlock() string

func (*TpuConfig) GetUseServiceNetworking

func (x *TpuConfig) GetUseServiceNetworking() bool

func (*TpuConfig) ProtoMessage

func (*TpuConfig) ProtoMessage()

func (*TpuConfig) ProtoReflect

func (x *TpuConfig) ProtoReflect() protoreflect.Message

func (*TpuConfig) Reset

func (x *TpuConfig) Reset()

func (*TpuConfig) String

func (x *TpuConfig) String() string

type UnimplementedClusterManagerServer

type UnimplementedClusterManagerServer struct {
}

UnimplementedClusterManagerServer can be embedded to have forward compatible implementations.

func (*UnimplementedClusterManagerServer) CancelOperation

func (*UnimplementedClusterManagerServer) CompleteIPRotation

func (*UnimplementedClusterManagerServer) CompleteNodePoolUpgrade

func (*UnimplementedClusterManagerServer) CreateCluster

func (*UnimplementedClusterManagerServer) CreateNodePool

func (*UnimplementedClusterManagerServer) DeleteCluster

func (*UnimplementedClusterManagerServer) DeleteNodePool

func (*UnimplementedClusterManagerServer) GetCluster

func (*UnimplementedClusterManagerServer) GetJSONWebKeys

func (*UnimplementedClusterManagerServer) GetNodePool

func (*UnimplementedClusterManagerServer) GetOperation

func (*UnimplementedClusterManagerServer) GetServerConfig

func (*UnimplementedClusterManagerServer) ListClusters

func (*UnimplementedClusterManagerServer) ListLocations

func (*UnimplementedClusterManagerServer) ListNodePools

func (*UnimplementedClusterManagerServer) ListOperations

func (*UnimplementedClusterManagerServer) ListUsableSubnetworks

func (*UnimplementedClusterManagerServer) RollbackNodePoolUpgrade

func (*UnimplementedClusterManagerServer) SetAddonsConfig

func (*UnimplementedClusterManagerServer) SetLabels

func (*UnimplementedClusterManagerServer) SetLegacyAbac

func (*UnimplementedClusterManagerServer) SetLocations

func (*UnimplementedClusterManagerServer) SetLoggingService

func (*UnimplementedClusterManagerServer) SetMaintenancePolicy

func (*UnimplementedClusterManagerServer) SetMasterAuth

func (*UnimplementedClusterManagerServer) SetMonitoringService

func (*UnimplementedClusterManagerServer) SetNetworkPolicy

func (*UnimplementedClusterManagerServer) SetNodePoolAutoscaling

func (*UnimplementedClusterManagerServer) SetNodePoolManagement

func (*UnimplementedClusterManagerServer) SetNodePoolSize

func (*UnimplementedClusterManagerServer) StartIPRotation

func (*UnimplementedClusterManagerServer) UpdateCluster

func (*UnimplementedClusterManagerServer) UpdateMaster

func (*UnimplementedClusterManagerServer) UpdateNodePool

type UpdateClusterRequest

type UpdateClusterRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster to upgrade.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. A description of the update.
	Update *ClusterUpdate `protobuf:"bytes,4,opt,name=update,proto3" json:"update,omitempty"`
	// The name (project, location, cluster) of the cluster to update.
	// Specified in the format `projects/*/locations/*/clusters/*`.
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

UpdateClusterRequest updates the settings of a cluster.

func (*UpdateClusterRequest) Descriptor deprecated

func (*UpdateClusterRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateClusterRequest.ProtoReflect.Descriptor instead.

func (*UpdateClusterRequest) GetClusterId deprecated

func (x *UpdateClusterRequest) GetClusterId() string

Deprecated: Do not use.

func (*UpdateClusterRequest) GetName

func (x *UpdateClusterRequest) GetName() string

func (*UpdateClusterRequest) GetProjectId deprecated

func (x *UpdateClusterRequest) GetProjectId() string

Deprecated: Do not use.

func (*UpdateClusterRequest) GetUpdate

func (x *UpdateClusterRequest) GetUpdate() *ClusterUpdate

func (*UpdateClusterRequest) GetZone deprecated

func (x *UpdateClusterRequest) GetZone() string

Deprecated: Do not use.

func (*UpdateClusterRequest) ProtoMessage

func (*UpdateClusterRequest) ProtoMessage()

func (*UpdateClusterRequest) ProtoReflect

func (x *UpdateClusterRequest) ProtoReflect() protoreflect.Message

func (*UpdateClusterRequest) Reset

func (x *UpdateClusterRequest) Reset()

func (*UpdateClusterRequest) String

func (x *UpdateClusterRequest) String() string

type UpdateMasterRequest

type UpdateMasterRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster to upgrade.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. The Kubernetes version to change the master to.
	//
	// Users may specify either explicit versions offered by
	// Kubernetes Engine or version aliases, which have the following behavior:
	//
	// - "latest": picks the highest valid Kubernetes version
	// - "1.X": picks the highest valid patch+gke.N patch in the 1.X version
	// - "1.X.Y": picks the highest valid gke.N patch in the 1.X.Y version
	// - "1.X.Y-gke.N": picks an explicit Kubernetes version
	// - "-": picks the default Kubernetes version
	MasterVersion string `protobuf:"bytes,4,opt,name=master_version,json=masterVersion,proto3" json:"master_version,omitempty"`
	// The name (project, location, cluster) of the cluster to update.
	// Specified in the format `projects/*/locations/*/clusters/*`.
	Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

UpdateMasterRequest updates the master of the cluster.

func (*UpdateMasterRequest) Descriptor deprecated

func (*UpdateMasterRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateMasterRequest.ProtoReflect.Descriptor instead.

func (*UpdateMasterRequest) GetClusterId deprecated

func (x *UpdateMasterRequest) GetClusterId() string

Deprecated: Do not use.

func (*UpdateMasterRequest) GetMasterVersion

func (x *UpdateMasterRequest) GetMasterVersion() string

func (*UpdateMasterRequest) GetName

func (x *UpdateMasterRequest) GetName() string

func (*UpdateMasterRequest) GetProjectId deprecated

func (x *UpdateMasterRequest) GetProjectId() string

Deprecated: Do not use.

func (*UpdateMasterRequest) GetZone deprecated

func (x *UpdateMasterRequest) GetZone() string

Deprecated: Do not use.

func (*UpdateMasterRequest) ProtoMessage

func (*UpdateMasterRequest) ProtoMessage()

func (*UpdateMasterRequest) ProtoReflect

func (x *UpdateMasterRequest) ProtoReflect() protoreflect.Message

func (*UpdateMasterRequest) Reset

func (x *UpdateMasterRequest) Reset()

func (*UpdateMasterRequest) String

func (x *UpdateMasterRequest) String() string

type UpdateNodePoolRequest

type UpdateNodePoolRequest struct {

	// Required. Deprecated. The Google Developers Console [project ID or project
	// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Deprecated. The name of the Google Compute Engine
	// [zone](https://cloud.google.com/compute/docs/zones#available) in which the
	// cluster resides. This field has been deprecated and replaced by the name
	// field.
	//
	// Deprecated: Do not use.
	Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	// Required. Deprecated. The name of the cluster to upgrade.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. Deprecated. The name of the node pool to upgrade.
	// This field has been deprecated and replaced by the name field.
	//
	// Deprecated: Do not use.
	NodePoolId string `protobuf:"bytes,4,opt,name=node_pool_id,json=nodePoolId,proto3" json:"node_pool_id,omitempty"`
	// Required. The Kubernetes version to change the nodes to (typically an
	// upgrade).
	//
	// Users may specify either explicit versions offered by Kubernetes Engine or
	// version aliases, which have the following behavior:
	//
	// - "latest": picks the highest valid Kubernetes version
	// - "1.X": picks the highest valid patch+gke.N patch in the 1.X version
	// - "1.X.Y": picks the highest valid gke.N patch in the 1.X.Y version
	// - "1.X.Y-gke.N": picks an explicit Kubernetes version
	// - "-": picks the Kubernetes master version
	NodeVersion string `protobuf:"bytes,5,opt,name=node_version,json=nodeVersion,proto3" json:"node_version,omitempty"`
	// Required. The desired image type for the node pool. Please see
	// https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
	// available image types.
	ImageType string `protobuf:"bytes,6,opt,name=image_type,json=imageType,proto3" json:"image_type,omitempty"`
	// The desired list of Google Compute Engine
	// [zones](https://cloud.google.com/compute/docs/zones#available) in which the
	// node pool's nodes should be located. Changing the locations for a node pool
	// will result in nodes being either created or removed from the node pool,
	// depending on whether locations are being added or removed.
	Locations []string `protobuf:"bytes,13,rep,name=locations,proto3" json:"locations,omitempty"`
	// The desired workload metadata config for the node pool.
	WorkloadMetadataConfig *WorkloadMetadataConfig `` /* 130-byte string literal not displayed */
	// The name (project, location, cluster, node pool) of the node pool to
	// update. Specified in the format
	// `projects/*/locations/*/clusters/*/nodePools/*`.
	Name string `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"`
	// Upgrade settings control disruption and speed of the upgrade.
	UpgradeSettings *NodePool_UpgradeSettings `protobuf:"bytes,15,opt,name=upgrade_settings,json=upgradeSettings,proto3" json:"upgrade_settings,omitempty"`
	// The desired network tags to be applied to all nodes in the node pool.
	// If this field is not present, the tags will not be changed. Otherwise,
	// the existing network tags will be *replaced* with the provided tags.
	Tags *NetworkTags `protobuf:"bytes,16,opt,name=tags,proto3" json:"tags,omitempty"`
	// The desired node taints to be applied to all nodes in the node pool.
	// If this field is not present, the taints will not be changed. Otherwise,
	// the existing node taints will be *replaced* with the provided taints.
	Taints *NodeTaints `protobuf:"bytes,17,opt,name=taints,proto3" json:"taints,omitempty"`
	// The desired node labels to be applied to all nodes in the node pool.
	// If this field is not present, the labels will not be changed. Otherwise,
	// the existing node labels will be *replaced* with the provided labels.
	Labels *NodeLabels `protobuf:"bytes,18,opt,name=labels,proto3" json:"labels,omitempty"`
	// Parameters that can be configured on Linux nodes.
	LinuxNodeConfig *LinuxNodeConfig `protobuf:"bytes,19,opt,name=linux_node_config,json=linuxNodeConfig,proto3" json:"linux_node_config,omitempty"`
	// Node kubelet configs.
	KubeletConfig *NodeKubeletConfig `protobuf:"bytes,20,opt,name=kubelet_config,json=kubeletConfig,proto3" json:"kubelet_config,omitempty"`
	// Node network config.
	NodeNetworkConfig *NodeNetworkConfig `protobuf:"bytes,21,opt,name=node_network_config,json=nodeNetworkConfig,proto3" json:"node_network_config,omitempty"`
	// GCFS config.
	GcfsConfig *GcfsConfig `protobuf:"bytes,22,opt,name=gcfs_config,json=gcfsConfig,proto3" json:"gcfs_config,omitempty"`
	// Confidential nodes config.
	// All the nodes in the node pool will be Confidential VM once enabled.
	ConfidentialNodes *ConfidentialNodes `protobuf:"bytes,23,opt,name=confidential_nodes,json=confidentialNodes,proto3" json:"confidential_nodes,omitempty"`
	// Enable or disable gvnic on the node pool.
	Gvnic *VirtualNIC `protobuf:"bytes,29,opt,name=gvnic,proto3" json:"gvnic,omitempty"`
	// The current etag of the node pool.
	// If an etag is provided and does not match the current etag of the node
	// pool, update will be blocked and an ABORTED error will be returned.
	Etag string `protobuf:"bytes,30,opt,name=etag,proto3" json:"etag,omitempty"`
	// Enable or disable NCCL fast socket for the node pool.
	FastSocket *FastSocket `protobuf:"bytes,31,opt,name=fast_socket,json=fastSocket,proto3" json:"fast_socket,omitempty"`
	// Logging configuration.
	LoggingConfig *NodePoolLoggingConfig `protobuf:"bytes,32,opt,name=logging_config,json=loggingConfig,proto3" json:"logging_config,omitempty"`
	// The resource labels for the node pool to use to annotate any related
	// Google Compute Engine resources.
	ResourceLabels *ResourceLabels `protobuf:"bytes,33,opt,name=resource_labels,json=resourceLabels,proto3" json:"resource_labels,omitempty"`
	// Parameters that can be configured on Windows nodes.
	WindowsNodeConfig *WindowsNodeConfig `protobuf:"bytes,34,opt,name=windows_node_config,json=windowsNodeConfig,proto3" json:"windows_node_config,omitempty"`
	// contains filtered or unexported fields
}

SetNodePoolVersionRequest updates the version of a node pool.

func (*UpdateNodePoolRequest) Descriptor deprecated

func (*UpdateNodePoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateNodePoolRequest.ProtoReflect.Descriptor instead.

func (*UpdateNodePoolRequest) GetClusterId deprecated

func (x *UpdateNodePoolRequest) GetClusterId() string

Deprecated: Do not use.

func (*UpdateNodePoolRequest) GetConfidentialNodes

func (x *UpdateNodePoolRequest) GetConfidentialNodes() *ConfidentialNodes

func (*UpdateNodePoolRequest) GetEtag

func (x *UpdateNodePoolRequest) GetEtag() string

func (*UpdateNodePoolRequest) GetFastSocket

func (x *UpdateNodePoolRequest) GetFastSocket() *FastSocket

func (*UpdateNodePoolRequest) GetGcfsConfig

func (x *UpdateNodePoolRequest) GetGcfsConfig() *GcfsConfig

func (*UpdateNodePoolRequest) GetGvnic

func (x *UpdateNodePoolRequest) GetGvnic() *VirtualNIC

func (*UpdateNodePoolRequest) GetImageType

func (x *UpdateNodePoolRequest) GetImageType() string

func (*UpdateNodePoolRequest) GetKubeletConfig

func (x *UpdateNodePoolRequest) GetKubeletConfig() *NodeKubeletConfig

func (*UpdateNodePoolRequest) GetLabels

func (x *UpdateNodePoolRequest) GetLabels() *NodeLabels

func (*UpdateNodePoolRequest) GetLinuxNodeConfig

func (x *UpdateNodePoolRequest) GetLinuxNodeConfig() *LinuxNodeConfig

func (*UpdateNodePoolRequest) GetLocations

func (x *UpdateNodePoolRequest) GetLocations() []string

func (*UpdateNodePoolRequest) GetLoggingConfig

func (x *UpdateNodePoolRequest) GetLoggingConfig() *NodePoolLoggingConfig

func (*UpdateNodePoolRequest) GetName

func (x *UpdateNodePoolRequest) GetName() string

func (*UpdateNodePoolRequest) GetNodeNetworkConfig

func (x *UpdateNodePoolRequest) GetNodeNetworkConfig() *NodeNetworkConfig

func (*UpdateNodePoolRequest) GetNodePoolId deprecated

func (x *UpdateNodePoolRequest) GetNodePoolId() string

Deprecated: Do not use.

func (*UpdateNodePoolRequest) GetNodeVersion

func (x *UpdateNodePoolRequest) GetNodeVersion() string

func (*UpdateNodePoolRequest) GetProjectId deprecated

func (x *UpdateNodePoolRequest) GetProjectId() string

Deprecated: Do not use.

func (*UpdateNodePoolRequest) GetResourceLabels

func (x *UpdateNodePoolRequest) GetResourceLabels() *ResourceLabels

func (*UpdateNodePoolRequest) GetTags

func (x *UpdateNodePoolRequest) GetTags() *NetworkTags

func (*UpdateNodePoolRequest) GetTaints

func (x *UpdateNodePoolRequest) GetTaints() *NodeTaints

func (*UpdateNodePoolRequest) GetUpgradeSettings

func (x *UpdateNodePoolRequest) GetUpgradeSettings() *NodePool_UpgradeSettings

func (*UpdateNodePoolRequest) GetWindowsNodeConfig

func (x *UpdateNodePoolRequest) GetWindowsNodeConfig() *WindowsNodeConfig

func (*UpdateNodePoolRequest) GetWorkloadMetadataConfig

func (x *UpdateNodePoolRequest) GetWorkloadMetadataConfig() *WorkloadMetadataConfig

func (*UpdateNodePoolRequest) GetZone deprecated

func (x *UpdateNodePoolRequest) GetZone() string

Deprecated: Do not use.

func (*UpdateNodePoolRequest) ProtoMessage

func (*UpdateNodePoolRequest) ProtoMessage()

func (*UpdateNodePoolRequest) ProtoReflect

func (x *UpdateNodePoolRequest) ProtoReflect() protoreflect.Message

func (*UpdateNodePoolRequest) Reset

func (x *UpdateNodePoolRequest) Reset()

func (*UpdateNodePoolRequest) String

func (x *UpdateNodePoolRequest) String() string

type UpgradeAvailableEvent

type UpgradeAvailableEvent struct {

	// The release version available for upgrade.
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// The resource type of the release version.
	ResourceType UpgradeResourceType `` /* 148-byte string literal not displayed */
	// The release channel of the version. If empty, it means a non-channel
	// release.
	ReleaseChannel *ReleaseChannel `protobuf:"bytes,3,opt,name=release_channel,json=releaseChannel,proto3" json:"release_channel,omitempty"`
	// Optional relative path to the resource. For example, the relative path of
	// the node pool.
	Resource string `protobuf:"bytes,4,opt,name=resource,proto3" json:"resource,omitempty"`
	// Windows node versions info.
	WindowsVersions *WindowsVersions `protobuf:"bytes,5,opt,name=windows_versions,json=windowsVersions,proto3" json:"windows_versions,omitempty"`
	// contains filtered or unexported fields
}

UpgradeAvailableEvent is a notification sent to customers when a new available version is released.

func (*UpgradeAvailableEvent) Descriptor deprecated

func (*UpgradeAvailableEvent) Descriptor() ([]byte, []int)

Deprecated: Use UpgradeAvailableEvent.ProtoReflect.Descriptor instead.

func (*UpgradeAvailableEvent) GetReleaseChannel

func (x *UpgradeAvailableEvent) GetReleaseChannel() *ReleaseChannel

func (*UpgradeAvailableEvent) GetResource

func (x *UpgradeAvailableEvent) GetResource() string

func (*UpgradeAvailableEvent) GetResourceType

func (x *UpgradeAvailableEvent) GetResourceType() UpgradeResourceType

func (*UpgradeAvailableEvent) GetVersion

func (x *UpgradeAvailableEvent) GetVersion() string

func (*UpgradeAvailableEvent) GetWindowsVersions

func (x *UpgradeAvailableEvent) GetWindowsVersions() *WindowsVersions

func (*UpgradeAvailableEvent) ProtoMessage

func (*UpgradeAvailableEvent) ProtoMessage()

func (*UpgradeAvailableEvent) ProtoReflect

func (x *UpgradeAvailableEvent) ProtoReflect() protoreflect.Message

func (*UpgradeAvailableEvent) Reset

func (x *UpgradeAvailableEvent) Reset()

func (*UpgradeAvailableEvent) String

func (x *UpgradeAvailableEvent) String() string

type UpgradeEvent

type UpgradeEvent struct {

	// The resource type that is upgrading.
	ResourceType UpgradeResourceType `` /* 148-byte string literal not displayed */
	// The operation associated with this upgrade.
	Operation string `protobuf:"bytes,2,opt,name=operation,proto3" json:"operation,omitempty"`
	// The time when the operation was started.
	OperationStartTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=operation_start_time,json=operationStartTime,proto3" json:"operation_start_time,omitempty"`
	// The current version before the upgrade.
	CurrentVersion string `protobuf:"bytes,4,opt,name=current_version,json=currentVersion,proto3" json:"current_version,omitempty"`
	// The target version for the upgrade.
	TargetVersion string `protobuf:"bytes,5,opt,name=target_version,json=targetVersion,proto3" json:"target_version,omitempty"`
	// Optional relative path to the resource. For example in node pool upgrades,
	// the relative path of the node pool.
	Resource string `protobuf:"bytes,6,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

UpgradeEvent is a notification sent to customers by the cluster server when a resource is upgrading.

func (*UpgradeEvent) Descriptor deprecated

func (*UpgradeEvent) Descriptor() ([]byte, []int)

Deprecated: Use UpgradeEvent.ProtoReflect.Descriptor instead.

func (*UpgradeEvent) GetCurrentVersion

func (x *UpgradeEvent) GetCurrentVersion() string

func (*UpgradeEvent) GetOperation

func (x *UpgradeEvent) GetOperation() string

func (*UpgradeEvent) GetOperationStartTime

func (x *UpgradeEvent) GetOperationStartTime() *timestamppb.Timestamp

func (*UpgradeEvent) GetResource

func (x *UpgradeEvent) GetResource() string

func (*UpgradeEvent) GetResourceType

func (x *UpgradeEvent) GetResourceType() UpgradeResourceType

func (*UpgradeEvent) GetTargetVersion

func (x *UpgradeEvent) GetTargetVersion() string

func (*UpgradeEvent) ProtoMessage

func (*UpgradeEvent) ProtoMessage()

func (*UpgradeEvent) ProtoReflect

func (x *UpgradeEvent) ProtoReflect() protoreflect.Message

func (*UpgradeEvent) Reset

func (x *UpgradeEvent) Reset()

func (*UpgradeEvent) String

func (x *UpgradeEvent) String() string

type UpgradeResourceType

type UpgradeResourceType int32

UpgradeResourceType is the resource type that is upgrading. It is used in upgrade notifications.

const (
	// Default value. This shouldn't be used.
	UpgradeResourceType_UPGRADE_RESOURCE_TYPE_UNSPECIFIED UpgradeResourceType = 0
	// Master / control plane
	UpgradeResourceType_MASTER UpgradeResourceType = 1
	// Node pool
	UpgradeResourceType_NODE_POOL UpgradeResourceType = 2
)

func (UpgradeResourceType) Descriptor

func (UpgradeResourceType) Enum

func (UpgradeResourceType) EnumDescriptor deprecated

func (UpgradeResourceType) EnumDescriptor() ([]byte, []int)

Deprecated: Use UpgradeResourceType.Descriptor instead.

func (UpgradeResourceType) Number

func (UpgradeResourceType) String

func (x UpgradeResourceType) String() string

func (UpgradeResourceType) Type

type UsableSubnetwork

type UsableSubnetwork struct {

	// Subnetwork Name.
	// Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
	Subnetwork string `protobuf:"bytes,1,opt,name=subnetwork,proto3" json:"subnetwork,omitempty"`
	// Network Name.
	// Example: projects/my-project/global/networks/my-network
	Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"`
	// The range of internal addresses that are owned by this subnetwork.
	IpCidrRange string `protobuf:"bytes,3,opt,name=ip_cidr_range,json=ipCidrRange,proto3" json:"ip_cidr_range,omitempty"`
	// Secondary IP ranges.
	SecondaryIpRanges []*UsableSubnetworkSecondaryRange `protobuf:"bytes,4,rep,name=secondary_ip_ranges,json=secondaryIpRanges,proto3" json:"secondary_ip_ranges,omitempty"`
	// A human readable status message representing the reasons for cases where
	// the caller cannot use the secondary ranges under the subnet. For example if
	// the secondary_ip_ranges is empty due to a permission issue, an insufficient
	// permission message will be given by status_message.
	StatusMessage string `protobuf:"bytes,5,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

UsableSubnetwork resource returns the subnetwork name, its associated network and the primary CIDR range.

func (*UsableSubnetwork) Descriptor deprecated

func (*UsableSubnetwork) Descriptor() ([]byte, []int)

Deprecated: Use UsableSubnetwork.ProtoReflect.Descriptor instead.

func (*UsableSubnetwork) GetIpCidrRange

func (x *UsableSubnetwork) GetIpCidrRange() string

func (*UsableSubnetwork) GetNetwork

func (x *UsableSubnetwork) GetNetwork() string

func (*UsableSubnetwork) GetSecondaryIpRanges

func (x *UsableSubnetwork) GetSecondaryIpRanges() []*UsableSubnetworkSecondaryRange

func (*UsableSubnetwork) GetStatusMessage

func (x *UsableSubnetwork) GetStatusMessage() string

func (*UsableSubnetwork) GetSubnetwork

func (x *UsableSubnetwork) GetSubnetwork() string

func (*UsableSubnetwork) ProtoMessage

func (*UsableSubnetwork) ProtoMessage()

func (*UsableSubnetwork) ProtoReflect

func (x *UsableSubnetwork) ProtoReflect() protoreflect.Message

func (*UsableSubnetwork) Reset

func (x *UsableSubnetwork) Reset()

func (*UsableSubnetwork) String

func (x *UsableSubnetwork) String() string

type UsableSubnetworkSecondaryRange

type UsableSubnetworkSecondaryRange struct {

	// The name associated with this subnetwork secondary range, used when adding
	// an alias IP range to a VM instance.
	RangeName string `protobuf:"bytes,1,opt,name=range_name,json=rangeName,proto3" json:"range_name,omitempty"`
	// The range of IP addresses belonging to this subnetwork secondary range.
	IpCidrRange string `protobuf:"bytes,2,opt,name=ip_cidr_range,json=ipCidrRange,proto3" json:"ip_cidr_range,omitempty"`
	// This field is to determine the status of the secondary range programmably.
	Status UsableSubnetworkSecondaryRange_Status `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

Secondary IP range of a usable subnetwork.

func (*UsableSubnetworkSecondaryRange) Descriptor deprecated

func (*UsableSubnetworkSecondaryRange) Descriptor() ([]byte, []int)

Deprecated: Use UsableSubnetworkSecondaryRange.ProtoReflect.Descriptor instead.

func (*UsableSubnetworkSecondaryRange) GetIpCidrRange

func (x *UsableSubnetworkSecondaryRange) GetIpCidrRange() string

func (*UsableSubnetworkSecondaryRange) GetRangeName

func (x *UsableSubnetworkSecondaryRange) GetRangeName() string

func (*UsableSubnetworkSecondaryRange) GetStatus

func (*UsableSubnetworkSecondaryRange) ProtoMessage

func (*UsableSubnetworkSecondaryRange) ProtoMessage()

func (*UsableSubnetworkSecondaryRange) ProtoReflect

func (*UsableSubnetworkSecondaryRange) Reset

func (x *UsableSubnetworkSecondaryRange) Reset()

func (*UsableSubnetworkSecondaryRange) String

type UsableSubnetworkSecondaryRange_Status

type UsableSubnetworkSecondaryRange_Status int32

Status shows the current usage of a secondary IP range.

const (
	// UNKNOWN is the zero value of the Status enum. It's not a valid status.
	UsableSubnetworkSecondaryRange_UNKNOWN UsableSubnetworkSecondaryRange_Status = 0
	// UNUSED denotes that this range is unclaimed by any cluster.
	UsableSubnetworkSecondaryRange_UNUSED UsableSubnetworkSecondaryRange_Status = 1
	// IN_USE_SERVICE denotes that this range is claimed by a cluster for
	// services. It cannot be used for other clusters.
	UsableSubnetworkSecondaryRange_IN_USE_SERVICE UsableSubnetworkSecondaryRange_Status = 2
	// IN_USE_SHAREABLE_POD denotes this range was created by the network admin
	// and is currently claimed by a cluster for pods. It can only be used by
	// other clusters as a pod range.
	UsableSubnetworkSecondaryRange_IN_USE_SHAREABLE_POD UsableSubnetworkSecondaryRange_Status = 3
	// IN_USE_MANAGED_POD denotes this range was created by GKE and is claimed
	// for pods. It cannot be used for other clusters.
	UsableSubnetworkSecondaryRange_IN_USE_MANAGED_POD UsableSubnetworkSecondaryRange_Status = 4
)

func (UsableSubnetworkSecondaryRange_Status) Descriptor

func (UsableSubnetworkSecondaryRange_Status) Enum

func (UsableSubnetworkSecondaryRange_Status) EnumDescriptor deprecated

func (UsableSubnetworkSecondaryRange_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use UsableSubnetworkSecondaryRange_Status.Descriptor instead.

func (UsableSubnetworkSecondaryRange_Status) Number

func (UsableSubnetworkSecondaryRange_Status) String

func (UsableSubnetworkSecondaryRange_Status) Type

type VerticalPodAutoscaling

type VerticalPodAutoscaling struct {

	// Enables vertical pod autoscaling.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

VerticalPodAutoscaling contains global, per-cluster information required by Vertical Pod Autoscaler to automatically adjust the resources of pods controlled by it.

func (*VerticalPodAutoscaling) Descriptor deprecated

func (*VerticalPodAutoscaling) Descriptor() ([]byte, []int)

Deprecated: Use VerticalPodAutoscaling.ProtoReflect.Descriptor instead.

func (*VerticalPodAutoscaling) GetEnabled

func (x *VerticalPodAutoscaling) GetEnabled() bool

func (*VerticalPodAutoscaling) ProtoMessage

func (*VerticalPodAutoscaling) ProtoMessage()

func (*VerticalPodAutoscaling) ProtoReflect

func (x *VerticalPodAutoscaling) ProtoReflect() protoreflect.Message

func (*VerticalPodAutoscaling) Reset

func (x *VerticalPodAutoscaling) Reset()

func (*VerticalPodAutoscaling) String

func (x *VerticalPodAutoscaling) String() string

type VirtualNIC

type VirtualNIC struct {

	// Whether gVNIC features are enabled in the node pool.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

Configuration of gVNIC feature.

func (*VirtualNIC) Descriptor deprecated

func (*VirtualNIC) Descriptor() ([]byte, []int)

Deprecated: Use VirtualNIC.ProtoReflect.Descriptor instead.

func (*VirtualNIC) GetEnabled

func (x *VirtualNIC) GetEnabled() bool

func (*VirtualNIC) ProtoMessage

func (*VirtualNIC) ProtoMessage()

func (*VirtualNIC) ProtoReflect

func (x *VirtualNIC) ProtoReflect() protoreflect.Message

func (*VirtualNIC) Reset

func (x *VirtualNIC) Reset()

func (*VirtualNIC) String

func (x *VirtualNIC) String() string

type WindowsNodeConfig

type WindowsNodeConfig struct {

	// OSVersion specifies the Windows node config to be used on the node
	OsVersion WindowsNodeConfig_OSVersion `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

Parameters that can be configured on Windows nodes. Windows Node Config that define the parameters that will be used to configure the Windows node pool settings

func (*WindowsNodeConfig) Descriptor deprecated

func (*WindowsNodeConfig) Descriptor() ([]byte, []int)

Deprecated: Use WindowsNodeConfig.ProtoReflect.Descriptor instead.

func (*WindowsNodeConfig) GetOsVersion

func (*WindowsNodeConfig) ProtoMessage

func (*WindowsNodeConfig) ProtoMessage()

func (*WindowsNodeConfig) ProtoReflect

func (x *WindowsNodeConfig) ProtoReflect() protoreflect.Message

func (*WindowsNodeConfig) Reset

func (x *WindowsNodeConfig) Reset()

func (*WindowsNodeConfig) String

func (x *WindowsNodeConfig) String() string

type WindowsNodeConfig_OSVersion

type WindowsNodeConfig_OSVersion int32

Possible OS version that can be used.

const (
	// When OSVersion is not specified
	WindowsNodeConfig_OS_VERSION_UNSPECIFIED WindowsNodeConfig_OSVersion = 0
	// LTSC2019 specifies to use LTSC2019 as the Windows Servercore Base Image
	WindowsNodeConfig_OS_VERSION_LTSC2019 WindowsNodeConfig_OSVersion = 1
	// LTSC2022 specifies to use LTSC2022 as the Windows Servercore Base Image
	WindowsNodeConfig_OS_VERSION_LTSC2022 WindowsNodeConfig_OSVersion = 2
)

func (WindowsNodeConfig_OSVersion) Descriptor

func (WindowsNodeConfig_OSVersion) Enum

func (WindowsNodeConfig_OSVersion) EnumDescriptor deprecated

func (WindowsNodeConfig_OSVersion) EnumDescriptor() ([]byte, []int)

Deprecated: Use WindowsNodeConfig_OSVersion.Descriptor instead.

func (WindowsNodeConfig_OSVersion) Number

func (WindowsNodeConfig_OSVersion) String

func (WindowsNodeConfig_OSVersion) Type

type WindowsVersions

type WindowsVersions struct {

	// List of Windows server versions.
	WindowsVersions []*WindowsVersions_WindowsVersion `protobuf:"bytes,1,rep,name=windows_versions,json=windowsVersions,proto3" json:"windows_versions,omitempty"`
	// contains filtered or unexported fields
}

Windows server versions.

func (*WindowsVersions) Descriptor deprecated

func (*WindowsVersions) Descriptor() ([]byte, []int)

Deprecated: Use WindowsVersions.ProtoReflect.Descriptor instead.

func (*WindowsVersions) GetWindowsVersions

func (x *WindowsVersions) GetWindowsVersions() []*WindowsVersions_WindowsVersion

func (*WindowsVersions) ProtoMessage

func (*WindowsVersions) ProtoMessage()

func (*WindowsVersions) ProtoReflect

func (x *WindowsVersions) ProtoReflect() protoreflect.Message

func (*WindowsVersions) Reset

func (x *WindowsVersions) Reset()

func (*WindowsVersions) String

func (x *WindowsVersions) String() string

type WindowsVersions_WindowsVersion

type WindowsVersions_WindowsVersion struct {

	// Windows server image type
	ImageType string `protobuf:"bytes,1,opt,name=image_type,json=imageType,proto3" json:"image_type,omitempty"`
	// Windows server build number
	OsVersion string `protobuf:"bytes,2,opt,name=os_version,json=osVersion,proto3" json:"os_version,omitempty"`
	// Mainstream support end date
	SupportEndDate *date.Date `protobuf:"bytes,3,opt,name=support_end_date,json=supportEndDate,proto3" json:"support_end_date,omitempty"`
	// contains filtered or unexported fields
}

Windows server version.

func (*WindowsVersions_WindowsVersion) Descriptor deprecated

func (*WindowsVersions_WindowsVersion) Descriptor() ([]byte, []int)

Deprecated: Use WindowsVersions_WindowsVersion.ProtoReflect.Descriptor instead.

func (*WindowsVersions_WindowsVersion) GetImageType

func (x *WindowsVersions_WindowsVersion) GetImageType() string

func (*WindowsVersions_WindowsVersion) GetOsVersion

func (x *WindowsVersions_WindowsVersion) GetOsVersion() string

func (*WindowsVersions_WindowsVersion) GetSupportEndDate

func (x *WindowsVersions_WindowsVersion) GetSupportEndDate() *date.Date

func (*WindowsVersions_WindowsVersion) ProtoMessage

func (*WindowsVersions_WindowsVersion) ProtoMessage()

func (*WindowsVersions_WindowsVersion) ProtoReflect

func (*WindowsVersions_WindowsVersion) Reset

func (x *WindowsVersions_WindowsVersion) Reset()

func (*WindowsVersions_WindowsVersion) String

type WorkloadALTSConfig

type WorkloadALTSConfig struct {

	// enable_alts controls whether the alts handshaker should be enabled or not
	// for direct-path.
	//
	// Requires Workload Identity
	// ([workload_pool][google.container.v1beta1.WorkloadIdentityConfig.workload_pool]
	// must be non-empty).
	EnableAlts *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enable_alts,json=enableAlts,proto3" json:"enable_alts,omitempty"`
	// contains filtered or unexported fields
}

Configuration for direct-path (via ALTS) with workload identity.

func (*WorkloadALTSConfig) Descriptor deprecated

func (*WorkloadALTSConfig) Descriptor() ([]byte, []int)

Deprecated: Use WorkloadALTSConfig.ProtoReflect.Descriptor instead.

func (*WorkloadALTSConfig) GetEnableAlts

func (x *WorkloadALTSConfig) GetEnableAlts() *wrapperspb.BoolValue

func (*WorkloadALTSConfig) ProtoMessage

func (*WorkloadALTSConfig) ProtoMessage()

func (*WorkloadALTSConfig) ProtoReflect

func (x *WorkloadALTSConfig) ProtoReflect() protoreflect.Message

func (*WorkloadALTSConfig) Reset

func (x *WorkloadALTSConfig) Reset()

func (*WorkloadALTSConfig) String

func (x *WorkloadALTSConfig) String() string

type WorkloadCertificates

type WorkloadCertificates struct {

	// enable_certificates controls issuance of workload mTLS certificates.
	//
	// If set, the GKE Workload Identity Certificates controller and node agent
	// will be deployed in the cluster, which can then be configured by creating a
	// WorkloadCertificateConfig Custom Resource.
	//
	// Requires Workload Identity
	// ([workload_pool][google.container.v1beta1.WorkloadIdentityConfig.workload_pool]
	// must be non-empty).
	EnableCertificates *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enable_certificates,json=enableCertificates,proto3" json:"enable_certificates,omitempty"`
	// contains filtered or unexported fields
}

Configuration for issuance of mTLS keys and certificates to Kubernetes pods.

func (*WorkloadCertificates) Descriptor deprecated

func (*WorkloadCertificates) Descriptor() ([]byte, []int)

Deprecated: Use WorkloadCertificates.ProtoReflect.Descriptor instead.

func (*WorkloadCertificates) GetEnableCertificates

func (x *WorkloadCertificates) GetEnableCertificates() *wrapperspb.BoolValue

func (*WorkloadCertificates) ProtoMessage

func (*WorkloadCertificates) ProtoMessage()

func (*WorkloadCertificates) ProtoReflect

func (x *WorkloadCertificates) ProtoReflect() protoreflect.Message

func (*WorkloadCertificates) Reset

func (x *WorkloadCertificates) Reset()

func (*WorkloadCertificates) String

func (x *WorkloadCertificates) String() string

type WorkloadConfig

type WorkloadConfig struct {

	// Sets which mode of auditing should be used for the cluster's workloads.
	AuditMode *WorkloadConfig_Mode `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

WorkloadConfig defines the flags to enable or disable the workload configurations for the cluster.

func (*WorkloadConfig) Descriptor deprecated

func (*WorkloadConfig) Descriptor() ([]byte, []int)

Deprecated: Use WorkloadConfig.ProtoReflect.Descriptor instead.

func (*WorkloadConfig) GetAuditMode

func (x *WorkloadConfig) GetAuditMode() WorkloadConfig_Mode

func (*WorkloadConfig) ProtoMessage

func (*WorkloadConfig) ProtoMessage()

func (*WorkloadConfig) ProtoReflect

func (x *WorkloadConfig) ProtoReflect() protoreflect.Message

func (*WorkloadConfig) Reset

func (x *WorkloadConfig) Reset()

func (*WorkloadConfig) String

func (x *WorkloadConfig) String() string

type WorkloadConfig_Mode

type WorkloadConfig_Mode int32

Mode defines how to audit the workload configs.

const (
	// Default value meaning that no mode has been specified.
	WorkloadConfig_MODE_UNSPECIFIED WorkloadConfig_Mode = 0
	// This disables Workload Configuration auditing on the cluster,
	// meaning that nothing is surfaced.
	WorkloadConfig_DISABLED WorkloadConfig_Mode = 1
	// Applies the default set of policy auditing to a cluster's workloads.
	WorkloadConfig_BASIC WorkloadConfig_Mode = 4
	// Surfaces configurations that are not in line with the
	// Pod Security Standard Baseline policy.
	//
	// Deprecated: Do not use.
	WorkloadConfig_BASELINE WorkloadConfig_Mode = 2
	// Surfaces configurations that are not in line with the
	// Pod Security Standard Restricted policy.
	//
	// Deprecated: Do not use.
	WorkloadConfig_RESTRICTED WorkloadConfig_Mode = 3
)

func (WorkloadConfig_Mode) Descriptor

func (WorkloadConfig_Mode) Enum

func (WorkloadConfig_Mode) EnumDescriptor deprecated

func (WorkloadConfig_Mode) EnumDescriptor() ([]byte, []int)

Deprecated: Use WorkloadConfig_Mode.Descriptor instead.

func (WorkloadConfig_Mode) Number

func (WorkloadConfig_Mode) String

func (x WorkloadConfig_Mode) String() string

func (WorkloadConfig_Mode) Type

type WorkloadIdentityConfig

type WorkloadIdentityConfig struct {

	// IAM Identity Namespace to attach all Kubernetes Service Accounts to.
	//
	// Deprecated: Do not use.
	IdentityNamespace string `protobuf:"bytes,1,opt,name=identity_namespace,json=identityNamespace,proto3" json:"identity_namespace,omitempty"`
	// The workload pool to attach all Kubernetes service accounts to.
	WorkloadPool string `protobuf:"bytes,2,opt,name=workload_pool,json=workloadPool,proto3" json:"workload_pool,omitempty"`
	// identity provider is the third party identity provider.
	IdentityProvider string `protobuf:"bytes,3,opt,name=identity_provider,json=identityProvider,proto3" json:"identity_provider,omitempty"`
	// contains filtered or unexported fields
}

Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.

func (*WorkloadIdentityConfig) Descriptor deprecated

func (*WorkloadIdentityConfig) Descriptor() ([]byte, []int)

Deprecated: Use WorkloadIdentityConfig.ProtoReflect.Descriptor instead.

func (*WorkloadIdentityConfig) GetIdentityNamespace deprecated

func (x *WorkloadIdentityConfig) GetIdentityNamespace() string

Deprecated: Do not use.

func (*WorkloadIdentityConfig) GetIdentityProvider

func (x *WorkloadIdentityConfig) GetIdentityProvider() string

func (*WorkloadIdentityConfig) GetWorkloadPool

func (x *WorkloadIdentityConfig) GetWorkloadPool() string

func (*WorkloadIdentityConfig) ProtoMessage

func (*WorkloadIdentityConfig) ProtoMessage()

func (*WorkloadIdentityConfig) ProtoReflect

func (x *WorkloadIdentityConfig) ProtoReflect() protoreflect.Message

func (*WorkloadIdentityConfig) Reset

func (x *WorkloadIdentityConfig) Reset()

func (*WorkloadIdentityConfig) String

func (x *WorkloadIdentityConfig) String() string

type WorkloadMetadataConfig

type WorkloadMetadataConfig struct {

	// NodeMetadata is the configuration for how to expose metadata to the
	// workloads running on the node.
	//
	// Deprecated: Do not use.
	NodeMetadata WorkloadMetadataConfig_NodeMetadata `` /* 164-byte string literal not displayed */
	// Mode is the configuration for how to expose metadata to workloads running
	// on the node pool.
	Mode WorkloadMetadataConfig_Mode `protobuf:"varint,2,opt,name=mode,proto3,enum=google.container.v1beta1.WorkloadMetadataConfig_Mode" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

WorkloadMetadataConfig defines the metadata configuration to expose to workloads on the node pool.

func (*WorkloadMetadataConfig) Descriptor deprecated

func (*WorkloadMetadataConfig) Descriptor() ([]byte, []int)

Deprecated: Use WorkloadMetadataConfig.ProtoReflect.Descriptor instead.

func (*WorkloadMetadataConfig) GetMode

func (*WorkloadMetadataConfig) GetNodeMetadata deprecated

Deprecated: Do not use.

func (*WorkloadMetadataConfig) ProtoMessage

func (*WorkloadMetadataConfig) ProtoMessage()

func (*WorkloadMetadataConfig) ProtoReflect

func (x *WorkloadMetadataConfig) ProtoReflect() protoreflect.Message

func (*WorkloadMetadataConfig) Reset

func (x *WorkloadMetadataConfig) Reset()

func (*WorkloadMetadataConfig) String

func (x *WorkloadMetadataConfig) String() string

type WorkloadMetadataConfig_Mode

type WorkloadMetadataConfig_Mode int32

Mode is the configuration for how to expose metadata to workloads running on the node.

const (
	// Not set.
	WorkloadMetadataConfig_MODE_UNSPECIFIED WorkloadMetadataConfig_Mode = 0
	// Expose all Compute Engine metadata to pods.
	WorkloadMetadataConfig_GCE_METADATA WorkloadMetadataConfig_Mode = 1
	// Run the GKE Metadata Server on this node. The GKE Metadata Server exposes
	// a metadata API to workloads that is compatible with the V1 Compute
	// Metadata APIs exposed by the Compute Engine and App Engine Metadata
	// Servers. This feature can only be enabled if Workload Identity is enabled
	// at the cluster level.
	WorkloadMetadataConfig_GKE_METADATA WorkloadMetadataConfig_Mode = 2
)

func (WorkloadMetadataConfig_Mode) Descriptor

func (WorkloadMetadataConfig_Mode) Enum

func (WorkloadMetadataConfig_Mode) EnumDescriptor deprecated

func (WorkloadMetadataConfig_Mode) EnumDescriptor() ([]byte, []int)

Deprecated: Use WorkloadMetadataConfig_Mode.Descriptor instead.

func (WorkloadMetadataConfig_Mode) Number

func (WorkloadMetadataConfig_Mode) String

func (WorkloadMetadataConfig_Mode) Type

type WorkloadMetadataConfig_NodeMetadata

type WorkloadMetadataConfig_NodeMetadata int32

NodeMetadata is the configuration for if and how to expose the node metadata to the workload running on the node.

const (
	// Not set.
	WorkloadMetadataConfig_UNSPECIFIED WorkloadMetadataConfig_NodeMetadata = 0
	// Prevent workloads not in hostNetwork from accessing certain VM metadata,
	// specifically kube-env, which contains Kubelet credentials, and the
	// instance identity token.
	//
	// Metadata concealment is a temporary security solution available while the
	// bootstrapping process for cluster nodes is being redesigned with
	// significant security improvements.  This feature is scheduled to be
	// deprecated in the future and later removed.
	WorkloadMetadataConfig_SECURE WorkloadMetadataConfig_NodeMetadata = 1
	// Expose all VM metadata to pods.
	WorkloadMetadataConfig_EXPOSE WorkloadMetadataConfig_NodeMetadata = 2
	// Run the GKE Metadata Server on this node. The GKE Metadata Server exposes
	// a metadata API to workloads that is compatible with the V1 Compute
	// Metadata APIs exposed by the Compute Engine and App Engine Metadata
	// Servers. This feature can only be enabled if Workload Identity is enabled
	// at the cluster level.
	WorkloadMetadataConfig_GKE_METADATA_SERVER WorkloadMetadataConfig_NodeMetadata = 3
)

func (WorkloadMetadataConfig_NodeMetadata) Descriptor

func (WorkloadMetadataConfig_NodeMetadata) Enum

func (WorkloadMetadataConfig_NodeMetadata) EnumDescriptor deprecated

func (WorkloadMetadataConfig_NodeMetadata) EnumDescriptor() ([]byte, []int)

Deprecated: Use WorkloadMetadataConfig_NodeMetadata.Descriptor instead.

func (WorkloadMetadataConfig_NodeMetadata) Number

func (WorkloadMetadataConfig_NodeMetadata) String

func (WorkloadMetadataConfig_NodeMetadata) Type

Jump to

Keyboard shortcuts

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