Documentation ¶
Index ¶
- func KubernetesClusterNodePool_IsConstruct(x interface{}) *bool
- func KubernetesClusterNodePool_IsTerraformElement(x interface{}) *bool
- func KubernetesClusterNodePool_IsTerraformResource(x interface{}) *bool
- func KubernetesClusterNodePool_TfResourceType() *string
- func NewKubernetesClusterNodePoolKubeletConfigOutputReference_Override(k KubernetesClusterNodePoolKubeletConfigOutputReference, ...)
- func NewKubernetesClusterNodePoolLinuxOsConfigOutputReference_Override(k KubernetesClusterNodePoolLinuxOsConfigOutputReference, ...)
- func NewKubernetesClusterNodePoolLinuxOsConfigSysctlConfigOutputReference_Override(k KubernetesClusterNodePoolLinuxOsConfigSysctlConfigOutputReference, ...)
- func NewKubernetesClusterNodePoolTimeoutsOutputReference_Override(k KubernetesClusterNodePoolTimeoutsOutputReference, ...)
- func NewKubernetesClusterNodePoolUpgradeSettingsOutputReference_Override(k KubernetesClusterNodePoolUpgradeSettingsOutputReference, ...)
- func NewKubernetesClusterNodePoolWindowsProfileOutputReference_Override(k KubernetesClusterNodePoolWindowsProfileOutputReference, ...)
- func NewKubernetesClusterNodePool_Override(k KubernetesClusterNodePool, scope constructs.Construct, id *string, ...)
- type KubernetesClusterNodePool
- type KubernetesClusterNodePoolConfig
- type KubernetesClusterNodePoolKubeletConfig
- type KubernetesClusterNodePoolKubeletConfigOutputReference
- type KubernetesClusterNodePoolLinuxOsConfig
- type KubernetesClusterNodePoolLinuxOsConfigOutputReference
- type KubernetesClusterNodePoolLinuxOsConfigSysctlConfig
- type KubernetesClusterNodePoolLinuxOsConfigSysctlConfigOutputReference
- type KubernetesClusterNodePoolTimeouts
- type KubernetesClusterNodePoolTimeoutsOutputReference
- type KubernetesClusterNodePoolUpgradeSettings
- type KubernetesClusterNodePoolUpgradeSettingsOutputReference
- type KubernetesClusterNodePoolWindowsProfile
- type KubernetesClusterNodePoolWindowsProfileOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KubernetesClusterNodePool_IsConstruct ¶
func KubernetesClusterNodePool_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 KubernetesClusterNodePool_IsTerraformElement ¶
func KubernetesClusterNodePool_IsTerraformElement(x interface{}) *bool
Experimental.
func KubernetesClusterNodePool_IsTerraformResource ¶
func KubernetesClusterNodePool_IsTerraformResource(x interface{}) *bool
Experimental.
func KubernetesClusterNodePool_TfResourceType ¶
func KubernetesClusterNodePool_TfResourceType() *string
func NewKubernetesClusterNodePoolKubeletConfigOutputReference_Override ¶
func NewKubernetesClusterNodePoolKubeletConfigOutputReference_Override(k KubernetesClusterNodePoolKubeletConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewKubernetesClusterNodePoolLinuxOsConfigOutputReference_Override ¶
func NewKubernetesClusterNodePoolLinuxOsConfigOutputReference_Override(k KubernetesClusterNodePoolLinuxOsConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewKubernetesClusterNodePoolLinuxOsConfigSysctlConfigOutputReference_Override ¶
func NewKubernetesClusterNodePoolLinuxOsConfigSysctlConfigOutputReference_Override(k KubernetesClusterNodePoolLinuxOsConfigSysctlConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewKubernetesClusterNodePoolTimeoutsOutputReference_Override ¶
func NewKubernetesClusterNodePoolTimeoutsOutputReference_Override(k KubernetesClusterNodePoolTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewKubernetesClusterNodePoolUpgradeSettingsOutputReference_Override ¶
func NewKubernetesClusterNodePoolUpgradeSettingsOutputReference_Override(k KubernetesClusterNodePoolUpgradeSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewKubernetesClusterNodePoolWindowsProfileOutputReference_Override ¶
func NewKubernetesClusterNodePoolWindowsProfileOutputReference_Override(k KubernetesClusterNodePoolWindowsProfileOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewKubernetesClusterNodePool_Override ¶
func NewKubernetesClusterNodePool_Override(k KubernetesClusterNodePool, scope constructs.Construct, id *string, config *KubernetesClusterNodePoolConfig)
Create a new {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool azurerm_kubernetes_cluster_node_pool} Resource.
Types ¶
type KubernetesClusterNodePool ¶
type KubernetesClusterNodePool interface { cdktf.TerraformResource CapacityReservationGroupId() *string SetCapacityReservationGroupId(val *string) CapacityReservationGroupIdInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) CustomCaTrustEnabled() interface{} SetCustomCaTrustEnabled(val interface{}) CustomCaTrustEnabledInput() interface{} // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) EnableAutoScaling() interface{} SetEnableAutoScaling(val interface{}) EnableAutoScalingInput() interface{} EnableHostEncryption() interface{} SetEnableHostEncryption(val interface{}) EnableHostEncryptionInput() interface{} EnableNodePublicIp() interface{} SetEnableNodePublicIp(val interface{}) EnableNodePublicIpInput() interface{} EvictionPolicy() *string SetEvictionPolicy(val *string) EvictionPolicyInput() *string FipsEnabled() interface{} SetFipsEnabled(val interface{}) FipsEnabledInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string HostGroupId() *string SetHostGroupId(val *string) HostGroupIdInput() *string Id() *string SetId(val *string) IdInput() *string KubeletConfig() KubernetesClusterNodePoolKubeletConfigOutputReference KubeletConfigInput() *KubernetesClusterNodePoolKubeletConfig KubeletDiskType() *string SetKubeletDiskType(val *string) KubeletDiskTypeInput() *string KubernetesClusterId() *string SetKubernetesClusterId(val *string) KubernetesClusterIdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LinuxOsConfig() KubernetesClusterNodePoolLinuxOsConfigOutputReference LinuxOsConfigInput() *KubernetesClusterNodePoolLinuxOsConfig MaxCount() *float64 SetMaxCount(val *float64) MaxCountInput() *float64 MaxPods() *float64 SetMaxPods(val *float64) MaxPodsInput() *float64 MessageOfTheDay() *string SetMessageOfTheDay(val *string) MessageOfTheDayInput() *string MinCount() *float64 SetMinCount(val *float64) MinCountInput() *float64 Mode() *string SetMode(val *string) ModeInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node NodeCount() *float64 SetNodeCount(val *float64) NodeCountInput() *float64 NodeLabels() *map[string]*string SetNodeLabels(val *map[string]*string) NodeLabelsInput() *map[string]*string NodePublicIpPrefixId() *string SetNodePublicIpPrefixId(val *string) NodePublicIpPrefixIdInput() *string NodeTaints() *[]*string SetNodeTaints(val *[]*string) NodeTaintsInput() *[]*string OrchestratorVersion() *string SetOrchestratorVersion(val *string) OrchestratorVersionInput() *string OsDiskSizeGb() *float64 SetOsDiskSizeGb(val *float64) OsDiskSizeGbInput() *float64 OsDiskType() *string SetOsDiskType(val *string) OsDiskTypeInput() *string OsSku() *string SetOsSku(val *string) OsSkuInput() *string OsType() *string SetOsType(val *string) OsTypeInput() *string PodSubnetId() *string SetPodSubnetId(val *string) PodSubnetIdInput() *string Priority() *string SetPriority(val *string) PriorityInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) ProximityPlacementGroupId() *string SetProximityPlacementGroupId(val *string) ProximityPlacementGroupIdInput() *string // Experimental. RawOverrides() interface{} ScaleDownMode() *string SetScaleDownMode(val *string) ScaleDownModeInput() *string SpotMaxPrice() *float64 SetSpotMaxPrice(val *float64) SpotMaxPriceInput() *float64 Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() KubernetesClusterNodePoolTimeoutsOutputReference TimeoutsInput() interface{} UltraSsdEnabled() interface{} SetUltraSsdEnabled(val interface{}) UltraSsdEnabledInput() interface{} UpgradeSettings() KubernetesClusterNodePoolUpgradeSettingsOutputReference UpgradeSettingsInput() *KubernetesClusterNodePoolUpgradeSettings VmSize() *string SetVmSize(val *string) VmSizeInput() *string VnetSubnetId() *string SetVnetSubnetId(val *string) VnetSubnetIdInput() *string WindowsProfile() KubernetesClusterNodePoolWindowsProfileOutputReference WindowsProfileInput() *KubernetesClusterNodePoolWindowsProfile WorkloadRuntime() *string SetWorkloadRuntime(val *string) WorkloadRuntimeInput() *string Zones() *[]*string SetZones(val *[]*string) ZonesInput() *[]*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) PutKubeletConfig(value *KubernetesClusterNodePoolKubeletConfig) PutLinuxOsConfig(value *KubernetesClusterNodePoolLinuxOsConfig) PutTimeouts(value *KubernetesClusterNodePoolTimeouts) PutUpgradeSettings(value *KubernetesClusterNodePoolUpgradeSettings) PutWindowsProfile(value *KubernetesClusterNodePoolWindowsProfile) ResetCapacityReservationGroupId() ResetCustomCaTrustEnabled() ResetEnableAutoScaling() ResetEnableHostEncryption() ResetEnableNodePublicIp() ResetEvictionPolicy() ResetFipsEnabled() ResetHostGroupId() ResetId() ResetKubeletConfig() ResetKubeletDiskType() ResetLinuxOsConfig() ResetMaxCount() ResetMaxPods() ResetMessageOfTheDay() ResetMinCount() ResetMode() ResetNodeCount() ResetNodeLabels() ResetNodePublicIpPrefixId() ResetNodeTaints() ResetOrchestratorVersion() ResetOsDiskSizeGb() ResetOsDiskType() ResetOsSku() ResetOsType() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPodSubnetId() ResetPriority() ResetProximityPlacementGroupId() ResetScaleDownMode() ResetSpotMaxPrice() ResetTags() ResetTimeouts() ResetUltraSsdEnabled() ResetUpgradeSettings() ResetVnetSubnetId() ResetWindowsProfile() ResetWorkloadRuntime() ResetZones() 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://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool azurerm_kubernetes_cluster_node_pool}.
func NewKubernetesClusterNodePool ¶
func NewKubernetesClusterNodePool(scope constructs.Construct, id *string, config *KubernetesClusterNodePoolConfig) KubernetesClusterNodePool
Create a new {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool azurerm_kubernetes_cluster_node_pool} Resource.
type KubernetesClusterNodePoolConfig ¶
type KubernetesClusterNodePoolConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `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"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#kubernetes_cluster_id KubernetesClusterNodePool#kubernetes_cluster_id}. KubernetesClusterId *string `field:"required" json:"kubernetesClusterId" yaml:"kubernetesClusterId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#name KubernetesClusterNodePool#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#vm_size KubernetesClusterNodePool#vm_size}. VmSize *string `field:"required" json:"vmSize" yaml:"vmSize"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#capacity_reservation_group_id KubernetesClusterNodePool#capacity_reservation_group_id}. CapacityReservationGroupId *string `field:"optional" json:"capacityReservationGroupId" yaml:"capacityReservationGroupId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#custom_ca_trust_enabled KubernetesClusterNodePool#custom_ca_trust_enabled}. CustomCaTrustEnabled interface{} `field:"optional" json:"customCaTrustEnabled" yaml:"customCaTrustEnabled"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#enable_auto_scaling KubernetesClusterNodePool#enable_auto_scaling}. EnableAutoScaling interface{} `field:"optional" json:"enableAutoScaling" yaml:"enableAutoScaling"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#enable_host_encryption KubernetesClusterNodePool#enable_host_encryption}. EnableHostEncryption interface{} `field:"optional" json:"enableHostEncryption" yaml:"enableHostEncryption"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#enable_node_public_ip KubernetesClusterNodePool#enable_node_public_ip}. EnableNodePublicIp interface{} `field:"optional" json:"enableNodePublicIp" yaml:"enableNodePublicIp"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#eviction_policy KubernetesClusterNodePool#eviction_policy}. EvictionPolicy *string `field:"optional" json:"evictionPolicy" yaml:"evictionPolicy"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#fips_enabled KubernetesClusterNodePool#fips_enabled}. FipsEnabled interface{} `field:"optional" json:"fipsEnabled" yaml:"fipsEnabled"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#host_group_id KubernetesClusterNodePool#host_group_id}. HostGroupId *string `field:"optional" json:"hostGroupId" yaml:"hostGroupId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#id KubernetesClusterNodePool#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"` // kubelet_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#kubelet_config KubernetesClusterNodePool#kubelet_config} KubeletConfig *KubernetesClusterNodePoolKubeletConfig `field:"optional" json:"kubeletConfig" yaml:"kubeletConfig"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#kubelet_disk_type KubernetesClusterNodePool#kubelet_disk_type}. KubeletDiskType *string `field:"optional" json:"kubeletDiskType" yaml:"kubeletDiskType"` // linux_os_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#linux_os_config KubernetesClusterNodePool#linux_os_config} LinuxOsConfig *KubernetesClusterNodePoolLinuxOsConfig `field:"optional" json:"linuxOsConfig" yaml:"linuxOsConfig"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#max_count KubernetesClusterNodePool#max_count}. MaxCount *float64 `field:"optional" json:"maxCount" yaml:"maxCount"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#max_pods KubernetesClusterNodePool#max_pods}. MaxPods *float64 `field:"optional" json:"maxPods" yaml:"maxPods"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#message_of_the_day KubernetesClusterNodePool#message_of_the_day}. MessageOfTheDay *string `field:"optional" json:"messageOfTheDay" yaml:"messageOfTheDay"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#min_count KubernetesClusterNodePool#min_count}. MinCount *float64 `field:"optional" json:"minCount" yaml:"minCount"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#mode KubernetesClusterNodePool#mode}. Mode *string `field:"optional" json:"mode" yaml:"mode"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#node_count KubernetesClusterNodePool#node_count}. NodeCount *float64 `field:"optional" json:"nodeCount" yaml:"nodeCount"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#node_labels KubernetesClusterNodePool#node_labels}. NodeLabels *map[string]*string `field:"optional" json:"nodeLabels" yaml:"nodeLabels"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#node_public_ip_prefix_id KubernetesClusterNodePool#node_public_ip_prefix_id}. NodePublicIpPrefixId *string `field:"optional" json:"nodePublicIpPrefixId" yaml:"nodePublicIpPrefixId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#node_taints KubernetesClusterNodePool#node_taints}. NodeTaints *[]*string `field:"optional" json:"nodeTaints" yaml:"nodeTaints"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#orchestrator_version KubernetesClusterNodePool#orchestrator_version}. OrchestratorVersion *string `field:"optional" json:"orchestratorVersion" yaml:"orchestratorVersion"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#os_disk_size_gb KubernetesClusterNodePool#os_disk_size_gb}. OsDiskSizeGb *float64 `field:"optional" json:"osDiskSizeGb" yaml:"osDiskSizeGb"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#os_disk_type KubernetesClusterNodePool#os_disk_type}. OsDiskType *string `field:"optional" json:"osDiskType" yaml:"osDiskType"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#os_sku KubernetesClusterNodePool#os_sku}. OsSku *string `field:"optional" json:"osSku" yaml:"osSku"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#os_type KubernetesClusterNodePool#os_type}. OsType *string `field:"optional" json:"osType" yaml:"osType"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#pod_subnet_id KubernetesClusterNodePool#pod_subnet_id}. PodSubnetId *string `field:"optional" json:"podSubnetId" yaml:"podSubnetId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#priority KubernetesClusterNodePool#priority}. Priority *string `field:"optional" json:"priority" yaml:"priority"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#proximity_placement_group_id KubernetesClusterNodePool#proximity_placement_group_id}. ProximityPlacementGroupId *string `field:"optional" json:"proximityPlacementGroupId" yaml:"proximityPlacementGroupId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#scale_down_mode KubernetesClusterNodePool#scale_down_mode}. ScaleDownMode *string `field:"optional" json:"scaleDownMode" yaml:"scaleDownMode"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#spot_max_price KubernetesClusterNodePool#spot_max_price}. SpotMaxPrice *float64 `field:"optional" json:"spotMaxPrice" yaml:"spotMaxPrice"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#tags KubernetesClusterNodePool#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#timeouts KubernetesClusterNodePool#timeouts} Timeouts *KubernetesClusterNodePoolTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#ultra_ssd_enabled KubernetesClusterNodePool#ultra_ssd_enabled}. UltraSsdEnabled interface{} `field:"optional" json:"ultraSsdEnabled" yaml:"ultraSsdEnabled"` // upgrade_settings block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#upgrade_settings KubernetesClusterNodePool#upgrade_settings} UpgradeSettings *KubernetesClusterNodePoolUpgradeSettings `field:"optional" json:"upgradeSettings" yaml:"upgradeSettings"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#vnet_subnet_id KubernetesClusterNodePool#vnet_subnet_id}. VnetSubnetId *string `field:"optional" json:"vnetSubnetId" yaml:"vnetSubnetId"` // windows_profile block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#windows_profile KubernetesClusterNodePool#windows_profile} WindowsProfile *KubernetesClusterNodePoolWindowsProfile `field:"optional" json:"windowsProfile" yaml:"windowsProfile"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#workload_runtime KubernetesClusterNodePool#workload_runtime}. WorkloadRuntime *string `field:"optional" json:"workloadRuntime" yaml:"workloadRuntime"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#zones KubernetesClusterNodePool#zones}. Zones *[]*string `field:"optional" json:"zones" yaml:"zones"` }
type KubernetesClusterNodePoolKubeletConfig ¶
type KubernetesClusterNodePoolKubeletConfig struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#allowed_unsafe_sysctls KubernetesClusterNodePool#allowed_unsafe_sysctls}. AllowedUnsafeSysctls *[]*string `field:"optional" json:"allowedUnsafeSysctls" yaml:"allowedUnsafeSysctls"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#container_log_max_line KubernetesClusterNodePool#container_log_max_line}. ContainerLogMaxLine *float64 `field:"optional" json:"containerLogMaxLine" yaml:"containerLogMaxLine"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#container_log_max_size_mb KubernetesClusterNodePool#container_log_max_size_mb}. ContainerLogMaxSizeMb *float64 `field:"optional" json:"containerLogMaxSizeMb" yaml:"containerLogMaxSizeMb"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#cpu_cfs_quota_enabled KubernetesClusterNodePool#cpu_cfs_quota_enabled}. CpuCfsQuotaEnabled interface{} `field:"optional" json:"cpuCfsQuotaEnabled" yaml:"cpuCfsQuotaEnabled"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#cpu_cfs_quota_period KubernetesClusterNodePool#cpu_cfs_quota_period}. CpuCfsQuotaPeriod *string `field:"optional" json:"cpuCfsQuotaPeriod" yaml:"cpuCfsQuotaPeriod"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#cpu_manager_policy KubernetesClusterNodePool#cpu_manager_policy}. CpuManagerPolicy *string `field:"optional" json:"cpuManagerPolicy" yaml:"cpuManagerPolicy"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#image_gc_high_threshold KubernetesClusterNodePool#image_gc_high_threshold}. ImageGcHighThreshold *float64 `field:"optional" json:"imageGcHighThreshold" yaml:"imageGcHighThreshold"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#image_gc_low_threshold KubernetesClusterNodePool#image_gc_low_threshold}. ImageGcLowThreshold *float64 `field:"optional" json:"imageGcLowThreshold" yaml:"imageGcLowThreshold"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#pod_max_pid KubernetesClusterNodePool#pod_max_pid}. PodMaxPid *float64 `field:"optional" json:"podMaxPid" yaml:"podMaxPid"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#topology_manager_policy KubernetesClusterNodePool#topology_manager_policy}. TopologyManagerPolicy *string `field:"optional" json:"topologyManagerPolicy" yaml:"topologyManagerPolicy"` }
type KubernetesClusterNodePoolKubeletConfigOutputReference ¶
type KubernetesClusterNodePoolKubeletConfigOutputReference interface { cdktf.ComplexObject AllowedUnsafeSysctls() *[]*string SetAllowedUnsafeSysctls(val *[]*string) AllowedUnsafeSysctlsInput() *[]*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) ContainerLogMaxLine() *float64 SetContainerLogMaxLine(val *float64) ContainerLogMaxLineInput() *float64 ContainerLogMaxSizeMb() *float64 SetContainerLogMaxSizeMb(val *float64) ContainerLogMaxSizeMbInput() *float64 CpuCfsQuotaEnabled() interface{} SetCpuCfsQuotaEnabled(val interface{}) CpuCfsQuotaEnabledInput() 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 ImageGcHighThreshold() *float64 SetImageGcHighThreshold(val *float64) ImageGcHighThresholdInput() *float64 ImageGcLowThreshold() *float64 SetImageGcLowThreshold(val *float64) ImageGcLowThresholdInput() *float64 InternalValue() *KubernetesClusterNodePoolKubeletConfig SetInternalValue(val *KubernetesClusterNodePoolKubeletConfig) PodMaxPid() *float64 SetPodMaxPid(val *float64) PodMaxPidInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TopologyManagerPolicy() *string SetTopologyManagerPolicy(val *string) TopologyManagerPolicyInput() *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 ResetAllowedUnsafeSysctls() ResetContainerLogMaxLine() ResetContainerLogMaxSizeMb() ResetCpuCfsQuotaEnabled() ResetCpuCfsQuotaPeriod() ResetCpuManagerPolicy() ResetImageGcHighThreshold() ResetImageGcLowThreshold() ResetPodMaxPid() ResetTopologyManagerPolicy() // 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 NewKubernetesClusterNodePoolKubeletConfigOutputReference ¶
func NewKubernetesClusterNodePoolKubeletConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) KubernetesClusterNodePoolKubeletConfigOutputReference
type KubernetesClusterNodePoolLinuxOsConfig ¶
type KubernetesClusterNodePoolLinuxOsConfig struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#swap_file_size_mb KubernetesClusterNodePool#swap_file_size_mb}. SwapFileSizeMb *float64 `field:"optional" json:"swapFileSizeMb" yaml:"swapFileSizeMb"` // sysctl_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#sysctl_config KubernetesClusterNodePool#sysctl_config} SysctlConfig *KubernetesClusterNodePoolLinuxOsConfigSysctlConfig `field:"optional" json:"sysctlConfig" yaml:"sysctlConfig"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#transparent_huge_page_defrag KubernetesClusterNodePool#transparent_huge_page_defrag}. TransparentHugePageDefrag *string `field:"optional" json:"transparentHugePageDefrag" yaml:"transparentHugePageDefrag"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#transparent_huge_page_enabled KubernetesClusterNodePool#transparent_huge_page_enabled}. TransparentHugePageEnabled *string `field:"optional" json:"transparentHugePageEnabled" yaml:"transparentHugePageEnabled"` }
type KubernetesClusterNodePoolLinuxOsConfigOutputReference ¶
type KubernetesClusterNodePoolLinuxOsConfigOutputReference 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() *KubernetesClusterNodePoolLinuxOsConfig SetInternalValue(val *KubernetesClusterNodePoolLinuxOsConfig) SwapFileSizeMb() *float64 SetSwapFileSizeMb(val *float64) SwapFileSizeMbInput() *float64 SysctlConfig() KubernetesClusterNodePoolLinuxOsConfigSysctlConfigOutputReference SysctlConfigInput() *KubernetesClusterNodePoolLinuxOsConfigSysctlConfig // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TransparentHugePageDefrag() *string SetTransparentHugePageDefrag(val *string) TransparentHugePageDefragInput() *string TransparentHugePageEnabled() *string SetTransparentHugePageEnabled(val *string) TransparentHugePageEnabledInput() *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 PutSysctlConfig(value *KubernetesClusterNodePoolLinuxOsConfigSysctlConfig) ResetSwapFileSizeMb() ResetSysctlConfig() ResetTransparentHugePageDefrag() ResetTransparentHugePageEnabled() // 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 NewKubernetesClusterNodePoolLinuxOsConfigOutputReference ¶
func NewKubernetesClusterNodePoolLinuxOsConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) KubernetesClusterNodePoolLinuxOsConfigOutputReference
type KubernetesClusterNodePoolLinuxOsConfigSysctlConfig ¶
type KubernetesClusterNodePoolLinuxOsConfigSysctlConfig struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#fs_aio_max_nr KubernetesClusterNodePool#fs_aio_max_nr}. FsAioMaxNr *float64 `field:"optional" json:"fsAioMaxNr" yaml:"fsAioMaxNr"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#fs_file_max KubernetesClusterNodePool#fs_file_max}. FsFileMax *float64 `field:"optional" json:"fsFileMax" yaml:"fsFileMax"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#fs_inotify_max_user_watches KubernetesClusterNodePool#fs_inotify_max_user_watches}. FsInotifyMaxUserWatches *float64 `field:"optional" json:"fsInotifyMaxUserWatches" yaml:"fsInotifyMaxUserWatches"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#fs_nr_open KubernetesClusterNodePool#fs_nr_open}. FsNrOpen *float64 `field:"optional" json:"fsNrOpen" yaml:"fsNrOpen"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#kernel_threads_max KubernetesClusterNodePool#kernel_threads_max}. KernelThreadsMax *float64 `field:"optional" json:"kernelThreadsMax" yaml:"kernelThreadsMax"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_core_netdev_max_backlog KubernetesClusterNodePool#net_core_netdev_max_backlog}. NetCoreNetdevMaxBacklog *float64 `field:"optional" json:"netCoreNetdevMaxBacklog" yaml:"netCoreNetdevMaxBacklog"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_core_optmem_max KubernetesClusterNodePool#net_core_optmem_max}. NetCoreOptmemMax *float64 `field:"optional" json:"netCoreOptmemMax" yaml:"netCoreOptmemMax"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_core_rmem_default KubernetesClusterNodePool#net_core_rmem_default}. NetCoreRmemDefault *float64 `field:"optional" json:"netCoreRmemDefault" yaml:"netCoreRmemDefault"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_core_rmem_max KubernetesClusterNodePool#net_core_rmem_max}. NetCoreRmemMax *float64 `field:"optional" json:"netCoreRmemMax" yaml:"netCoreRmemMax"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_core_somaxconn KubernetesClusterNodePool#net_core_somaxconn}. NetCoreSomaxconn *float64 `field:"optional" json:"netCoreSomaxconn" yaml:"netCoreSomaxconn"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_core_wmem_default KubernetesClusterNodePool#net_core_wmem_default}. NetCoreWmemDefault *float64 `field:"optional" json:"netCoreWmemDefault" yaml:"netCoreWmemDefault"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_core_wmem_max KubernetesClusterNodePool#net_core_wmem_max}. NetCoreWmemMax *float64 `field:"optional" json:"netCoreWmemMax" yaml:"netCoreWmemMax"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_ipv4_ip_local_port_range_max KubernetesClusterNodePool#net_ipv4_ip_local_port_range_max}. NetIpv4IpLocalPortRangeMax *float64 `field:"optional" json:"netIpv4IpLocalPortRangeMax" yaml:"netIpv4IpLocalPortRangeMax"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_ipv4_ip_local_port_range_min KubernetesClusterNodePool#net_ipv4_ip_local_port_range_min}. NetIpv4IpLocalPortRangeMin *float64 `field:"optional" json:"netIpv4IpLocalPortRangeMin" yaml:"netIpv4IpLocalPortRangeMin"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_ipv4_neigh_default_gc_thresh1 KubernetesClusterNodePool#net_ipv4_neigh_default_gc_thresh1}. NetIpv4NeighDefaultGcThresh1 *float64 `field:"optional" json:"netIpv4NeighDefaultGcThresh1" yaml:"netIpv4NeighDefaultGcThresh1"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_ipv4_neigh_default_gc_thresh2 KubernetesClusterNodePool#net_ipv4_neigh_default_gc_thresh2}. NetIpv4NeighDefaultGcThresh2 *float64 `field:"optional" json:"netIpv4NeighDefaultGcThresh2" yaml:"netIpv4NeighDefaultGcThresh2"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_ipv4_neigh_default_gc_thresh3 KubernetesClusterNodePool#net_ipv4_neigh_default_gc_thresh3}. NetIpv4NeighDefaultGcThresh3 *float64 `field:"optional" json:"netIpv4NeighDefaultGcThresh3" yaml:"netIpv4NeighDefaultGcThresh3"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_ipv4_tcp_fin_timeout KubernetesClusterNodePool#net_ipv4_tcp_fin_timeout}. NetIpv4TcpFinTimeout *float64 `field:"optional" json:"netIpv4TcpFinTimeout" yaml:"netIpv4TcpFinTimeout"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_ipv4_tcp_keepalive_intvl KubernetesClusterNodePool#net_ipv4_tcp_keepalive_intvl}. NetIpv4TcpKeepaliveIntvl *float64 `field:"optional" json:"netIpv4TcpKeepaliveIntvl" yaml:"netIpv4TcpKeepaliveIntvl"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_ipv4_tcp_keepalive_probes KubernetesClusterNodePool#net_ipv4_tcp_keepalive_probes}. NetIpv4TcpKeepaliveProbes *float64 `field:"optional" json:"netIpv4TcpKeepaliveProbes" yaml:"netIpv4TcpKeepaliveProbes"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_ipv4_tcp_keepalive_time KubernetesClusterNodePool#net_ipv4_tcp_keepalive_time}. NetIpv4TcpKeepaliveTime *float64 `field:"optional" json:"netIpv4TcpKeepaliveTime" yaml:"netIpv4TcpKeepaliveTime"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_ipv4_tcp_max_syn_backlog KubernetesClusterNodePool#net_ipv4_tcp_max_syn_backlog}. NetIpv4TcpMaxSynBacklog *float64 `field:"optional" json:"netIpv4TcpMaxSynBacklog" yaml:"netIpv4TcpMaxSynBacklog"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_ipv4_tcp_max_tw_buckets KubernetesClusterNodePool#net_ipv4_tcp_max_tw_buckets}. NetIpv4TcpMaxTwBuckets *float64 `field:"optional" json:"netIpv4TcpMaxTwBuckets" yaml:"netIpv4TcpMaxTwBuckets"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_ipv4_tcp_tw_reuse KubernetesClusterNodePool#net_ipv4_tcp_tw_reuse}. NetIpv4TcpTwReuse interface{} `field:"optional" json:"netIpv4TcpTwReuse" yaml:"netIpv4TcpTwReuse"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_netfilter_nf_conntrack_buckets KubernetesClusterNodePool#net_netfilter_nf_conntrack_buckets}. NetNetfilterNfConntrackBuckets *float64 `field:"optional" json:"netNetfilterNfConntrackBuckets" yaml:"netNetfilterNfConntrackBuckets"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#net_netfilter_nf_conntrack_max KubernetesClusterNodePool#net_netfilter_nf_conntrack_max}. NetNetfilterNfConntrackMax *float64 `field:"optional" json:"netNetfilterNfConntrackMax" yaml:"netNetfilterNfConntrackMax"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#vm_max_map_count KubernetesClusterNodePool#vm_max_map_count}. VmMaxMapCount *float64 `field:"optional" json:"vmMaxMapCount" yaml:"vmMaxMapCount"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#vm_swappiness KubernetesClusterNodePool#vm_swappiness}. VmSwappiness *float64 `field:"optional" json:"vmSwappiness" yaml:"vmSwappiness"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#vm_vfs_cache_pressure KubernetesClusterNodePool#vm_vfs_cache_pressure}. VmVfsCachePressure *float64 `field:"optional" json:"vmVfsCachePressure" yaml:"vmVfsCachePressure"` }
type KubernetesClusterNodePoolLinuxOsConfigSysctlConfigOutputReference ¶
type KubernetesClusterNodePoolLinuxOsConfigSysctlConfigOutputReference 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 FsAioMaxNr() *float64 SetFsAioMaxNr(val *float64) FsAioMaxNrInput() *float64 FsFileMax() *float64 SetFsFileMax(val *float64) FsFileMaxInput() *float64 FsInotifyMaxUserWatches() *float64 SetFsInotifyMaxUserWatches(val *float64) FsInotifyMaxUserWatchesInput() *float64 FsNrOpen() *float64 SetFsNrOpen(val *float64) FsNrOpenInput() *float64 InternalValue() *KubernetesClusterNodePoolLinuxOsConfigSysctlConfig SetInternalValue(val *KubernetesClusterNodePoolLinuxOsConfigSysctlConfig) KernelThreadsMax() *float64 SetKernelThreadsMax(val *float64) KernelThreadsMaxInput() *float64 NetCoreNetdevMaxBacklog() *float64 SetNetCoreNetdevMaxBacklog(val *float64) NetCoreNetdevMaxBacklogInput() *float64 NetCoreOptmemMax() *float64 SetNetCoreOptmemMax(val *float64) NetCoreOptmemMaxInput() *float64 NetCoreRmemDefault() *float64 SetNetCoreRmemDefault(val *float64) NetCoreRmemDefaultInput() *float64 NetCoreRmemMax() *float64 SetNetCoreRmemMax(val *float64) NetCoreRmemMaxInput() *float64 NetCoreSomaxconn() *float64 SetNetCoreSomaxconn(val *float64) NetCoreSomaxconnInput() *float64 NetCoreWmemDefault() *float64 SetNetCoreWmemDefault(val *float64) NetCoreWmemDefaultInput() *float64 NetCoreWmemMax() *float64 SetNetCoreWmemMax(val *float64) NetCoreWmemMaxInput() *float64 NetIpv4IpLocalPortRangeMax() *float64 SetNetIpv4IpLocalPortRangeMax(val *float64) NetIpv4IpLocalPortRangeMaxInput() *float64 NetIpv4IpLocalPortRangeMin() *float64 SetNetIpv4IpLocalPortRangeMin(val *float64) NetIpv4IpLocalPortRangeMinInput() *float64 NetIpv4NeighDefaultGcThresh1() *float64 SetNetIpv4NeighDefaultGcThresh1(val *float64) NetIpv4NeighDefaultGcThresh1Input() *float64 NetIpv4NeighDefaultGcThresh2() *float64 SetNetIpv4NeighDefaultGcThresh2(val *float64) NetIpv4NeighDefaultGcThresh2Input() *float64 NetIpv4NeighDefaultGcThresh3() *float64 SetNetIpv4NeighDefaultGcThresh3(val *float64) NetIpv4NeighDefaultGcThresh3Input() *float64 NetIpv4TcpFinTimeout() *float64 SetNetIpv4TcpFinTimeout(val *float64) NetIpv4TcpFinTimeoutInput() *float64 NetIpv4TcpKeepaliveIntvl() *float64 SetNetIpv4TcpKeepaliveIntvl(val *float64) NetIpv4TcpKeepaliveIntvlInput() *float64 NetIpv4TcpKeepaliveProbes() *float64 SetNetIpv4TcpKeepaliveProbes(val *float64) NetIpv4TcpKeepaliveProbesInput() *float64 NetIpv4TcpKeepaliveTime() *float64 SetNetIpv4TcpKeepaliveTime(val *float64) NetIpv4TcpKeepaliveTimeInput() *float64 NetIpv4TcpMaxSynBacklog() *float64 SetNetIpv4TcpMaxSynBacklog(val *float64) NetIpv4TcpMaxSynBacklogInput() *float64 NetIpv4TcpMaxTwBuckets() *float64 SetNetIpv4TcpMaxTwBuckets(val *float64) NetIpv4TcpMaxTwBucketsInput() *float64 NetIpv4TcpTwReuse() interface{} SetNetIpv4TcpTwReuse(val interface{}) NetIpv4TcpTwReuseInput() interface{} NetNetfilterNfConntrackBuckets() *float64 SetNetNetfilterNfConntrackBuckets(val *float64) NetNetfilterNfConntrackBucketsInput() *float64 NetNetfilterNfConntrackMax() *float64 SetNetNetfilterNfConntrackMax(val *float64) NetNetfilterNfConntrackMaxInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VmMaxMapCount() *float64 SetVmMaxMapCount(val *float64) VmMaxMapCountInput() *float64 VmSwappiness() *float64 SetVmSwappiness(val *float64) VmSwappinessInput() *float64 VmVfsCachePressure() *float64 SetVmVfsCachePressure(val *float64) VmVfsCachePressureInput() *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 ResetFsAioMaxNr() ResetFsFileMax() ResetFsInotifyMaxUserWatches() ResetFsNrOpen() ResetKernelThreadsMax() ResetNetCoreNetdevMaxBacklog() ResetNetCoreOptmemMax() ResetNetCoreRmemDefault() ResetNetCoreRmemMax() ResetNetCoreSomaxconn() ResetNetCoreWmemDefault() ResetNetCoreWmemMax() ResetNetIpv4IpLocalPortRangeMax() ResetNetIpv4IpLocalPortRangeMin() ResetNetIpv4NeighDefaultGcThresh1() ResetNetIpv4NeighDefaultGcThresh2() ResetNetIpv4NeighDefaultGcThresh3() ResetNetIpv4TcpFinTimeout() ResetNetIpv4TcpKeepaliveIntvl() ResetNetIpv4TcpKeepaliveProbes() ResetNetIpv4TcpKeepaliveTime() ResetNetIpv4TcpMaxSynBacklog() ResetNetIpv4TcpMaxTwBuckets() ResetNetIpv4TcpTwReuse() ResetNetNetfilterNfConntrackBuckets() ResetNetNetfilterNfConntrackMax() ResetVmMaxMapCount() ResetVmSwappiness() ResetVmVfsCachePressure() // 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 NewKubernetesClusterNodePoolLinuxOsConfigSysctlConfigOutputReference ¶
func NewKubernetesClusterNodePoolLinuxOsConfigSysctlConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) KubernetesClusterNodePoolLinuxOsConfigSysctlConfigOutputReference
type KubernetesClusterNodePoolTimeouts ¶
type KubernetesClusterNodePoolTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#create KubernetesClusterNodePool#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#delete KubernetesClusterNodePool#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#read KubernetesClusterNodePool#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#update KubernetesClusterNodePool#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type KubernetesClusterNodePoolTimeoutsOutputReference ¶
type KubernetesClusterNodePoolTimeoutsOutputReference 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{}) Read() *string SetRead(val *string) ReadInput() *string // 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() ResetRead() 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 NewKubernetesClusterNodePoolTimeoutsOutputReference ¶
func NewKubernetesClusterNodePoolTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) KubernetesClusterNodePoolTimeoutsOutputReference
type KubernetesClusterNodePoolUpgradeSettings ¶
type KubernetesClusterNodePoolUpgradeSettings struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#max_surge KubernetesClusterNodePool#max_surge}. MaxSurge *string `field:"required" json:"maxSurge" yaml:"maxSurge"` }
type KubernetesClusterNodePoolUpgradeSettingsOutputReference ¶
type KubernetesClusterNodePoolUpgradeSettingsOutputReference 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() *KubernetesClusterNodePoolUpgradeSettings SetInternalValue(val *KubernetesClusterNodePoolUpgradeSettings) MaxSurge() *string SetMaxSurge(val *string) MaxSurgeInput() *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 NewKubernetesClusterNodePoolUpgradeSettingsOutputReference ¶
func NewKubernetesClusterNodePoolUpgradeSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) KubernetesClusterNodePoolUpgradeSettingsOutputReference
type KubernetesClusterNodePoolWindowsProfile ¶
type KubernetesClusterNodePoolWindowsProfile struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool#outbound_nat_enabled KubernetesClusterNodePool#outbound_nat_enabled}.
OutboundNatEnabled interface{} `field:"optional" json:"outboundNatEnabled" yaml:"outboundNatEnabled"`
}
type KubernetesClusterNodePoolWindowsProfileOutputReference ¶
type KubernetesClusterNodePoolWindowsProfileOutputReference 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() *KubernetesClusterNodePoolWindowsProfile SetInternalValue(val *KubernetesClusterNodePoolWindowsProfile) OutboundNatEnabled() interface{} SetOutboundNatEnabled(val interface{}) OutboundNatEnabledInput() 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 ResetOutboundNatEnabled() // 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 NewKubernetesClusterNodePoolWindowsProfileOutputReference ¶
func NewKubernetesClusterNodePoolWindowsProfileOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) KubernetesClusterNodePoolWindowsProfileOutputReference
Source Files ¶
- kubernetesclusternodepool.go
- kubernetesclusternodepool_KubernetesClusterNodePool.go
- kubernetesclusternodepool_KubernetesClusterNodePoolConfig.go
- kubernetesclusternodepool_KubernetesClusterNodePoolKubeletConfig.go
- kubernetesclusternodepool_KubernetesClusterNodePoolKubeletConfigOutputReference.go
- kubernetesclusternodepool_KubernetesClusterNodePoolKubeletConfigOutputReference__runtime_type_checks.go
- kubernetesclusternodepool_KubernetesClusterNodePoolLinuxOsConfig.go
- kubernetesclusternodepool_KubernetesClusterNodePoolLinuxOsConfigOutputReference.go
- kubernetesclusternodepool_KubernetesClusterNodePoolLinuxOsConfigOutputReference__runtime_type_checks.go
- kubernetesclusternodepool_KubernetesClusterNodePoolLinuxOsConfigSysctlConfig.go
- kubernetesclusternodepool_KubernetesClusterNodePoolLinuxOsConfigSysctlConfigOutputReference.go
- kubernetesclusternodepool_KubernetesClusterNodePoolLinuxOsConfigSysctlConfigOutputReference__runtime_type_checks.go
- kubernetesclusternodepool_KubernetesClusterNodePoolTimeouts.go
- kubernetesclusternodepool_KubernetesClusterNodePoolTimeoutsOutputReference.go
- kubernetesclusternodepool_KubernetesClusterNodePoolTimeoutsOutputReference__runtime_type_checks.go
- kubernetesclusternodepool_KubernetesClusterNodePoolUpgradeSettings.go
- kubernetesclusternodepool_KubernetesClusterNodePoolUpgradeSettingsOutputReference.go
- kubernetesclusternodepool_KubernetesClusterNodePoolUpgradeSettingsOutputReference__runtime_type_checks.go
- kubernetesclusternodepool_KubernetesClusterNodePoolWindowsProfile.go
- kubernetesclusternodepool_KubernetesClusterNodePoolWindowsProfileOutputReference.go
- kubernetesclusternodepool_KubernetesClusterNodePoolWindowsProfileOutputReference__runtime_type_checks.go
- kubernetesclusternodepool_KubernetesClusterNodePool__runtime_type_checks.go