Documentation
¶
Index ¶
- func ContainerNodePool_IsConstruct(x interface{}) *bool
- func ContainerNodePool_IsTerraformElement(x interface{}) *bool
- func ContainerNodePool_IsTerraformResource(x interface{}) *bool
- func ContainerNodePool_TfResourceType() *string
- func NewContainerNodePoolAutoscalingOutputReference_Override(c ContainerNodePoolAutoscalingOutputReference, ...)
- func NewContainerNodePoolManagementOutputReference_Override(c ContainerNodePoolManagementOutputReference, ...)
- func NewContainerNodePoolNetworkConfigOutputReference_Override(c ContainerNodePoolNetworkConfigOutputReference, ...)
- func NewContainerNodePoolNetworkConfigPodCidrOverprovisionConfigOutputReference_Override(c ContainerNodePoolNetworkConfigPodCidrOverprovisionConfigOutputReference, ...)
- func NewContainerNodePoolNodeConfigAdvancedMachineFeaturesOutputReference_Override(c ContainerNodePoolNodeConfigAdvancedMachineFeaturesOutputReference, ...)
- func NewContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfigOutputReference_Override(c ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfigOutputReference, ...)
- func NewContainerNodePoolNodeConfigGcfsConfigOutputReference_Override(c ContainerNodePoolNodeConfigGcfsConfigOutputReference, ...)
- func NewContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigList_Override(c ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigList, ...)
- func NewContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigOutputReference_Override(c ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigOutputReference, ...)
- func NewContainerNodePoolNodeConfigGuestAcceleratorList_Override(c ContainerNodePoolNodeConfigGuestAcceleratorList, ...)
- func NewContainerNodePoolNodeConfigGuestAcceleratorOutputReference_Override(c ContainerNodePoolNodeConfigGuestAcceleratorOutputReference, ...)
- func NewContainerNodePoolNodeConfigGvnicOutputReference_Override(c ContainerNodePoolNodeConfigGvnicOutputReference, ...)
- func NewContainerNodePoolNodeConfigKubeletConfigOutputReference_Override(c ContainerNodePoolNodeConfigKubeletConfigOutputReference, ...)
- func NewContainerNodePoolNodeConfigLinuxNodeConfigOutputReference_Override(c ContainerNodePoolNodeConfigLinuxNodeConfigOutputReference, ...)
- func NewContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigOutputReference_Override(c ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigOutputReference, ...)
- func NewContainerNodePoolNodeConfigOutputReference_Override(c ContainerNodePoolNodeConfigOutputReference, ...)
- func NewContainerNodePoolNodeConfigReservationAffinityOutputReference_Override(c ContainerNodePoolNodeConfigReservationAffinityOutputReference, ...)
- func NewContainerNodePoolNodeConfigShieldedInstanceConfigOutputReference_Override(c ContainerNodePoolNodeConfigShieldedInstanceConfigOutputReference, ...)
- func NewContainerNodePoolNodeConfigTaintList_Override(c ContainerNodePoolNodeConfigTaintList, ...)
- func NewContainerNodePoolNodeConfigTaintOutputReference_Override(c ContainerNodePoolNodeConfigTaintOutputReference, ...)
- func NewContainerNodePoolNodeConfigWorkloadMetadataConfigOutputReference_Override(c ContainerNodePoolNodeConfigWorkloadMetadataConfigOutputReference, ...)
- func NewContainerNodePoolPlacementPolicyOutputReference_Override(c ContainerNodePoolPlacementPolicyOutputReference, ...)
- func NewContainerNodePoolTimeoutsOutputReference_Override(c ContainerNodePoolTimeoutsOutputReference, ...)
- func NewContainerNodePoolUpgradeSettingsBlueGreenSettingsOutputReference_Override(c ContainerNodePoolUpgradeSettingsBlueGreenSettingsOutputReference, ...)
- func NewContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyOutputReference_Override(...)
- func NewContainerNodePoolUpgradeSettingsOutputReference_Override(c ContainerNodePoolUpgradeSettingsOutputReference, ...)
- func NewContainerNodePool_Override(c ContainerNodePool, scope constructs.Construct, id *string, ...)
- type ContainerNodePool
- type ContainerNodePoolAutoscaling
- type ContainerNodePoolAutoscalingOutputReference
- type ContainerNodePoolConfig
- type ContainerNodePoolManagement
- type ContainerNodePoolManagementOutputReference
- type ContainerNodePoolNetworkConfig
- type ContainerNodePoolNetworkConfigOutputReference
- type ContainerNodePoolNetworkConfigPodCidrOverprovisionConfig
- type ContainerNodePoolNetworkConfigPodCidrOverprovisionConfigOutputReference
- type ContainerNodePoolNodeConfig
- type ContainerNodePoolNodeConfigAdvancedMachineFeatures
- type ContainerNodePoolNodeConfigAdvancedMachineFeaturesOutputReference
- type ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfig
- type ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfigOutputReference
- type ContainerNodePoolNodeConfigGcfsConfig
- type ContainerNodePoolNodeConfigGcfsConfigOutputReference
- type ContainerNodePoolNodeConfigGuestAccelerator
- type ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfig
- type ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigList
- type ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigOutputReference
- type ContainerNodePoolNodeConfigGuestAcceleratorList
- type ContainerNodePoolNodeConfigGuestAcceleratorOutputReference
- type ContainerNodePoolNodeConfigGvnic
- type ContainerNodePoolNodeConfigGvnicOutputReference
- type ContainerNodePoolNodeConfigKubeletConfig
- type ContainerNodePoolNodeConfigKubeletConfigOutputReference
- type ContainerNodePoolNodeConfigLinuxNodeConfig
- type ContainerNodePoolNodeConfigLinuxNodeConfigOutputReference
- type ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig
- type ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigOutputReference
- type ContainerNodePoolNodeConfigOutputReference
- type ContainerNodePoolNodeConfigReservationAffinity
- type ContainerNodePoolNodeConfigReservationAffinityOutputReference
- type ContainerNodePoolNodeConfigShieldedInstanceConfig
- type ContainerNodePoolNodeConfigShieldedInstanceConfigOutputReference
- type ContainerNodePoolNodeConfigTaint
- type ContainerNodePoolNodeConfigTaintList
- type ContainerNodePoolNodeConfigTaintOutputReference
- type ContainerNodePoolNodeConfigWorkloadMetadataConfig
- type ContainerNodePoolNodeConfigWorkloadMetadataConfigOutputReference
- type ContainerNodePoolPlacementPolicy
- type ContainerNodePoolPlacementPolicyOutputReference
- type ContainerNodePoolTimeouts
- type ContainerNodePoolTimeoutsOutputReference
- type ContainerNodePoolUpgradeSettings
- type ContainerNodePoolUpgradeSettingsBlueGreenSettings
- type ContainerNodePoolUpgradeSettingsBlueGreenSettingsOutputReference
- type ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy
- type ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyOutputReference
- type ContainerNodePoolUpgradeSettingsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainerNodePool_IsConstruct ¶
func ContainerNodePool_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func ContainerNodePool_IsTerraformElement ¶
func ContainerNodePool_IsTerraformElement(x interface{}) *bool
Experimental.
func ContainerNodePool_IsTerraformResource ¶
func ContainerNodePool_IsTerraformResource(x interface{}) *bool
Experimental.
func ContainerNodePool_TfResourceType ¶
func ContainerNodePool_TfResourceType() *string
func NewContainerNodePoolAutoscalingOutputReference_Override ¶
func NewContainerNodePoolAutoscalingOutputReference_Override(c ContainerNodePoolAutoscalingOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolManagementOutputReference_Override ¶
func NewContainerNodePoolManagementOutputReference_Override(c ContainerNodePoolManagementOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolNetworkConfigOutputReference_Override ¶
func NewContainerNodePoolNetworkConfigOutputReference_Override(c ContainerNodePoolNetworkConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolNetworkConfigPodCidrOverprovisionConfigOutputReference_Override ¶
func NewContainerNodePoolNetworkConfigPodCidrOverprovisionConfigOutputReference_Override(c ContainerNodePoolNetworkConfigPodCidrOverprovisionConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolNodeConfigAdvancedMachineFeaturesOutputReference_Override ¶
func NewContainerNodePoolNodeConfigAdvancedMachineFeaturesOutputReference_Override(c ContainerNodePoolNodeConfigAdvancedMachineFeaturesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfigOutputReference_Override ¶
func NewContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfigOutputReference_Override(c ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolNodeConfigGcfsConfigOutputReference_Override ¶
func NewContainerNodePoolNodeConfigGcfsConfigOutputReference_Override(c ContainerNodePoolNodeConfigGcfsConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigList_Override ¶
func NewContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigList_Override(c ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigOutputReference_Override ¶
func NewContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigOutputReference_Override(c ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewContainerNodePoolNodeConfigGuestAcceleratorList_Override ¶
func NewContainerNodePoolNodeConfigGuestAcceleratorList_Override(c ContainerNodePoolNodeConfigGuestAcceleratorList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewContainerNodePoolNodeConfigGuestAcceleratorOutputReference_Override ¶
func NewContainerNodePoolNodeConfigGuestAcceleratorOutputReference_Override(c ContainerNodePoolNodeConfigGuestAcceleratorOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewContainerNodePoolNodeConfigGvnicOutputReference_Override ¶
func NewContainerNodePoolNodeConfigGvnicOutputReference_Override(c ContainerNodePoolNodeConfigGvnicOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolNodeConfigKubeletConfigOutputReference_Override ¶
func NewContainerNodePoolNodeConfigKubeletConfigOutputReference_Override(c ContainerNodePoolNodeConfigKubeletConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolNodeConfigLinuxNodeConfigOutputReference_Override ¶
func NewContainerNodePoolNodeConfigLinuxNodeConfigOutputReference_Override(c ContainerNodePoolNodeConfigLinuxNodeConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigOutputReference_Override ¶
func NewContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigOutputReference_Override(c ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolNodeConfigOutputReference_Override ¶
func NewContainerNodePoolNodeConfigOutputReference_Override(c ContainerNodePoolNodeConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolNodeConfigReservationAffinityOutputReference_Override ¶
func NewContainerNodePoolNodeConfigReservationAffinityOutputReference_Override(c ContainerNodePoolNodeConfigReservationAffinityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolNodeConfigShieldedInstanceConfigOutputReference_Override ¶
func NewContainerNodePoolNodeConfigShieldedInstanceConfigOutputReference_Override(c ContainerNodePoolNodeConfigShieldedInstanceConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolNodeConfigTaintList_Override ¶
func NewContainerNodePoolNodeConfigTaintList_Override(c ContainerNodePoolNodeConfigTaintList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewContainerNodePoolNodeConfigTaintOutputReference_Override ¶
func NewContainerNodePoolNodeConfigTaintOutputReference_Override(c ContainerNodePoolNodeConfigTaintOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewContainerNodePoolNodeConfigWorkloadMetadataConfigOutputReference_Override ¶
func NewContainerNodePoolNodeConfigWorkloadMetadataConfigOutputReference_Override(c ContainerNodePoolNodeConfigWorkloadMetadataConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolPlacementPolicyOutputReference_Override ¶
func NewContainerNodePoolPlacementPolicyOutputReference_Override(c ContainerNodePoolPlacementPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolTimeoutsOutputReference_Override ¶
func NewContainerNodePoolTimeoutsOutputReference_Override(c ContainerNodePoolTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolUpgradeSettingsBlueGreenSettingsOutputReference_Override ¶
func NewContainerNodePoolUpgradeSettingsBlueGreenSettingsOutputReference_Override(c ContainerNodePoolUpgradeSettingsBlueGreenSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyOutputReference_Override ¶
func NewContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyOutputReference_Override(c ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePoolUpgradeSettingsOutputReference_Override ¶
func NewContainerNodePoolUpgradeSettingsOutputReference_Override(c ContainerNodePoolUpgradeSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerNodePool_Override ¶
func NewContainerNodePool_Override(c ContainerNodePool, scope constructs.Construct, id *string, config *ContainerNodePoolConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool google_container_node_pool} Resource.
Types ¶
type ContainerNodePool ¶
type ContainerNodePool interface {
cdktf.TerraformResource
Autoscaling() ContainerNodePoolAutoscalingOutputReference
AutoscalingInput() *ContainerNodePoolAutoscaling
// Experimental.
CdktfStack() cdktf.TerraformStack
Cluster() *string
SetCluster(val *string)
ClusterInput() *string
// Experimental.
Connection() interface{}
// Experimental.
SetConnection(val interface{})
// Experimental.
ConstructNodeMetadata() *map[string]interface{}
// Experimental.
Count() interface{}
// Experimental.
SetCount(val interface{})
// Experimental.
DependsOn() *[]*string
// Experimental.
SetDependsOn(val *[]*string)
// Experimental.
ForEach() cdktf.ITerraformIterator
// Experimental.
SetForEach(val cdktf.ITerraformIterator)
// Experimental.
Fqn() *string
// Experimental.
FriendlyUniqueId() *string
Id() *string
SetId(val *string)
IdInput() *string
InitialNodeCount() *float64
SetInitialNodeCount(val *float64)
InitialNodeCountInput() *float64
InstanceGroupUrls() *[]*string
// Experimental.
Lifecycle() *cdktf.TerraformResourceLifecycle
// Experimental.
SetLifecycle(val *cdktf.TerraformResourceLifecycle)
Location() *string
SetLocation(val *string)
LocationInput() *string
ManagedInstanceGroupUrls() *[]*string
Management() ContainerNodePoolManagementOutputReference
ManagementInput() *ContainerNodePoolManagement
MaxPodsPerNode() *float64
SetMaxPodsPerNode(val *float64)
MaxPodsPerNodeInput() *float64
Name() *string
SetName(val *string)
NameInput() *string
NamePrefix() *string
SetNamePrefix(val *string)
NamePrefixInput() *string
NetworkConfig() ContainerNodePoolNetworkConfigOutputReference
NetworkConfigInput() *ContainerNodePoolNetworkConfig
// The tree node.
Node() constructs.Node
NodeConfig() ContainerNodePoolNodeConfigOutputReference
NodeConfigInput() *ContainerNodePoolNodeConfig
NodeCount() *float64
SetNodeCount(val *float64)
NodeCountInput() *float64
NodeLocations() *[]*string
SetNodeLocations(val *[]*string)
NodeLocationsInput() *[]*string
Operation() *string
PlacementPolicy() ContainerNodePoolPlacementPolicyOutputReference
PlacementPolicyInput() *ContainerNodePoolPlacementPolicy
Project() *string
SetProject(val *string)
ProjectInput() *string
// Experimental.
Provider() cdktf.TerraformProvider
// Experimental.
SetProvider(val cdktf.TerraformProvider)
// Experimental.
Provisioners() *[]interface{}
// Experimental.
SetProvisioners(val *[]interface{})
// Experimental.
RawOverrides() interface{}
// Experimental.
TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata
// Experimental.
TerraformMetaArguments() *map[string]interface{}
// Experimental.
TerraformResourceType() *string
Timeouts() ContainerNodePoolTimeoutsOutputReference
TimeoutsInput() interface{}
UpgradeSettings() ContainerNodePoolUpgradeSettingsOutputReference
UpgradeSettingsInput() *ContainerNodePoolUpgradeSettings
Version() *string
SetVersion(val *string)
VersionInput() *string
// Experimental.
AddOverride(path *string, value interface{})
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable
// Overrides the auto-generated logical ID with a specific ID.
// Experimental.
OverrideLogicalId(newLogicalId *string)
PutAutoscaling(value *ContainerNodePoolAutoscaling)
PutManagement(value *ContainerNodePoolManagement)
PutNetworkConfig(value *ContainerNodePoolNetworkConfig)
PutNodeConfig(value *ContainerNodePoolNodeConfig)
PutPlacementPolicy(value *ContainerNodePoolPlacementPolicy)
PutTimeouts(value *ContainerNodePoolTimeouts)
PutUpgradeSettings(value *ContainerNodePoolUpgradeSettings)
ResetAutoscaling()
ResetId()
ResetInitialNodeCount()
ResetLocation()
ResetManagement()
ResetMaxPodsPerNode()
ResetName()
ResetNamePrefix()
ResetNetworkConfig()
ResetNodeConfig()
ResetNodeCount()
ResetNodeLocations()
// Resets a previously passed logical Id to use the auto-generated logical id again.
// Experimental.
ResetOverrideLogicalId()
ResetPlacementPolicy()
ResetProject()
ResetTimeouts()
ResetUpgradeSettings()
ResetVersion()
SynthesizeAttributes() *map[string]interface{}
// Experimental.
ToMetadata() interface{}
// Returns a string representation of this construct.
ToString() *string
// Adds this resource to the terraform JSON output.
// Experimental.
ToTerraform() interface{}
}
Represents a {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool google_container_node_pool}.
func NewContainerNodePool ¶
func NewContainerNodePool(scope constructs.Construct, id *string, config *ContainerNodePoolConfig) ContainerNodePool
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool google_container_node_pool} Resource.
type ContainerNodePoolAutoscaling ¶
type ContainerNodePoolAutoscaling struct {
// Location policy specifies the algorithm used when scaling-up the node pool.
//
// "BALANCED" - Is a best effort policy that aims to balance the sizes of available zones. "ANY" - Instructs the cluster autoscaler to prioritize utilization of unused reservations, and reduces preemption risk for Spot VMs.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#location_policy ContainerNodePool#location_policy}
LocationPolicy *string `field:"optional" json:"locationPolicy" yaml:"locationPolicy"`
// Maximum number of nodes per zone in the node pool.
//
// Must be >= min_node_count. Cannot be used with total limits.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#max_node_count ContainerNodePool#max_node_count}
MaxNodeCount *float64 `field:"optional" json:"maxNodeCount" yaml:"maxNodeCount"`
// Minimum number of nodes per zone in the node pool.
//
// Must be >=0 and <= max_node_count. Cannot be used with total limits.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#min_node_count ContainerNodePool#min_node_count}
MinNodeCount *float64 `field:"optional" json:"minNodeCount" yaml:"minNodeCount"`
// Maximum number of all nodes in the node pool.
//
// Must be >= total_min_node_count. Cannot be used with per zone limits.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#total_max_node_count ContainerNodePool#total_max_node_count}
TotalMaxNodeCount *float64 `field:"optional" json:"totalMaxNodeCount" yaml:"totalMaxNodeCount"`
// Minimum number of all nodes in the node pool.
//
// Must be >=0 and <= total_max_node_count. Cannot be used with per zone limits.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#total_min_node_count ContainerNodePool#total_min_node_count}
TotalMinNodeCount *float64 `field:"optional" json:"totalMinNodeCount" yaml:"totalMinNodeCount"`
}
type ContainerNodePoolAutoscalingOutputReference ¶
type ContainerNodePoolAutoscalingOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolAutoscaling
SetInternalValue(val *ContainerNodePoolAutoscaling)
LocationPolicy() *string
SetLocationPolicy(val *string)
LocationPolicyInput() *string
MaxNodeCount() *float64
SetMaxNodeCount(val *float64)
MaxNodeCountInput() *float64
MinNodeCount() *float64
SetMinNodeCount(val *float64)
MinNodeCountInput() *float64
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
TotalMaxNodeCount() *float64
SetTotalMaxNodeCount(val *float64)
TotalMaxNodeCountInput() *float64
TotalMinNodeCount() *float64
SetTotalMinNodeCount(val *float64)
TotalMinNodeCountInput() *float64
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
ResetLocationPolicy()
ResetMaxNodeCount()
ResetMinNodeCount()
ResetTotalMaxNodeCount()
ResetTotalMinNodeCount()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolAutoscalingOutputReference ¶
func NewContainerNodePoolAutoscalingOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolAutoscalingOutputReference
type ContainerNodePoolConfig ¶
type ContainerNodePoolConfig struct {
// Experimental.
Connection interface{} `field:"optional" json:"connection" yaml:"connection"`
// Experimental.
Count interface{} `field:"optional" json:"count" yaml:"count"`
// Experimental.
DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"`
// Experimental.
ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"`
// Experimental.
Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"`
// Experimental.
Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"`
// Experimental.
Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"`
// The cluster to create the node pool for. Cluster must be present in location provided for zonal clusters.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#cluster ContainerNodePool#cluster}
Cluster *string `field:"required" json:"cluster" yaml:"cluster"`
// autoscaling block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#autoscaling ContainerNodePool#autoscaling}
Autoscaling *ContainerNodePoolAutoscaling `field:"optional" json:"autoscaling" yaml:"autoscaling"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#id ContainerNodePool#id}.
//
// Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
// If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
Id *string `field:"optional" json:"id" yaml:"id"`
// The initial number of nodes for the pool.
//
// In regional or multi-zonal clusters, this is the number of nodes per zone. Changing this will force recreation of the resource.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#initial_node_count ContainerNodePool#initial_node_count}
InitialNodeCount *float64 `field:"optional" json:"initialNodeCount" yaml:"initialNodeCount"`
// The location (region or zone) of the cluster.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#location ContainerNodePool#location}
Location *string `field:"optional" json:"location" yaml:"location"`
// management block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#management ContainerNodePool#management}
Management *ContainerNodePoolManagement `field:"optional" json:"management" yaml:"management"`
// The maximum number of pods per node in this node pool.
//
// Note that this does not work on node pools which are "route-based" - that is, node pools belonging to clusters that do not have IP Aliasing enabled.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#max_pods_per_node ContainerNodePool#max_pods_per_node}
MaxPodsPerNode *float64 `field:"optional" json:"maxPodsPerNode" yaml:"maxPodsPerNode"`
// The name of the node pool. If left blank, Terraform will auto-generate a unique name.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#name ContainerNodePool#name}
Name *string `field:"optional" json:"name" yaml:"name"`
// Creates a unique name for the node pool beginning with the specified prefix. Conflicts with name.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#name_prefix ContainerNodePool#name_prefix}
NamePrefix *string `field:"optional" json:"namePrefix" yaml:"namePrefix"`
// network_config block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#network_config ContainerNodePool#network_config}
NetworkConfig *ContainerNodePoolNetworkConfig `field:"optional" json:"networkConfig" yaml:"networkConfig"`
// node_config block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#node_config ContainerNodePool#node_config}
NodeConfig *ContainerNodePoolNodeConfig `field:"optional" json:"nodeConfig" yaml:"nodeConfig"`
// The number of nodes per instance group.
//
// This field can be used to update the number of nodes per instance group but should not be used alongside autoscaling.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#node_count ContainerNodePool#node_count}
NodeCount *float64 `field:"optional" json:"nodeCount" yaml:"nodeCount"`
// The list of zones in which the node pool's nodes should be located.
//
// Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters. If unspecified, the cluster-level node_locations will be used.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#node_locations ContainerNodePool#node_locations}
NodeLocations *[]*string `field:"optional" json:"nodeLocations" yaml:"nodeLocations"`
// placement_policy block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#placement_policy ContainerNodePool#placement_policy}
PlacementPolicy *ContainerNodePoolPlacementPolicy `field:"optional" json:"placementPolicy" yaml:"placementPolicy"`
// The ID of the project in which to create the node pool.
//
// If blank, the provider-configured project will be used.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#project ContainerNodePool#project}
Project *string `field:"optional" json:"project" yaml:"project"`
// timeouts block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#timeouts ContainerNodePool#timeouts}
Timeouts *ContainerNodePoolTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"`
// upgrade_settings block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#upgrade_settings ContainerNodePool#upgrade_settings}
UpgradeSettings *ContainerNodePoolUpgradeSettings `field:"optional" json:"upgradeSettings" yaml:"upgradeSettings"`
// The Kubernetes version for the nodes in this pool.
//
// Note that if this field and auto_upgrade are both specified, they will fight each other for what the node version should be, so setting both is highly discouraged. While a fuzzy version can be specified, it's recommended that you specify explicit versions as Terraform will see spurious diffs when fuzzy versions are used. See the google_container_engine_versions data source's version_prefix field to approximate fuzzy versions in a Terraform-compatible way.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#version ContainerNodePool#version}
Version *string `field:"optional" json:"version" yaml:"version"`
}
type ContainerNodePoolManagement ¶
type ContainerNodePoolManagement struct {
// Whether the nodes will be automatically repaired.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#auto_repair ContainerNodePool#auto_repair}
AutoRepair interface{} `field:"optional" json:"autoRepair" yaml:"autoRepair"`
// Whether the nodes will be automatically upgraded.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#auto_upgrade ContainerNodePool#auto_upgrade}
AutoUpgrade interface{} `field:"optional" json:"autoUpgrade" yaml:"autoUpgrade"`
}
type ContainerNodePoolManagementOutputReference ¶
type ContainerNodePoolManagementOutputReference interface {
cdktf.ComplexObject
AutoRepair() interface{}
SetAutoRepair(val interface{})
AutoRepairInput() interface{}
AutoUpgrade() interface{}
SetAutoUpgrade(val interface{})
AutoUpgradeInput() interface{}
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolManagement
SetInternalValue(val *ContainerNodePoolManagement)
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
ResetAutoRepair()
ResetAutoUpgrade()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolManagementOutputReference ¶
func NewContainerNodePoolManagementOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolManagementOutputReference
type ContainerNodePoolNetworkConfig ¶
type ContainerNodePoolNetworkConfig struct {
// 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.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#create_pod_range ContainerNodePool#create_pod_range}
CreatePodRange interface{} `field:"optional" json:"createPodRange" yaml:"createPodRange"`
// Whether nodes have internal IP addresses only.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#enable_private_nodes ContainerNodePool#enable_private_nodes}
EnablePrivateNodes interface{} `field:"optional" json:"enablePrivateNodes" yaml:"enablePrivateNodes"`
// pod_cidr_overprovision_config block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#pod_cidr_overprovision_config ContainerNodePool#pod_cidr_overprovision_config}
PodCidrOverprovisionConfig *ContainerNodePoolNetworkConfigPodCidrOverprovisionConfig `field:"optional" json:"podCidrOverprovisionConfig" yaml:"podCidrOverprovisionConfig"`
// 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 notation (e.g. 10.96.0.0/14) to pick a specific range to use.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#pod_ipv4_cidr_block ContainerNodePool#pod_ipv4_cidr_block}
PodIpv4CidrBlock *string `field:"optional" json:"podIpv4CidrBlock" yaml:"podIpv4CidrBlock"`
// 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.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#pod_range ContainerNodePool#pod_range}
PodRange *string `field:"optional" json:"podRange" yaml:"podRange"`
}
type ContainerNodePoolNetworkConfigOutputReference ¶
type ContainerNodePoolNetworkConfigOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
CreatePodRange() interface{}
SetCreatePodRange(val interface{})
CreatePodRangeInput() interface{}
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
EnablePrivateNodes() interface{}
SetEnablePrivateNodes(val interface{})
EnablePrivateNodesInput() interface{}
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolNetworkConfig
SetInternalValue(val *ContainerNodePoolNetworkConfig)
PodCidrOverprovisionConfig() ContainerNodePoolNetworkConfigPodCidrOverprovisionConfigOutputReference
PodCidrOverprovisionConfigInput() *ContainerNodePoolNetworkConfigPodCidrOverprovisionConfig
PodIpv4CidrBlock() *string
SetPodIpv4CidrBlock(val *string)
PodIpv4CidrBlockInput() *string
PodRange() *string
SetPodRange(val *string)
PodRangeInput() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
PutPodCidrOverprovisionConfig(value *ContainerNodePoolNetworkConfigPodCidrOverprovisionConfig)
ResetCreatePodRange()
ResetEnablePrivateNodes()
ResetPodCidrOverprovisionConfig()
ResetPodIpv4CidrBlock()
ResetPodRange()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNetworkConfigOutputReference ¶
func NewContainerNodePoolNetworkConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolNetworkConfigOutputReference
type ContainerNodePoolNetworkConfigPodCidrOverprovisionConfig ¶
type ContainerNodePoolNetworkConfigPodCidrOverprovisionConfig struct {
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#disabled ContainerNodePool#disabled}.
Disabled interface{} `field:"required" json:"disabled" yaml:"disabled"`
}
type ContainerNodePoolNetworkConfigPodCidrOverprovisionConfigOutputReference ¶
type ContainerNodePoolNetworkConfigPodCidrOverprovisionConfigOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
Disabled() interface{}
SetDisabled(val interface{})
DisabledInput() interface{}
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolNetworkConfigPodCidrOverprovisionConfig
SetInternalValue(val *ContainerNodePoolNetworkConfigPodCidrOverprovisionConfig)
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNetworkConfigPodCidrOverprovisionConfigOutputReference ¶
func NewContainerNodePoolNetworkConfigPodCidrOverprovisionConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolNetworkConfigPodCidrOverprovisionConfigOutputReference
type ContainerNodePoolNodeConfig ¶
type ContainerNodePoolNodeConfig struct {
// advanced_machine_features block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#advanced_machine_features ContainerNodePool#advanced_machine_features}
AdvancedMachineFeatures *ContainerNodePoolNodeConfigAdvancedMachineFeatures `field:"optional" json:"advancedMachineFeatures" yaml:"advancedMachineFeatures"`
// The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#boot_disk_kms_key ContainerNodePool#boot_disk_kms_key}
BootDiskKmsKey *string `field:"optional" json:"bootDiskKmsKey" yaml:"bootDiskKmsKey"`
// Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#disk_size_gb ContainerNodePool#disk_size_gb}
DiskSizeGb *float64 `field:"optional" json:"diskSizeGb" yaml:"diskSizeGb"`
// Type of the disk attached to each node. Such as pd-standard, pd-balanced or pd-ssd.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#disk_type ContainerNodePool#disk_type}
DiskType *string `field:"optional" json:"diskType" yaml:"diskType"`
// ephemeral_storage_local_ssd_config block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#ephemeral_storage_local_ssd_config ContainerNodePool#ephemeral_storage_local_ssd_config}
EphemeralStorageLocalSsdConfig *ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfig `field:"optional" json:"ephemeralStorageLocalSsdConfig" yaml:"ephemeralStorageLocalSsdConfig"`
// gcfs_config block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#gcfs_config ContainerNodePool#gcfs_config}
GcfsConfig *ContainerNodePoolNodeConfigGcfsConfig `field:"optional" json:"gcfsConfig" yaml:"gcfsConfig"`
// List of the type and count of accelerator cards attached to the instance.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#guest_accelerator ContainerNodePool#guest_accelerator}
GuestAccelerator interface{} `field:"optional" json:"guestAccelerator" yaml:"guestAccelerator"`
// gvnic block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#gvnic ContainerNodePool#gvnic}
Gvnic *ContainerNodePoolNodeConfigGvnic `field:"optional" json:"gvnic" yaml:"gvnic"`
// The image type to use for this node.
//
// Note that for a given image type, the latest version of it will be used.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#image_type ContainerNodePool#image_type}
ImageType *string `field:"optional" json:"imageType" yaml:"imageType"`
// kubelet_config block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#kubelet_config ContainerNodePool#kubelet_config}
KubeletConfig *ContainerNodePoolNodeConfigKubeletConfig `field:"optional" json:"kubeletConfig" yaml:"kubeletConfig"`
// 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.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#labels ContainerNodePool#labels}
Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"`
// linux_node_config block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#linux_node_config ContainerNodePool#linux_node_config}
LinuxNodeConfig *ContainerNodePoolNodeConfigLinuxNodeConfig `field:"optional" json:"linuxNodeConfig" yaml:"linuxNodeConfig"`
// local_nvme_ssd_block_config block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#local_nvme_ssd_block_config ContainerNodePool#local_nvme_ssd_block_config}
LocalNvmeSsdBlockConfig *ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig `field:"optional" json:"localNvmeSsdBlockConfig" yaml:"localNvmeSsdBlockConfig"`
// The number of local SSD disks to be attached to the node.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#local_ssd_count ContainerNodePool#local_ssd_count}
LocalSsdCount *float64 `field:"optional" json:"localSsdCount" yaml:"localSsdCount"`
// Type of logging agent that is used as the default value for node pools in the cluster.
//
// Valid values include DEFAULT and MAX_THROUGHPUT.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#logging_variant ContainerNodePool#logging_variant}
LoggingVariant *string `field:"optional" json:"loggingVariant" yaml:"loggingVariant"`
// The name of a Google Compute Engine machine type.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#machine_type ContainerNodePool#machine_type}
MachineType *string `field:"optional" json:"machineType" yaml:"machineType"`
// The metadata key/value pairs assigned to instances in the cluster.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#metadata ContainerNodePool#metadata}
Metadata *map[string]*string `field:"optional" json:"metadata" yaml:"metadata"`
// Minimum CPU platform to be used by this instance.
//
// The instance may be scheduled on the specified or newer CPU platform.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#min_cpu_platform ContainerNodePool#min_cpu_platform}
MinCpuPlatform *string `field:"optional" json:"minCpuPlatform" yaml:"minCpuPlatform"`
// 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.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#node_group ContainerNodePool#node_group}
NodeGroup *string `field:"optional" json:"nodeGroup" yaml:"nodeGroup"`
// The set of Google API scopes to be made available on all of the node VMs.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#oauth_scopes ContainerNodePool#oauth_scopes}
OauthScopes *[]*string `field:"optional" json:"oauthScopes" yaml:"oauthScopes"`
// Whether the nodes are created as preemptible VM instances.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#preemptible ContainerNodePool#preemptible}
Preemptible interface{} `field:"optional" json:"preemptible" yaml:"preemptible"`
// reservation_affinity block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#reservation_affinity ContainerNodePool#reservation_affinity}
ReservationAffinity *ContainerNodePoolNodeConfigReservationAffinity `field:"optional" json:"reservationAffinity" yaml:"reservationAffinity"`
// The GCE resource labels (a map of key/value pairs) to be applied to the node pool.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#resource_labels ContainerNodePool#resource_labels}
ResourceLabels *map[string]*string `field:"optional" json:"resourceLabels" yaml:"resourceLabels"`
// The Google Cloud Platform Service Account to be used by the node VMs.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#service_account ContainerNodePool#service_account}
ServiceAccount *string `field:"optional" json:"serviceAccount" yaml:"serviceAccount"`
// shielded_instance_config block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#shielded_instance_config ContainerNodePool#shielded_instance_config}
ShieldedInstanceConfig *ContainerNodePoolNodeConfigShieldedInstanceConfig `field:"optional" json:"shieldedInstanceConfig" yaml:"shieldedInstanceConfig"`
// Whether the nodes are created as spot VM instances.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#spot ContainerNodePool#spot}
Spot interface{} `field:"optional" json:"spot" yaml:"spot"`
// The list of instance tags applied to all nodes.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#tags ContainerNodePool#tags}
Tags *[]*string `field:"optional" json:"tags" yaml:"tags"`
// List of Kubernetes taints to be applied to each node.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#taint ContainerNodePool#taint}
Taint interface{} `field:"optional" json:"taint" yaml:"taint"`
// workload_metadata_config block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#workload_metadata_config ContainerNodePool#workload_metadata_config}
WorkloadMetadataConfig *ContainerNodePoolNodeConfigWorkloadMetadataConfig `field:"optional" json:"workloadMetadataConfig" yaml:"workloadMetadataConfig"`
}
type ContainerNodePoolNodeConfigAdvancedMachineFeatures ¶
type ContainerNodePoolNodeConfigAdvancedMachineFeatures 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.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#threads_per_core ContainerNodePool#threads_per_core}
ThreadsPerCore *float64 `field:"required" json:"threadsPerCore" yaml:"threadsPerCore"`
}
type ContainerNodePoolNodeConfigAdvancedMachineFeaturesOutputReference ¶
type ContainerNodePoolNodeConfigAdvancedMachineFeaturesOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolNodeConfigAdvancedMachineFeatures
SetInternalValue(val *ContainerNodePoolNodeConfigAdvancedMachineFeatures)
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
ThreadsPerCore() *float64
SetThreadsPerCore(val *float64)
ThreadsPerCoreInput() *float64
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigAdvancedMachineFeaturesOutputReference ¶
func NewContainerNodePoolNodeConfigAdvancedMachineFeaturesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolNodeConfigAdvancedMachineFeaturesOutputReference
type ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfig ¶
type ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfig struct {
// Number of local SSDs to use to back ephemeral storage.
//
// Uses NVMe interfaces. Each local SSD must be 375 or 3000 GB in size, and all local SSDs must share the same size.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#local_ssd_count ContainerNodePool#local_ssd_count}
LocalSsdCount *float64 `field:"required" json:"localSsdCount" yaml:"localSsdCount"`
}
type ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfigOutputReference ¶
type ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfigOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfig
SetInternalValue(val *ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfig)
LocalSsdCount() *float64
SetLocalSsdCount(val *float64)
LocalSsdCountInput() *float64
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfigOutputReference ¶
func NewContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfigOutputReference
type ContainerNodePoolNodeConfigGcfsConfig ¶
type ContainerNodePoolNodeConfigGcfsConfig struct {
// Whether or not GCFS is enabled.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#enabled ContainerNodePool#enabled}
Enabled interface{} `field:"required" json:"enabled" yaml:"enabled"`
}
type ContainerNodePoolNodeConfigGcfsConfigOutputReference ¶
type ContainerNodePoolNodeConfigGcfsConfigOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
Enabled() interface{}
SetEnabled(val interface{})
EnabledInput() interface{}
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolNodeConfigGcfsConfig
SetInternalValue(val *ContainerNodePoolNodeConfigGcfsConfig)
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigGcfsConfigOutputReference ¶
func NewContainerNodePoolNodeConfigGcfsConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolNodeConfigGcfsConfigOutputReference
type ContainerNodePoolNodeConfigGuestAccelerator ¶
type ContainerNodePoolNodeConfigGuestAccelerator struct {
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#count ContainerNodePool#count}.
Count *float64 `field:"optional" json:"count" yaml:"count"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#gpu_partition_size ContainerNodePool#gpu_partition_size}.
GpuPartitionSize *string `field:"optional" json:"gpuPartitionSize" yaml:"gpuPartitionSize"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#gpu_sharing_config ContainerNodePool#gpu_sharing_config}.
GpuSharingConfig interface{} `field:"optional" json:"gpuSharingConfig" yaml:"gpuSharingConfig"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#type ContainerNodePool#type}.
Type *string `field:"optional" json:"type" yaml:"type"`
}
type ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfig ¶
type ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfig struct {
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#gpu_sharing_strategy ContainerNodePool#gpu_sharing_strategy}.
GpuSharingStrategy *string `field:"optional" json:"gpuSharingStrategy" yaml:"gpuSharingStrategy"`
MaxSharedClientsPerGpu *float64 `field:"optional" json:"maxSharedClientsPerGpu" yaml:"maxSharedClientsPerGpu"`
}
type ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigList ¶
type ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigList interface {
cdktf.ComplexList
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Experimental.
ComputeFqn() *string
Get(index *float64) ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigOutputReference
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigList ¶
func NewContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigList
type ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigOutputReference ¶
type ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
GpuSharingStrategy() *string
SetGpuSharingStrategy(val *string)
GpuSharingStrategyInput() *string
InternalValue() interface{}
SetInternalValue(val interface{})
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
ResetGpuSharingStrategy()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigOutputReference ¶
func NewContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigOutputReference
type ContainerNodePoolNodeConfigGuestAcceleratorList ¶
type ContainerNodePoolNodeConfigGuestAcceleratorList interface {
cdktf.ComplexList
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Experimental.
ComputeFqn() *string
Get(index *float64) ContainerNodePoolNodeConfigGuestAcceleratorOutputReference
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigGuestAcceleratorList ¶
func NewContainerNodePoolNodeConfigGuestAcceleratorList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ContainerNodePoolNodeConfigGuestAcceleratorList
type ContainerNodePoolNodeConfigGuestAcceleratorOutputReference ¶
type ContainerNodePoolNodeConfigGuestAcceleratorOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
Count() *float64
SetCount(val *float64)
CountInput() *float64
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
GpuPartitionSize() *string
SetGpuPartitionSize(val *string)
GpuPartitionSizeInput() *string
GpuSharingConfig() ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigList
GpuSharingConfigInput() interface{}
InternalValue() interface{}
SetInternalValue(val interface{})
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Type() *string
SetType(val *string)
TypeInput() *string
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
PutGpuSharingConfig(value interface{})
ResetCount()
ResetGpuPartitionSize()
ResetGpuSharingConfig()
ResetType()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigGuestAcceleratorOutputReference ¶
func NewContainerNodePoolNodeConfigGuestAcceleratorOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ContainerNodePoolNodeConfigGuestAcceleratorOutputReference
type ContainerNodePoolNodeConfigGvnic ¶
type ContainerNodePoolNodeConfigGvnic struct {
// Whether or not gvnic is enabled.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#enabled ContainerNodePool#enabled}
Enabled interface{} `field:"required" json:"enabled" yaml:"enabled"`
}
type ContainerNodePoolNodeConfigGvnicOutputReference ¶
type ContainerNodePoolNodeConfigGvnicOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
Enabled() interface{}
SetEnabled(val interface{})
EnabledInput() interface{}
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolNodeConfigGvnic
SetInternalValue(val *ContainerNodePoolNodeConfigGvnic)
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigGvnicOutputReference ¶
func NewContainerNodePoolNodeConfigGvnicOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolNodeConfigGvnicOutputReference
type ContainerNodePoolNodeConfigKubeletConfig ¶
type ContainerNodePoolNodeConfigKubeletConfig struct {
// Control the CPU management policy on the node.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#cpu_manager_policy ContainerNodePool#cpu_manager_policy}
CpuManagerPolicy *string `field:"required" json:"cpuManagerPolicy" yaml:"cpuManagerPolicy"`
// Enable CPU CFS quota enforcement for containers that specify CPU limits.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#cpu_cfs_quota ContainerNodePool#cpu_cfs_quota}
CpuCfsQuota interface{} `field:"optional" json:"cpuCfsQuota" yaml:"cpuCfsQuota"`
// Set the CPU CFS quota period value 'cpu.cfs_period_us'.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#cpu_cfs_quota_period ContainerNodePool#cpu_cfs_quota_period}
CpuCfsQuotaPeriod *string `field:"optional" json:"cpuCfsQuotaPeriod" yaml:"cpuCfsQuotaPeriod"`
// Controls the maximum number of processes allowed to run in a pod.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#pod_pids_limit ContainerNodePool#pod_pids_limit}
PodPidsLimit *float64 `field:"optional" json:"podPidsLimit" yaml:"podPidsLimit"`
}
type ContainerNodePoolNodeConfigKubeletConfigOutputReference ¶
type ContainerNodePoolNodeConfigKubeletConfigOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
CpuCfsQuota() interface{}
SetCpuCfsQuota(val interface{})
CpuCfsQuotaInput() interface{}
CpuCfsQuotaPeriod() *string
SetCpuCfsQuotaPeriod(val *string)
CpuCfsQuotaPeriodInput() *string
CpuManagerPolicy() *string
SetCpuManagerPolicy(val *string)
CpuManagerPolicyInput() *string
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolNodeConfigKubeletConfig
SetInternalValue(val *ContainerNodePoolNodeConfigKubeletConfig)
PodPidsLimit() *float64
SetPodPidsLimit(val *float64)
PodPidsLimitInput() *float64
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
ResetCpuCfsQuota()
ResetCpuCfsQuotaPeriod()
ResetPodPidsLimit()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigKubeletConfigOutputReference ¶
func NewContainerNodePoolNodeConfigKubeletConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolNodeConfigKubeletConfigOutputReference
type ContainerNodePoolNodeConfigLinuxNodeConfig ¶
type ContainerNodePoolNodeConfigLinuxNodeConfig struct {
// The Linux kernel parameters to be applied to the nodes and all pods running on the nodes.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#sysctls ContainerNodePool#sysctls}
Sysctls *map[string]*string `field:"required" json:"sysctls" yaml:"sysctls"`
}
type ContainerNodePoolNodeConfigLinuxNodeConfigOutputReference ¶
type ContainerNodePoolNodeConfigLinuxNodeConfigOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolNodeConfigLinuxNodeConfig
SetInternalValue(val *ContainerNodePoolNodeConfigLinuxNodeConfig)
Sysctls() *map[string]*string
SetSysctls(val *map[string]*string)
SysctlsInput() *map[string]*string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigLinuxNodeConfigOutputReference ¶
func NewContainerNodePoolNodeConfigLinuxNodeConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolNodeConfigLinuxNodeConfigOutputReference
type ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig ¶
type ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig struct {
// Number of raw-block local NVMe SSD disks to be attached to the node.
//
// Each local SSD is 375 GB in size.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#local_ssd_count ContainerNodePool#local_ssd_count}
LocalSsdCount *float64 `field:"required" json:"localSsdCount" yaml:"localSsdCount"`
}
type ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigOutputReference ¶
type ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig
SetInternalValue(val *ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig)
LocalSsdCount() *float64
SetLocalSsdCount(val *float64)
LocalSsdCountInput() *float64
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigOutputReference ¶
func NewContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigOutputReference
type ContainerNodePoolNodeConfigOutputReference ¶
type ContainerNodePoolNodeConfigOutputReference interface {
cdktf.ComplexObject
AdvancedMachineFeatures() ContainerNodePoolNodeConfigAdvancedMachineFeaturesOutputReference
AdvancedMachineFeaturesInput() *ContainerNodePoolNodeConfigAdvancedMachineFeatures
BootDiskKmsKey() *string
SetBootDiskKmsKey(val *string)
BootDiskKmsKeyInput() *string
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
DiskSizeGb() *float64
SetDiskSizeGb(val *float64)
DiskSizeGbInput() *float64
DiskType() *string
SetDiskType(val *string)
DiskTypeInput() *string
EphemeralStorageLocalSsdConfig() ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfigOutputReference
EphemeralStorageLocalSsdConfigInput() *ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfig
// Experimental.
Fqn() *string
GcfsConfig() ContainerNodePoolNodeConfigGcfsConfigOutputReference
GcfsConfigInput() *ContainerNodePoolNodeConfigGcfsConfig
GuestAccelerator() ContainerNodePoolNodeConfigGuestAcceleratorList
GuestAcceleratorInput() interface{}
Gvnic() ContainerNodePoolNodeConfigGvnicOutputReference
GvnicInput() *ContainerNodePoolNodeConfigGvnic
ImageType() *string
SetImageType(val *string)
ImageTypeInput() *string
InternalValue() *ContainerNodePoolNodeConfig
SetInternalValue(val *ContainerNodePoolNodeConfig)
KubeletConfig() ContainerNodePoolNodeConfigKubeletConfigOutputReference
KubeletConfigInput() *ContainerNodePoolNodeConfigKubeletConfig
Labels() *map[string]*string
SetLabels(val *map[string]*string)
LabelsInput() *map[string]*string
LinuxNodeConfig() ContainerNodePoolNodeConfigLinuxNodeConfigOutputReference
LinuxNodeConfigInput() *ContainerNodePoolNodeConfigLinuxNodeConfig
LocalNvmeSsdBlockConfig() ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigOutputReference
LocalNvmeSsdBlockConfigInput() *ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig
LocalSsdCount() *float64
SetLocalSsdCount(val *float64)
LocalSsdCountInput() *float64
LoggingVariant() *string
SetLoggingVariant(val *string)
LoggingVariantInput() *string
MachineType() *string
SetMachineType(val *string)
MachineTypeInput() *string
Metadata() *map[string]*string
SetMetadata(val *map[string]*string)
MetadataInput() *map[string]*string
MinCpuPlatform() *string
SetMinCpuPlatform(val *string)
MinCpuPlatformInput() *string
NodeGroup() *string
SetNodeGroup(val *string)
NodeGroupInput() *string
OauthScopes() *[]*string
SetOauthScopes(val *[]*string)
OauthScopesInput() *[]*string
Preemptible() interface{}
SetPreemptible(val interface{})
PreemptibleInput() interface{}
ReservationAffinity() ContainerNodePoolNodeConfigReservationAffinityOutputReference
ReservationAffinityInput() *ContainerNodePoolNodeConfigReservationAffinity
ResourceLabels() *map[string]*string
SetResourceLabels(val *map[string]*string)
ResourceLabelsInput() *map[string]*string
ServiceAccount() *string
SetServiceAccount(val *string)
ServiceAccountInput() *string
ShieldedInstanceConfig() ContainerNodePoolNodeConfigShieldedInstanceConfigOutputReference
ShieldedInstanceConfigInput() *ContainerNodePoolNodeConfigShieldedInstanceConfig
Spot() interface{}
SetSpot(val interface{})
SpotInput() interface{}
Tags() *[]*string
SetTags(val *[]*string)
TagsInput() *[]*string
Taint() ContainerNodePoolNodeConfigTaintList
TaintInput() interface{}
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
WorkloadMetadataConfig() ContainerNodePoolNodeConfigWorkloadMetadataConfigOutputReference
WorkloadMetadataConfigInput() *ContainerNodePoolNodeConfigWorkloadMetadataConfig
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
PutAdvancedMachineFeatures(value *ContainerNodePoolNodeConfigAdvancedMachineFeatures)
PutEphemeralStorageLocalSsdConfig(value *ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfig)
PutGcfsConfig(value *ContainerNodePoolNodeConfigGcfsConfig)
PutGuestAccelerator(value interface{})
PutGvnic(value *ContainerNodePoolNodeConfigGvnic)
PutKubeletConfig(value *ContainerNodePoolNodeConfigKubeletConfig)
PutLinuxNodeConfig(value *ContainerNodePoolNodeConfigLinuxNodeConfig)
PutLocalNvmeSsdBlockConfig(value *ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig)
PutReservationAffinity(value *ContainerNodePoolNodeConfigReservationAffinity)
PutShieldedInstanceConfig(value *ContainerNodePoolNodeConfigShieldedInstanceConfig)
PutTaint(value interface{})
PutWorkloadMetadataConfig(value *ContainerNodePoolNodeConfigWorkloadMetadataConfig)
ResetAdvancedMachineFeatures()
ResetBootDiskKmsKey()
ResetDiskSizeGb()
ResetDiskType()
ResetEphemeralStorageLocalSsdConfig()
ResetGcfsConfig()
ResetGuestAccelerator()
ResetGvnic()
ResetImageType()
ResetKubeletConfig()
ResetLabels()
ResetLinuxNodeConfig()
ResetLocalNvmeSsdBlockConfig()
ResetLocalSsdCount()
ResetLoggingVariant()
ResetMachineType()
ResetMetadata()
ResetMinCpuPlatform()
ResetNodeGroup()
ResetOauthScopes()
ResetPreemptible()
ResetReservationAffinity()
ResetResourceLabels()
ResetServiceAccount()
ResetShieldedInstanceConfig()
ResetSpot()
ResetTags()
ResetTaint()
ResetWorkloadMetadataConfig()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigOutputReference ¶
func NewContainerNodePoolNodeConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolNodeConfigOutputReference
type ContainerNodePoolNodeConfigReservationAffinity ¶
type ContainerNodePoolNodeConfigReservationAffinity struct {
// Corresponds to the type of reservation consumption.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#consume_reservation_type ContainerNodePool#consume_reservation_type}
ConsumeReservationType *string `field:"required" json:"consumeReservationType" yaml:"consumeReservationType"`
// The label key of a reservation resource.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#key ContainerNodePool#key}
Key *string `field:"optional" json:"key" yaml:"key"`
// The label values of the reservation resource.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#values ContainerNodePool#values}
Values *[]*string `field:"optional" json:"values" yaml:"values"`
}
type ContainerNodePoolNodeConfigReservationAffinityOutputReference ¶
type ContainerNodePoolNodeConfigReservationAffinityOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
ConsumeReservationType() *string
SetConsumeReservationType(val *string)
ConsumeReservationTypeInput() *string
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolNodeConfigReservationAffinity
SetInternalValue(val *ContainerNodePoolNodeConfigReservationAffinity)
Key() *string
SetKey(val *string)
KeyInput() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Values() *[]*string
SetValues(val *[]*string)
ValuesInput() *[]*string
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
ResetKey()
ResetValues()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigReservationAffinityOutputReference ¶
func NewContainerNodePoolNodeConfigReservationAffinityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolNodeConfigReservationAffinityOutputReference
type ContainerNodePoolNodeConfigShieldedInstanceConfig ¶
type ContainerNodePoolNodeConfigShieldedInstanceConfig struct {
// Defines whether the instance has integrity monitoring enabled.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#enable_integrity_monitoring ContainerNodePool#enable_integrity_monitoring}
EnableIntegrityMonitoring interface{} `field:"optional" json:"enableIntegrityMonitoring" yaml:"enableIntegrityMonitoring"`
// Defines whether the instance has Secure Boot enabled.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#enable_secure_boot ContainerNodePool#enable_secure_boot}
EnableSecureBoot interface{} `field:"optional" json:"enableSecureBoot" yaml:"enableSecureBoot"`
}
type ContainerNodePoolNodeConfigShieldedInstanceConfigOutputReference ¶
type ContainerNodePoolNodeConfigShieldedInstanceConfigOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
EnableIntegrityMonitoring() interface{}
SetEnableIntegrityMonitoring(val interface{})
EnableIntegrityMonitoringInput() interface{}
EnableSecureBoot() interface{}
SetEnableSecureBoot(val interface{})
EnableSecureBootInput() interface{}
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolNodeConfigShieldedInstanceConfig
SetInternalValue(val *ContainerNodePoolNodeConfigShieldedInstanceConfig)
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
ResetEnableIntegrityMonitoring()
ResetEnableSecureBoot()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigShieldedInstanceConfigOutputReference ¶
func NewContainerNodePoolNodeConfigShieldedInstanceConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolNodeConfigShieldedInstanceConfigOutputReference
type ContainerNodePoolNodeConfigTaint ¶
type ContainerNodePoolNodeConfigTaint struct {
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#effect ContainerNodePool#effect}.
Effect *string `field:"optional" json:"effect" yaml:"effect"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#key ContainerNodePool#key}.
Key *string `field:"optional" json:"key" yaml:"key"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#value ContainerNodePool#value}.
Value *string `field:"optional" json:"value" yaml:"value"`
}
type ContainerNodePoolNodeConfigTaintList ¶
type ContainerNodePoolNodeConfigTaintList interface {
cdktf.ComplexList
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Experimental.
ComputeFqn() *string
Get(index *float64) ContainerNodePoolNodeConfigTaintOutputReference
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigTaintList ¶
func NewContainerNodePoolNodeConfigTaintList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ContainerNodePoolNodeConfigTaintList
type ContainerNodePoolNodeConfigTaintOutputReference ¶
type ContainerNodePoolNodeConfigTaintOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
Effect() *string
SetEffect(val *string)
EffectInput() *string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
Key() *string
SetKey(val *string)
KeyInput() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Value() *string
SetValue(val *string)
ValueInput() *string
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
ResetEffect()
ResetKey()
ResetValue()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigTaintOutputReference ¶
func NewContainerNodePoolNodeConfigTaintOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ContainerNodePoolNodeConfigTaintOutputReference
type ContainerNodePoolNodeConfigWorkloadMetadataConfig ¶
type ContainerNodePoolNodeConfigWorkloadMetadataConfig struct {
// Mode is the configuration for how to expose metadata to workloads running on the node.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#mode ContainerNodePool#mode}
Mode *string `field:"required" json:"mode" yaml:"mode"`
}
type ContainerNodePoolNodeConfigWorkloadMetadataConfigOutputReference ¶
type ContainerNodePoolNodeConfigWorkloadMetadataConfigOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolNodeConfigWorkloadMetadataConfig
SetInternalValue(val *ContainerNodePoolNodeConfigWorkloadMetadataConfig)
Mode() *string
SetMode(val *string)
ModeInput() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolNodeConfigWorkloadMetadataConfigOutputReference ¶
func NewContainerNodePoolNodeConfigWorkloadMetadataConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolNodeConfigWorkloadMetadataConfigOutputReference
type ContainerNodePoolPlacementPolicy ¶
type ContainerNodePoolPlacementPolicy struct {
// Type defines the type of placement policy.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#type ContainerNodePool#type}
Type *string `field:"required" json:"type" yaml:"type"`
}
type ContainerNodePoolPlacementPolicyOutputReference ¶
type ContainerNodePoolPlacementPolicyOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolPlacementPolicy
SetInternalValue(val *ContainerNodePoolPlacementPolicy)
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Type() *string
SetType(val *string)
TypeInput() *string
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolPlacementPolicyOutputReference ¶
func NewContainerNodePoolPlacementPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolPlacementPolicyOutputReference
type ContainerNodePoolTimeouts ¶
type ContainerNodePoolTimeouts struct {
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#create ContainerNodePool#create}.
Create *string `field:"optional" json:"create" yaml:"create"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#delete ContainerNodePool#delete}.
Delete *string `field:"optional" json:"delete" yaml:"delete"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#update ContainerNodePool#update}.
Update *string `field:"optional" json:"update" yaml:"update"`
}
type ContainerNodePoolTimeoutsOutputReference ¶
type ContainerNodePoolTimeoutsOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
Create() *string
SetCreate(val *string)
CreateInput() *string
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
Delete() *string
SetDelete(val *string)
DeleteInput() *string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Update() *string
SetUpdate(val *string)
UpdateInput() *string
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
ResetCreate()
ResetDelete()
ResetUpdate()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolTimeoutsOutputReference ¶
func NewContainerNodePoolTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolTimeoutsOutputReference
type ContainerNodePoolUpgradeSettings ¶
type ContainerNodePoolUpgradeSettings struct {
// blue_green_settings block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#blue_green_settings ContainerNodePool#blue_green_settings}
BlueGreenSettings *ContainerNodePoolUpgradeSettingsBlueGreenSettings `field:"optional" json:"blueGreenSettings" yaml:"blueGreenSettings"`
// The number of additional nodes that can be added to the node pool during an upgrade.
//
// Increasing max_surge raises the number of nodes that can be upgraded simultaneously. Can be set to 0 or greater.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#max_surge ContainerNodePool#max_surge}
MaxSurge *float64 `field:"optional" json:"maxSurge" yaml:"maxSurge"`
//
// Increasing max_unavailable raises the number of nodes that can be upgraded in parallel. Can be set to 0 or greater.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#max_unavailable ContainerNodePool#max_unavailable}
MaxUnavailable *float64 `field:"optional" json:"maxUnavailable" yaml:"maxUnavailable"`
// Update strategy for the given nodepool.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#strategy ContainerNodePool#strategy}
Strategy *string `field:"optional" json:"strategy" yaml:"strategy"`
}
type ContainerNodePoolUpgradeSettingsBlueGreenSettings ¶
type ContainerNodePoolUpgradeSettingsBlueGreenSettings struct {
// standard_rollout_policy block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#standard_rollout_policy ContainerNodePool#standard_rollout_policy}
StandardRolloutPolicy *ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy `field:"required" json:"standardRolloutPolicy" yaml:"standardRolloutPolicy"`
// Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#node_pool_soak_duration ContainerNodePool#node_pool_soak_duration}
NodePoolSoakDuration *string `field:"optional" json:"nodePoolSoakDuration" yaml:"nodePoolSoakDuration"`
}
type ContainerNodePoolUpgradeSettingsBlueGreenSettingsOutputReference ¶
type ContainerNodePoolUpgradeSettingsBlueGreenSettingsOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolUpgradeSettingsBlueGreenSettings
SetInternalValue(val *ContainerNodePoolUpgradeSettingsBlueGreenSettings)
NodePoolSoakDuration() *string
SetNodePoolSoakDuration(val *string)
NodePoolSoakDurationInput() *string
StandardRolloutPolicy() ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyOutputReference
StandardRolloutPolicyInput() *ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
PutStandardRolloutPolicy(value *ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy)
ResetNodePoolSoakDuration()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolUpgradeSettingsBlueGreenSettingsOutputReference ¶
func NewContainerNodePoolUpgradeSettingsBlueGreenSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolUpgradeSettingsBlueGreenSettingsOutputReference
type ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy ¶
type ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy struct {
// Number of blue nodes to drain in a batch.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#batch_node_count ContainerNodePool#batch_node_count}
BatchNodeCount *float64 `field:"optional" json:"batchNodeCount" yaml:"batchNodeCount"`
// Percentage of the blue pool nodes to drain in a batch.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#batch_percentage ContainerNodePool#batch_percentage}
BatchPercentage *float64 `field:"optional" json:"batchPercentage" yaml:"batchPercentage"`
// Soak time after each batch gets drained.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.62.0/docs/resources/container_node_pool#batch_soak_duration ContainerNodePool#batch_soak_duration}
BatchSoakDuration *string `field:"optional" json:"batchSoakDuration" yaml:"batchSoakDuration"`
}
type ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyOutputReference ¶
type ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyOutputReference interface {
cdktf.ComplexObject
BatchNodeCount() *float64
SetBatchNodeCount(val *float64)
BatchNodeCountInput() *float64
BatchPercentage() *float64
SetBatchPercentage(val *float64)
BatchPercentageInput() *float64
BatchSoakDuration() *string
SetBatchSoakDuration(val *string)
BatchSoakDurationInput() *string
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy
SetInternalValue(val *ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy)
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
ResetBatchNodeCount()
ResetBatchPercentage()
ResetBatchSoakDuration()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyOutputReference ¶
func NewContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyOutputReference
type ContainerNodePoolUpgradeSettingsOutputReference ¶
type ContainerNodePoolUpgradeSettingsOutputReference interface {
cdktf.ComplexObject
BlueGreenSettings() ContainerNodePoolUpgradeSettingsBlueGreenSettingsOutputReference
BlueGreenSettingsInput() *ContainerNodePoolUpgradeSettingsBlueGreenSettings
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *ContainerNodePoolUpgradeSettings
SetInternalValue(val *ContainerNodePoolUpgradeSettings)
MaxSurge() *float64
SetMaxSurge(val *float64)
MaxSurgeInput() *float64
Strategy() *string
SetStrategy(val *string)
StrategyInput() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
PutBlueGreenSettings(value *ContainerNodePoolUpgradeSettingsBlueGreenSettings)
ResetBlueGreenSettings()
ResetMaxSurge()
ResetStrategy()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewContainerNodePoolUpgradeSettingsOutputReference ¶
func NewContainerNodePoolUpgradeSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerNodePoolUpgradeSettingsOutputReference
Source Files
¶
- ContainerNodePool.go
- ContainerNodePoolAutoscaling.go
- ContainerNodePoolAutoscalingOutputReference.go
- ContainerNodePoolAutoscalingOutputReference__checks.go
- ContainerNodePoolConfig.go
- ContainerNodePoolManagement.go
- ContainerNodePoolManagementOutputReference.go
- ContainerNodePoolManagementOutputReference__checks.go
- ContainerNodePoolNetworkConfig.go
- ContainerNodePoolNetworkConfigOutputReference.go
- ContainerNodePoolNetworkConfigOutputReference__checks.go
- ContainerNodePoolNetworkConfigPodCidrOverprovisionConfig.go
- ContainerNodePoolNetworkConfigPodCidrOverprovisionConfigOutputReference.go
- ContainerNodePoolNetworkConfigPodCidrOverprovisionConfigOutputReference__checks.go
- ContainerNodePoolNodeConfig.go
- ContainerNodePoolNodeConfigAdvancedMachineFeatures.go
- ContainerNodePoolNodeConfigAdvancedMachineFeaturesOutputReference.go
- ContainerNodePoolNodeConfigAdvancedMachineFeaturesOutputReference__checks.go
- ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfig.go
- ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfigOutputReference.go
- ContainerNodePoolNodeConfigEphemeralStorageLocalSsdConfigOutputReference__checks.go
- ContainerNodePoolNodeConfigGcfsConfig.go
- ContainerNodePoolNodeConfigGcfsConfigOutputReference.go
- ContainerNodePoolNodeConfigGcfsConfigOutputReference__checks.go
- ContainerNodePoolNodeConfigGuestAccelerator.go
- ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfig.go
- ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigList.go
- ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigList__checks.go
- ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigOutputReference.go
- ContainerNodePoolNodeConfigGuestAcceleratorGpuSharingConfigOutputReference__checks.go
- ContainerNodePoolNodeConfigGuestAcceleratorList.go
- ContainerNodePoolNodeConfigGuestAcceleratorList__checks.go
- ContainerNodePoolNodeConfigGuestAcceleratorOutputReference.go
- ContainerNodePoolNodeConfigGuestAcceleratorOutputReference__checks.go
- ContainerNodePoolNodeConfigGvnic.go
- ContainerNodePoolNodeConfigGvnicOutputReference.go
- ContainerNodePoolNodeConfigGvnicOutputReference__checks.go
- ContainerNodePoolNodeConfigKubeletConfig.go
- ContainerNodePoolNodeConfigKubeletConfigOutputReference.go
- ContainerNodePoolNodeConfigKubeletConfigOutputReference__checks.go
- ContainerNodePoolNodeConfigLinuxNodeConfig.go
- ContainerNodePoolNodeConfigLinuxNodeConfigOutputReference.go
- ContainerNodePoolNodeConfigLinuxNodeConfigOutputReference__checks.go
- ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig.go
- ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigOutputReference.go
- ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigOutputReference__checks.go
- ContainerNodePoolNodeConfigOutputReference.go
- ContainerNodePoolNodeConfigOutputReference__checks.go
- ContainerNodePoolNodeConfigReservationAffinity.go
- ContainerNodePoolNodeConfigReservationAffinityOutputReference.go
- ContainerNodePoolNodeConfigReservationAffinityOutputReference__checks.go
- ContainerNodePoolNodeConfigShieldedInstanceConfig.go
- ContainerNodePoolNodeConfigShieldedInstanceConfigOutputReference.go
- ContainerNodePoolNodeConfigShieldedInstanceConfigOutputReference__checks.go
- ContainerNodePoolNodeConfigTaint.go
- ContainerNodePoolNodeConfigTaintList.go
- ContainerNodePoolNodeConfigTaintList__checks.go
- ContainerNodePoolNodeConfigTaintOutputReference.go
- ContainerNodePoolNodeConfigTaintOutputReference__checks.go
- ContainerNodePoolNodeConfigWorkloadMetadataConfig.go
- ContainerNodePoolNodeConfigWorkloadMetadataConfigOutputReference.go
- ContainerNodePoolNodeConfigWorkloadMetadataConfigOutputReference__checks.go
- ContainerNodePoolPlacementPolicy.go
- ContainerNodePoolPlacementPolicyOutputReference.go
- ContainerNodePoolPlacementPolicyOutputReference__checks.go
- ContainerNodePoolTimeouts.go
- ContainerNodePoolTimeoutsOutputReference.go
- ContainerNodePoolTimeoutsOutputReference__checks.go
- ContainerNodePoolUpgradeSettings.go
- ContainerNodePoolUpgradeSettingsBlueGreenSettings.go
- ContainerNodePoolUpgradeSettingsBlueGreenSettingsOutputReference.go
- ContainerNodePoolUpgradeSettingsBlueGreenSettingsOutputReference__checks.go
- ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy.go
- ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyOutputReference.go
- ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyOutputReference__checks.go
- ContainerNodePoolUpgradeSettingsOutputReference.go
- ContainerNodePoolUpgradeSettingsOutputReference__checks.go
- ContainerNodePool__checks.go
- main.go