Package-level declarations

Types

Link copied to clipboard
data class AcceleratorConfigArgs(val acceleratorCount: Output<String>? = null, val acceleratorType: Output<String>? = null, val gpuPartitionSize: Output<String>? = null, val gpuSharingConfig: Output<GPUSharingConfigArgs>? = null, val maxTimeSharedClientsPerGpu: Output<String>? = null) : ConvertibleToJava<AcceleratorConfigArgs>

AcceleratorConfig represents a Hardware Accelerator request.

Link copied to clipboard
data class AddonsConfigArgs(val cloudRunConfig: Output<CloudRunConfigArgs>? = null, val configConnectorConfig: Output<ConfigConnectorConfigArgs>? = null, val dnsCacheConfig: Output<DnsCacheConfigArgs>? = null, val gcePersistentDiskCsiDriverConfig: Output<GcePersistentDiskCsiDriverConfigArgs>? = null, val gcpFilestoreCsiDriverConfig: Output<GcpFilestoreCsiDriverConfigArgs>? = null, val gcsFuseCsiDriverConfig: Output<GcsFuseCsiDriverConfigArgs>? = null, val gkeBackupAgentConfig: Output<GkeBackupAgentConfigArgs>? = null, val horizontalPodAutoscaling: Output<HorizontalPodAutoscalingArgs>? = null, val httpLoadBalancing: Output<HttpLoadBalancingArgs>? = null, val istioConfig: Output<IstioConfigArgs>? = null, val kalmConfig: Output<KalmConfigArgs>? = null, val kubernetesDashboard: Output<KubernetesDashboardArgs>? = null, val networkPolicyConfig: Output<NetworkPolicyConfigArgs>? = null) : ConvertibleToJava<AddonsConfigArgs>

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

Link copied to clipboard
Link copied to clipboard
data class AdvancedMachineFeaturesArgs(val threadsPerCore: Output<String>? = null) : ConvertibleToJava<AdvancedMachineFeaturesArgs>

Specifies options for controlling advanced machine features.

Link copied to clipboard
data class AuthenticatorGroupsConfigArgs(val enabled: Output<Boolean>? = null, val securityGroup: Output<String>? = null) : ConvertibleToJava<AuthenticatorGroupsConfigArgs>

Configuration for returning group information from authenticators.

Link copied to clipboard
data class AutopilotArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<AutopilotArgs>

Autopilot is the configuration for Autopilot settings on the cluster.

Link copied to clipboard
Link copied to clipboard
data class AutoprovisioningNodePoolDefaultsArgs(val bootDiskKmsKey: Output<String>? = null, val diskSizeGb: Output<Int>? = null, val diskType: Output<String>? = null, val imageType: Output<String>? = null, val management: Output<NodeManagementArgs>? = null, val minCpuPlatform: Output<String>? = null, val oauthScopes: Output<List<String>>? = null, val serviceAccount: Output<String>? = null, val shieldedInstanceConfig: Output<ShieldedInstanceConfigArgs>? = null, val upgradeSettings: Output<UpgradeSettingsArgs>? = null) : ConvertibleToJava<AutoprovisioningNodePoolDefaultsArgs>

AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.

Link copied to clipboard
class AutoUpgradeOptionsArgs : ConvertibleToJava<AutoUpgradeOptionsArgs>

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

Link copied to clipboard
data class BigQueryDestinationArgs(val datasetId: Output<String>? = null) : ConvertibleToJava<BigQueryDestinationArgs>

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

Link copied to clipboard
data class BinaryAuthorizationArgs(val enabled: Output<Boolean>? = null, val evaluationMode: Output<BinaryAuthorizationEvaluationMode>? = null) : ConvertibleToJava<BinaryAuthorizationArgs>

Configuration for Binary Authorization.

Link copied to clipboard
data class BlueGreenSettingsArgs(val nodePoolSoakDuration: Output<String>? = null, val standardRolloutPolicy: Output<StandardRolloutPolicyArgs>? = null) : ConvertibleToJava<BlueGreenSettingsArgs>

Settings for blue-green upgrade.

Link copied to clipboard
data class CidrBlockArgs(val cidrBlock: Output<String>? = null, val displayName: Output<String>? = null) : ConvertibleToJava<CidrBlockArgs>

CidrBlock contains an optional name and one CIDR block.

Link copied to clipboard
Link copied to clipboard
data class ClientCertificateConfigArgs(val issueClientCertificate: Output<Boolean>? = null) : ConvertibleToJava<ClientCertificateConfigArgs>

Configuration for client certificates on the cluster.

Link copied to clipboard
data class CloudRunConfigArgs(val disabled: Output<Boolean>? = null, val loadBalancerType: Output<CloudRunConfigLoadBalancerType>? = null) : ConvertibleToJava<CloudRunConfigArgs>

Configuration options for the Cloud Run feature.

Link copied to clipboard
Link copied to clipboard
data class ClusterAutoscalingArgs(val autoprovisioningLocations: Output<List<String>>? = null, val autoprovisioningNodePoolDefaults: Output<AutoprovisioningNodePoolDefaultsArgs>? = null, val autoscalingProfile: Output<ClusterAutoscalingAutoscalingProfile>? = null, val enableNodeAutoprovisioning: Output<Boolean>? = null, val resourceLimits: Output<List<ResourceLimitArgs>>? = null) : ConvertibleToJava<ClusterAutoscalingArgs>

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.

Link copied to clipboard
data class ClusterTelemetryArgs(val type: Output<ClusterTelemetryType>? = null) : ConvertibleToJava<ClusterTelemetryArgs>

Telemetry integration for the cluster.

Link copied to clipboard
data class ConfidentialNodesArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<ConfidentialNodesArgs>

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

Link copied to clipboard
data class ConfigConnectorConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<ConfigConnectorConfigArgs>

Configuration options for the Config Connector add-on.

Link copied to clipboard
data class ConsumptionMeteringConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<ConsumptionMeteringConfigArgs>

Parameters for controlling consumption metering.

Link copied to clipboard
data class CostManagementConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<CostManagementConfigArgs>

Configuration for fine-grained cost management feature.

Link copied to clipboard
data class DailyMaintenanceWindowArgs(val startTime: Output<String>? = null) : ConvertibleToJava<DailyMaintenanceWindowArgs>

Time window specified for daily maintenance operations.

Link copied to clipboard
data class DatabaseEncryptionArgs(val keyName: Output<String>? = null, val state: Output<DatabaseEncryptionState>? = null) : ConvertibleToJava<DatabaseEncryptionArgs>

Configuration of etcd encryption.

Link copied to clipboard
data class DefaultSnatStatusArgs(val disabled: Output<Boolean>? = null) : ConvertibleToJava<DefaultSnatStatusArgs>

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

Link copied to clipboard
data class DnsCacheConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<DnsCacheConfigArgs>

Configuration for NodeLocal DNSCache

Link copied to clipboard
Link copied to clipboard
data class DNSConfigArgs(val clusterDns: Output<DNSConfigClusterDns>? = null, val clusterDnsDomain: Output<String>? = null, val clusterDnsScope: Output<DNSConfigClusterDnsScope>? = null) : ConvertibleToJava<DNSConfigArgs>

DNSConfig contains the desired set of options for configuring clusterDNS.

Link copied to clipboard
Link copied to clipboard
data class EphemeralStorageConfigArgs(val localSsdCount: Output<Int>? = null) : ConvertibleToJava<EphemeralStorageConfigArgs>

EphemeralStorageConfig contains configuration for the ephemeral storage filesystem.

Link copied to clipboard
data class EphemeralStorageLocalSsdConfigArgs(val localSsdCount: Output<Int>? = null) : ConvertibleToJava<EphemeralStorageLocalSsdConfigArgs>

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

Link copied to clipboard
data class FastSocketArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<FastSocketArgs>

Configuration of Fast Socket feature.

Link copied to clipboard
Link copied to clipboard
data class FilterArgs(val eventType: Output<List<FilterEventTypeItem>>? = null) : ConvertibleToJava<FilterArgs>

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

Link copied to clipboard

Builder for FilterArgs.

Link copied to clipboard
data class FleetArgs(val project: Output<String>? = null) : ConvertibleToJava<FleetArgs>

Fleet is the fleet configuration for the cluster.

Link copied to clipboard

Builder for FleetArgs.

Link copied to clipboard
data class GatewayAPIConfigArgs(val channel: Output<GatewayAPIConfigChannel>? = null) : ConvertibleToJava<GatewayAPIConfigArgs>

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

Link copied to clipboard
data class GcePersistentDiskCsiDriverConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<GcePersistentDiskCsiDriverConfigArgs>

Configuration for the Compute Engine PD CSI driver.

Link copied to clipboard
data class GcfsConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<GcfsConfigArgs>

GcfsConfig contains configurations of Google Container File System.

Link copied to clipboard
Link copied to clipboard
data class GcpFilestoreCsiDriverConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<GcpFilestoreCsiDriverConfigArgs>

Configuration for the GCP Filestore CSI driver.

Link copied to clipboard
data class GcsFuseCsiDriverConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<GcsFuseCsiDriverConfigArgs>

Configuration for the Cloud Storage Fuse CSI driver.

Link copied to clipboard
data class GetClusterPlainArgs(val clusterId: String, val location: String, val project: String? = null, val projectId: String, val zone: String) : ConvertibleToJava<GetClusterPlainArgs>
Link copied to clipboard
data class GetNodePoolPlainArgs(val clusterId: String, val location: String, val nodePoolId: String, val project: String? = null, val projectId: String, val zone: String) : ConvertibleToJava<GetNodePoolPlainArgs>
Link copied to clipboard
data class GetServerConfigPlainArgs(val location: String, val project: String? = null, val projectId: String, val zone: String) : ConvertibleToJava<GetServerConfigPlainArgs>
Link copied to clipboard
data class GkeBackupAgentConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<GkeBackupAgentConfigArgs>

Configuration for the Backup for GKE Agent.

Link copied to clipboard
data class GPUSharingConfigArgs(val gpuSharingStrategy: Output<GPUSharingConfigGpuSharingStrategy>? = null, val maxSharedClientsPerGpu: Output<String>? = null) : ConvertibleToJava<GPUSharingConfigArgs>

GPUSharingConfig represents the GPU sharing configuration for Hardware Accelerators.

Link copied to clipboard
data class HorizontalPodAutoscalingArgs(val disabled: Output<Boolean>? = null) : ConvertibleToJava<HorizontalPodAutoscalingArgs>

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.

Link copied to clipboard
data class HttpLoadBalancingArgs(val disabled: Output<Boolean>? = null) : ConvertibleToJava<HttpLoadBalancingArgs>

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.

Link copied to clipboard
data class IdentityServiceConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<IdentityServiceConfigArgs>

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

Link copied to clipboard
data class IPAllocationPolicyArgs(val allowRouteOverlap: Output<Boolean>? = null, val clusterIpv4Cidr: Output<String>? = null, val clusterIpv4CidrBlock: Output<String>? = null, val clusterSecondaryRangeName: Output<String>? = null, val createSubnetwork: Output<Boolean>? = null, val ipv6AccessType: Output<IPAllocationPolicyIpv6AccessType>? = null, val nodeIpv4Cidr: Output<String>? = null, val nodeIpv4CidrBlock: Output<String>? = null, val podCidrOverprovisionConfig: Output<PodCIDROverprovisionConfigArgs>? = null, val servicesIpv4Cidr: Output<String>? = null, val servicesIpv4CidrBlock: Output<String>? = null, val servicesSecondaryRangeName: Output<String>? = null, val stackType: Output<IPAllocationPolicyStackType>? = null, val subnetworkName: Output<String>? = null, val tpuIpv4CidrBlock: Output<String>? = null, val useIpAliases: Output<Boolean>? = null, val useRoutes: Output<Boolean>? = null) : ConvertibleToJava<IPAllocationPolicyArgs>

Configuration for controlling how IPs are allocated in the cluster.

Link copied to clipboard
data class IstioConfigArgs(val auth: Output<IstioConfigAuth>? = null, val disabled: Output<Boolean>? = null) : ConvertibleToJava<IstioConfigArgs>

Configuration options for Istio addon.

Link copied to clipboard
Link copied to clipboard
data class KalmConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<KalmConfigArgs>

Configuration options for the KALM addon.

Link copied to clipboard
Link copied to clipboard
data class KubernetesDashboardArgs(val disabled: Output<Boolean>? = null) : ConvertibleToJava<KubernetesDashboardArgs>

Configuration for the Kubernetes Dashboard.

Link copied to clipboard
data class LegacyAbacArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<LegacyAbacArgs>

Configuration for the legacy Attribute Based Access Control authorization mode.

Link copied to clipboard
Link copied to clipboard
data class LinuxNodeConfigArgs(val cgroupMode: Output<LinuxNodeConfigCgroupMode>? = null, val sysctls: Output<Map<String, String>>? = null) : ConvertibleToJava<LinuxNodeConfigArgs>

Parameters that can be configured on Linux nodes.

Link copied to clipboard
data class LocalNvmeSsdBlockConfigArgs(val localSsdCount: Output<Int>? = null) : ConvertibleToJava<LocalNvmeSsdBlockConfigArgs>

LocalNvmeSsdBlockConfig contains configuration for using raw-block local NVMe SSDs

Link copied to clipboard
data class LoggingComponentConfigArgs(val enableComponents: Output<List<LoggingComponentConfigEnableComponentsItem>>? = null) : ConvertibleToJava<LoggingComponentConfigArgs>

LoggingComponentConfig is cluster logging component configuration.

Link copied to clipboard
data class LoggingConfigArgs(val componentConfig: Output<LoggingComponentConfigArgs>? = null) : ConvertibleToJava<LoggingConfigArgs>

LoggingConfig is cluster logging configuration.

Link copied to clipboard
Link copied to clipboard
data class LoggingVariantConfigArgs(val variant: Output<LoggingVariantConfigVariant>? = null) : ConvertibleToJava<LoggingVariantConfigArgs>

LoggingVariantConfig specifies the behaviour of the logging component.

Link copied to clipboard
data class MaintenanceExclusionOptionsArgs(val scope: Output<MaintenanceExclusionOptionsScope>? = null) : ConvertibleToJava<MaintenanceExclusionOptionsArgs>

Represents the Maintenance exclusion option.

Link copied to clipboard
data class MaintenancePolicyArgs(val resourceVersion: Output<String>? = null, val window: Output<MaintenanceWindowArgs>? = null) : ConvertibleToJava<MaintenancePolicyArgs>

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

Link copied to clipboard
data class MaintenanceWindowArgs(val dailyMaintenanceWindow: Output<DailyMaintenanceWindowArgs>? = null, val maintenanceExclusions: Output<Map<String, String>>? = null, val recurringWindow: Output<RecurringTimeWindowArgs>? = null) : ConvertibleToJava<MaintenanceWindowArgs>

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

Link copied to clipboard
data class ManagedPrometheusConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<ManagedPrometheusConfigArgs>

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

Link copied to clipboard
class MasterArgs : ConvertibleToJava<MasterArgs>

Master is the configuration for components on master.

Link copied to clipboard

Builder for MasterArgs.

Link copied to clipboard
data class MasterAuthArgs(val clientCertificateConfig: Output<ClientCertificateConfigArgs>? = null, val clusterCaCertificate: Output<String>? = null, val password: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<MasterAuthArgs>

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

Link copied to clipboard
Link copied to clipboard
data class MasterAuthorizedNetworksConfigArgs(val cidrBlocks: Output<List<CidrBlockArgs>>? = null, val enabled: Output<Boolean>? = null, val gcpPublicCidrsAccessEnabled: Output<Boolean>? = null) : ConvertibleToJava<MasterAuthorizedNetworksConfigArgs>

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.

Link copied to clipboard
data class MaxPodsConstraintArgs(val maxPodsPerNode: Output<String>? = null) : ConvertibleToJava<MaxPodsConstraintArgs>

Constraints applied to pods.

Link copied to clipboard
data class MeshCertificatesArgs(val enableCertificates: Output<Boolean>? = null) : ConvertibleToJava<MeshCertificatesArgs>

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

Link copied to clipboard
data class MonitoringComponentConfigArgs(val enableComponents: Output<List<MonitoringComponentConfigEnableComponentsItem>>? = null) : ConvertibleToJava<MonitoringComponentConfigArgs>

MonitoringComponentConfig is cluster monitoring component configuration.

Link copied to clipboard
data class MonitoringConfigArgs(val componentConfig: Output<MonitoringComponentConfigArgs>? = null, val managedPrometheusConfig: Output<ManagedPrometheusConfigArgs>? = null) : ConvertibleToJava<MonitoringConfigArgs>

MonitoringConfig is cluster monitoring configuration.

Link copied to clipboard
data class NetworkConfigArgs(val datapathProvider: Output<NetworkConfigDatapathProvider>? = null, val defaultSnatStatus: Output<DefaultSnatStatusArgs>? = null, val dnsConfig: Output<DNSConfigArgs>? = null, val enableIntraNodeVisibility: Output<Boolean>? = null, val enableL4ilbSubsetting: Output<Boolean>? = null, val gatewayApiConfig: Output<GatewayAPIConfigArgs>? = null, val privateIpv6GoogleAccess: Output<NetworkConfigPrivateIpv6GoogleAccess>? = null, val serviceExternalIpsConfig: Output<ServiceExternalIPsConfigArgs>? = null) : ConvertibleToJava<NetworkConfigArgs>

NetworkConfig reports the relative names of network & subnetwork.

Link copied to clipboard
Link copied to clipboard
data class NetworkPerformanceConfigArgs(val externalIpEgressBandwidthTier: Output<NetworkPerformanceConfigExternalIpEgressBandwidthTier>? = null, val totalEgressBandwidthTier: Output<NetworkPerformanceConfigTotalEgressBandwidthTier>? = null) : ConvertibleToJava<NetworkPerformanceConfigArgs>

Configuration of all network bandwidth tiers

Link copied to clipboard
data class NetworkPolicyArgs(val enabled: Output<Boolean>? = null, val provider: Output<NetworkPolicyProvider>? = null) : ConvertibleToJava<NetworkPolicyArgs>

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

Link copied to clipboard
Link copied to clipboard
data class NetworkPolicyConfigArgs(val disabled: Output<Boolean>? = null) : ConvertibleToJava<NetworkPolicyConfigArgs>

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.

Link copied to clipboard
data class NetworkTagsArgs(val tags: Output<List<String>>? = null) : ConvertibleToJava<NetworkTagsArgs>

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

Link copied to clipboard
Link copied to clipboard
data class NodeConfigArgs(val accelerators: Output<List<AcceleratorConfigArgs>>? = null, val advancedMachineFeatures: Output<AdvancedMachineFeaturesArgs>? = null, val bootDiskKmsKey: Output<String>? = null, val confidentialNodes: Output<ConfidentialNodesArgs>? = null, val diskSizeGb: Output<Int>? = null, val diskType: Output<String>? = null, val ephemeralStorageConfig: Output<EphemeralStorageConfigArgs>? = null, val ephemeralStorageLocalSsdConfig: Output<EphemeralStorageLocalSsdConfigArgs>? = null, val fastSocket: Output<FastSocketArgs>? = null, val gcfsConfig: Output<GcfsConfigArgs>? = null, val gvnic: Output<VirtualNICArgs>? = null, val imageType: Output<String>? = null, val kubeletConfig: Output<NodeKubeletConfigArgs>? = null, val labels: Output<Map<String, String>>? = null, val linuxNodeConfig: Output<LinuxNodeConfigArgs>? = null, val localNvmeSsdBlockConfig: Output<LocalNvmeSsdBlockConfigArgs>? = null, val localSsdCount: Output<Int>? = null, val loggingConfig: Output<NodePoolLoggingConfigArgs>? = null, val machineType: Output<String>? = null, val metadata: Output<Map<String, String>>? = null, val minCpuPlatform: Output<String>? = null, val nodeGroup: Output<String>? = null, val oauthScopes: Output<List<String>>? = null, val preemptible: Output<Boolean>? = null, val reservationAffinity: Output<ReservationAffinityArgs>? = null, val resourceLabels: Output<Map<String, String>>? = null, val sandboxConfig: Output<SandboxConfigArgs>? = null, val serviceAccount: Output<String>? = null, val shieldedInstanceConfig: Output<ShieldedInstanceConfigArgs>? = null, val spot: Output<Boolean>? = null, val tags: Output<List<String>>? = null, val taints: Output<List<NodeTaintArgs>>? = null, val windowsNodeConfig: Output<WindowsNodeConfigArgs>? = null, val workloadMetadataConfig: Output<WorkloadMetadataConfigArgs>? = null) : ConvertibleToJava<NodeConfigArgs>

Parameters that describe the nodes in a cluster. GKE Autopilot clusters do not recognize parameters in NodeConfig. Use AutoprovisioningNodePoolDefaults instead.

Link copied to clipboard
Link copied to clipboard
data class NodeConfigDefaultsArgs(val gcfsConfig: Output<GcfsConfigArgs>? = null, val loggingConfig: Output<NodePoolLoggingConfigArgs>? = null) : ConvertibleToJava<NodeConfigDefaultsArgs>

Subset of NodeConfig message that has defaults.

Link copied to clipboard
data class NodeKubeletConfigArgs(val cpuCfsQuota: Output<Boolean>? = null, val cpuCfsQuotaPeriod: Output<String>? = null, val cpuManagerPolicy: Output<String>? = null, val podPidsLimit: Output<String>? = null) : ConvertibleToJava<NodeKubeletConfigArgs>

Node kubelet configs.

Link copied to clipboard
data class NodeManagementArgs(val autoRepair: Output<Boolean>? = null, val autoUpgrade: Output<Boolean>? = null, val upgradeOptions: Output<AutoUpgradeOptionsArgs>? = null) : ConvertibleToJava<NodeManagementArgs>

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

Link copied to clipboard
Link copied to clipboard
data class NodeNetworkConfigArgs(val createPodRange: Output<Boolean>? = null, val enablePrivateNodes: Output<Boolean>? = null, val networkPerformanceConfig: Output<NetworkPerformanceConfigArgs>? = null, val podCidrOverprovisionConfig: Output<PodCIDROverprovisionConfigArgs>? = null, val podIpv4CidrBlock: Output<String>? = null, val podRange: Output<String>? = null) : ConvertibleToJava<NodeNetworkConfigArgs>

Parameters for node pool-level network config.

Link copied to clipboard
data class NodePoolArgs(val autoscaling: Output<NodePoolAutoscalingArgs>? = null, val conditions: Output<List<StatusConditionArgs>>? = null, val config: Output<NodeConfigArgs>? = null, val etag: Output<String>? = null, val initialNodeCount: Output<Int>? = null, val locations: Output<List<String>>? = null, val management: Output<NodeManagementArgs>? = null, val maxPodsConstraint: Output<MaxPodsConstraintArgs>? = null, val name: Output<String>? = null, val networkConfig: Output<NodeNetworkConfigArgs>? = null, val placementPolicy: Output<PlacementPolicyArgs>? = null, val upgradeSettings: Output<UpgradeSettingsArgs>? = null, val version: Output<String>? = null) : ConvertibleToJava<NodePoolArgs>

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.

Link copied to clipboard
Link copied to clipboard
data class NodePoolAutoConfigArgs(val networkTags: Output<NetworkTagsArgs>? = null) : ConvertibleToJava<NodePoolAutoConfigArgs>

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

Link copied to clipboard
data class NodePoolAutoscalingArgs(val autoprovisioned: Output<Boolean>? = null, val enabled: Output<Boolean>? = null, val locationPolicy: Output<NodePoolAutoscalingLocationPolicy>? = null, val maxNodeCount: Output<Int>? = null, val minNodeCount: Output<Int>? = null, val totalMaxNodeCount: Output<Int>? = null, val totalMinNodeCount: Output<Int>? = null) : ConvertibleToJava<NodePoolAutoscalingArgs>

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

Link copied to clipboard
data class NodePoolDefaultsArgs(val nodeConfigDefaults: Output<NodeConfigDefaultsArgs>? = null) : ConvertibleToJava<NodePoolDefaultsArgs>

Subset of Nodepool message that has defaults.

Link copied to clipboard
data class NodePoolLoggingConfigArgs(val variantConfig: Output<LoggingVariantConfigArgs>? = null) : ConvertibleToJava<NodePoolLoggingConfigArgs>

NodePoolLoggingConfig specifies logging configuration for nodepools.

Link copied to clipboard
data class NodeTaintArgs(val effect: Output<NodeTaintEffect>? = null, val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<NodeTaintArgs>

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 for more information, including usage and the valid values.

Link copied to clipboard
Link copied to clipboard
data class NotificationConfigArgs(val pubsub: Output<PubSubArgs>? = null) : ConvertibleToJava<NotificationConfigArgs>

NotificationConfig is the configuration of notifications.

Link copied to clipboard
data class PlacementPolicyArgs(val type: Output<PlacementPolicyType>? = null) : ConvertibleToJava<PlacementPolicyArgs>

PlacementPolicy defines the placement policy used by the node pool.

Link copied to clipboard
data class PodCIDROverprovisionConfigArgs(val disable: Output<Boolean>? = null) : ConvertibleToJava<PodCIDROverprovisionConfigArgs>

PRIVATE FIELD Config for pod CIDR size overprovisioning.

Link copied to clipboard
data class PodSecurityPolicyConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<PodSecurityPolicyConfigArgs>

Configuration for the PodSecurityPolicy feature.

Link copied to clipboard
data class PrivateClusterConfigArgs(val enablePrivateEndpoint: Output<Boolean>? = null, val enablePrivateNodes: Output<Boolean>? = null, val masterGlobalAccessConfig: Output<PrivateClusterMasterGlobalAccessConfigArgs>? = null, val masterIpv4CidrBlock: Output<String>? = null, val privateEndpointSubnetwork: Output<String>? = null) : ConvertibleToJava<PrivateClusterConfigArgs>

Configuration options for private clusters.

data class PrivateClusterMasterGlobalAccessConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<PrivateClusterMasterGlobalAccessConfigArgs>

Configuration for controlling master global access settings.

Link copied to clipboard
data class ProtectConfigArgs(val workloadConfig: Output<WorkloadConfigArgs>? = null, val workloadVulnerabilityMode: Output<ProtectConfigWorkloadVulnerabilityMode>? = null) : ConvertibleToJava<ProtectConfigArgs>

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

Link copied to clipboard
Link copied to clipboard
data class PubSubArgs(val enabled: Output<Boolean>? = null, val filter: Output<FilterArgs>? = null, val topic: Output<String>? = null) : ConvertibleToJava<PubSubArgs>

Pub/Sub specific notification config.

Link copied to clipboard

Builder for PubSubArgs.

Link copied to clipboard
data class RecurringTimeWindowArgs(val recurrence: Output<String>? = null, val window: Output<TimeWindowArgs>? = null) : ConvertibleToJava<RecurringTimeWindowArgs>

Represents an arbitrary window of time that recurs.

Link copied to clipboard
data class ReleaseChannelArgs(val channel: Output<ReleaseChannelChannel>? = null) : ConvertibleToJava<ReleaseChannelArgs>

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.

Link copied to clipboard
Link copied to clipboard
data class ReservationAffinityArgs(val consumeReservationType: Output<ReservationAffinityConsumeReservationType>? = null, val key: Output<String>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<ReservationAffinityArgs>

ReservationAffinity is the configuration of desired reservation which instances could take capacity from.

Link copied to clipboard
data class ResourceLimitArgs(val maximum: Output<String>? = null, val minimum: Output<String>? = null, val resourceType: Output<String>? = null) : ConvertibleToJava<ResourceLimitArgs>

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

Link copied to clipboard
Link copied to clipboard
data class ResourceUsageExportConfigArgs(val bigqueryDestination: Output<BigQueryDestinationArgs>? = null, val consumptionMeteringConfig: Output<ConsumptionMeteringConfigArgs>? = null, val enableNetworkEgressMetering: Output<Boolean>? = null) : ConvertibleToJava<ResourceUsageExportConfigArgs>

Configuration for exporting cluster resource usages.

Link copied to clipboard
data class SandboxConfigArgs(val sandboxType: Output<String>? = null, val type: Output<SandboxConfigType>? = null) : ConvertibleToJava<SandboxConfigArgs>

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

Link copied to clipboard
Link copied to clipboard
data class ServiceExternalIPsConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<ServiceExternalIPsConfigArgs>

Config to block services with externalIPs field.

Link copied to clipboard
data class ShieldedInstanceConfigArgs(val enableIntegrityMonitoring: Output<Boolean>? = null, val enableSecureBoot: Output<Boolean>? = null) : ConvertibleToJava<ShieldedInstanceConfigArgs>

A set of Shielded Instance options.

Link copied to clipboard
data class ShieldedNodesArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<ShieldedNodesArgs>

Configuration of Shielded Nodes feature.

Link copied to clipboard
Link copied to clipboard
data class StandardRolloutPolicyArgs(val batchNodeCount: Output<Int>? = null, val batchPercentage: Output<Double>? = null, val batchSoakDuration: Output<String>? = null) : ConvertibleToJava<StandardRolloutPolicyArgs>

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

Link copied to clipboard
data class StatusConditionArgs(val canonicalCode: Output<StatusConditionCanonicalCode>? = null, val code: Output<StatusConditionCode>? = null, val message: Output<String>? = null) : ConvertibleToJava<StatusConditionArgs>

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

Link copied to clipboard
data class TimeWindowArgs(val endTime: Output<String>? = null, val maintenanceExclusionOptions: Output<MaintenanceExclusionOptionsArgs>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<TimeWindowArgs>

Represents an arbitrary window of time.

Link copied to clipboard
Link copied to clipboard
data class TpuConfigArgs(val enabled: Output<Boolean>? = null, val ipv4CidrBlock: Output<String>? = null, val useServiceNetworking: Output<Boolean>? = null) : ConvertibleToJava<TpuConfigArgs>

Configuration for Cloud TPU.

Link copied to clipboard
Link copied to clipboard
data class UpgradeSettingsArgs(val blueGreenSettings: Output<BlueGreenSettingsArgs>? = null, val maxSurge: Output<Int>? = null, val maxUnavailable: Output<Int>? = null, val strategy: Output<UpgradeSettingsStrategy>? = null) : ConvertibleToJava<UpgradeSettingsArgs>

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.

Link copied to clipboard
data class VerticalPodAutoscalingArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<VerticalPodAutoscalingArgs>

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

Link copied to clipboard
data class VirtualNICArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<VirtualNICArgs>

Configuration of gVNIC feature.

Link copied to clipboard
Link copied to clipboard
data class WindowsNodeConfigArgs(val osVersion: Output<WindowsNodeConfigOsVersion>? = null) : ConvertibleToJava<WindowsNodeConfigArgs>

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

Link copied to clipboard
data class WorkloadALTSConfigArgs(val enableAlts: Output<Boolean>? = null) : ConvertibleToJava<WorkloadALTSConfigArgs>

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

Link copied to clipboard
data class WorkloadCertificatesArgs(val enableCertificates: Output<Boolean>? = null) : ConvertibleToJava<WorkloadCertificatesArgs>

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

Link copied to clipboard
data class WorkloadConfigArgs(val auditMode: Output<WorkloadConfigAuditMode>? = null) : ConvertibleToJava<WorkloadConfigArgs>

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

Link copied to clipboard
Link copied to clipboard
data class WorkloadIdentityConfigArgs(val identityNamespace: Output<String>? = null, val identityProvider: Output<String>? = null, val workloadPool: Output<String>? = null) : ConvertibleToJava<WorkloadIdentityConfigArgs>

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

Link copied to clipboard
data class WorkloadMetadataConfigArgs(val mode: Output<WorkloadMetadataConfigMode>? = null, val nodeMetadata: Output<WorkloadMetadataConfigNodeMetadata>? = null) : ConvertibleToJava<WorkloadMetadataConfigArgs>

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