Documentation
¶
Index ¶
- func K8SNodePool_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func K8SNodePool_IsConstruct(x interface{}) *bool
- func K8SNodePool_IsTerraformElement(x interface{}) *bool
- func K8SNodePool_IsTerraformResource(x interface{}) *bool
- func K8SNodePool_TfResourceType() *string
- func NewK8SNodePoolAutoScalingOutputReference_Override(k K8SNodePoolAutoScalingOutputReference, ...)
- func NewK8SNodePoolLansList_Override(k K8SNodePoolLansList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewK8SNodePoolLansOutputReference_Override(k K8SNodePoolLansOutputReference, terraformResource cdktf.IInterpolatingParent, ...)
- func NewK8SNodePoolLansRoutesList_Override(k K8SNodePoolLansRoutesList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewK8SNodePoolLansRoutesOutputReference_Override(k K8SNodePoolLansRoutesOutputReference, ...)
- func NewK8SNodePoolMaintenanceWindowOutputReference_Override(k K8SNodePoolMaintenanceWindowOutputReference, ...)
- func NewK8SNodePoolTimeoutsOutputReference_Override(k K8SNodePoolTimeoutsOutputReference, ...)
- func NewK8SNodePool_Override(k K8SNodePool, scope constructs.Construct, id *string, ...)
- type K8SNodePool
- type K8SNodePoolAutoScaling
- type K8SNodePoolAutoScalingOutputReference
- type K8SNodePoolConfig
- type K8SNodePoolLans
- type K8SNodePoolLansList
- type K8SNodePoolLansOutputReference
- type K8SNodePoolLansRoutes
- type K8SNodePoolLansRoutesList
- type K8SNodePoolLansRoutesOutputReference
- type K8SNodePoolMaintenanceWindow
- type K8SNodePoolMaintenanceWindowOutputReference
- type K8SNodePoolTimeouts
- type K8SNodePoolTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func K8SNodePool_GenerateConfigForImport ¶
func K8SNodePool_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a K8SNodePool resource upon running "cdktf plan <stack-name>".
func K8SNodePool_IsConstruct ¶
func K8SNodePool_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 K8SNodePool_IsTerraformElement ¶
func K8SNodePool_IsTerraformElement(x interface{}) *bool
Experimental.
func K8SNodePool_IsTerraformResource ¶
func K8SNodePool_IsTerraformResource(x interface{}) *bool
Experimental.
func K8SNodePool_TfResourceType ¶
func K8SNodePool_TfResourceType() *string
func NewK8SNodePoolAutoScalingOutputReference_Override ¶
func NewK8SNodePoolAutoScalingOutputReference_Override(k K8SNodePoolAutoScalingOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewK8SNodePoolLansList_Override ¶
func NewK8SNodePoolLansList_Override(k K8SNodePoolLansList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewK8SNodePoolLansOutputReference_Override ¶
func NewK8SNodePoolLansOutputReference_Override(k K8SNodePoolLansOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewK8SNodePoolLansRoutesList_Override ¶
func NewK8SNodePoolLansRoutesList_Override(k K8SNodePoolLansRoutesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewK8SNodePoolLansRoutesOutputReference_Override ¶
func NewK8SNodePoolLansRoutesOutputReference_Override(k K8SNodePoolLansRoutesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewK8SNodePoolMaintenanceWindowOutputReference_Override ¶
func NewK8SNodePoolMaintenanceWindowOutputReference_Override(k K8SNodePoolMaintenanceWindowOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewK8SNodePoolTimeoutsOutputReference_Override ¶
func NewK8SNodePoolTimeoutsOutputReference_Override(k K8SNodePoolTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewK8SNodePool_Override ¶
func NewK8SNodePool_Override(k K8SNodePool, scope constructs.Construct, id *string, config *K8SNodePoolConfig)
Create a new {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool ionoscloud_k8s_node_pool} Resource.
Types ¶
type K8SNodePool ¶
type K8SNodePool interface { cdktf.TerraformResource AllowReplace() interface{} SetAllowReplace(val interface{}) AllowReplaceInput() interface{} Annotations() *map[string]*string SetAnnotations(val *map[string]*string) AnnotationsInput() *map[string]*string AutoScaling() K8SNodePoolAutoScalingOutputReference AutoScalingInput() *K8SNodePoolAutoScaling AvailabilityZone() *string SetAvailabilityZone(val *string) AvailabilityZoneInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} CoresCount() *float64 SetCoresCount(val *float64) CoresCountInput() *float64 // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CpuFamily() *string SetCpuFamily(val *string) CpuFamilyInput() *string DatacenterId() *string SetDatacenterId(val *string) DatacenterIdInput() *string // 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 K8SClusterId() *string SetK8SClusterId(val *string) K8SClusterIdInput() *string K8SVersion() *string SetK8SVersion(val *string) K8SVersionInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string Lans() K8SNodePoolLansList LansInput() interface{} // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) MaintenanceWindow() K8SNodePoolMaintenanceWindowOutputReference MaintenanceWindowInput() *K8SNodePoolMaintenanceWindow Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node NodeCount() *float64 SetNodeCount(val *float64) NodeCountInput() *float64 // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) PublicIps() *[]*string SetPublicIps(val *[]*string) PublicIpsInput() *[]*string RamSize() *float64 SetRamSize(val *float64) RamSizeInput() *float64 // Experimental. RawOverrides() interface{} StorageSize() *float64 SetStorageSize(val *float64) StorageSizeInput() *float64 StorageType() *string SetStorageType(val *string) StorageTypeInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() K8SNodePoolTimeoutsOutputReference TimeoutsInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutAutoScaling(value *K8SNodePoolAutoScaling) PutLans(value interface{}) PutMaintenanceWindow(value *K8SNodePoolMaintenanceWindow) PutTimeouts(value *K8SNodePoolTimeouts) ResetAllowReplace() ResetAnnotations() ResetAutoScaling() ResetId() ResetLabels() ResetLans() ResetMaintenanceWindow() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPublicIps() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool ionoscloud_k8s_node_pool}.
func NewK8SNodePool ¶
func NewK8SNodePool(scope constructs.Construct, id *string, config *K8SNodePoolConfig) K8SNodePool
Create a new {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool ionoscloud_k8s_node_pool} Resource.
type K8SNodePoolAutoScaling ¶
type K8SNodePoolAutoScaling struct { // The maximum number of worker nodes that the node pool can scale to. Should be greater than min_node_count. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#max_node_count K8SNodePool#max_node_count} MaxNodeCount *float64 `field:"required" json:"maxNodeCount" yaml:"maxNodeCount"` // The minimum number of worker nodes the node pool can scale down to. Should be less than max_node_count. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#min_node_count K8SNodePool#min_node_count} MinNodeCount *float64 `field:"required" json:"minNodeCount" yaml:"minNodeCount"` }
type K8SNodePoolAutoScalingOutputReference ¶
type K8SNodePoolAutoScalingOutputReference 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() *K8SNodePoolAutoScaling SetInternalValue(val *K8SNodePoolAutoScaling) 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) // 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 NewK8SNodePoolAutoScalingOutputReference ¶
func NewK8SNodePoolAutoScalingOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) K8SNodePoolAutoScalingOutputReference
type K8SNodePoolConfig ¶
type K8SNodePoolConfig 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 compute availability zone in which the nodes should exist. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#availability_zone K8SNodePool#availability_zone} AvailabilityZone *string `field:"required" json:"availabilityZone" yaml:"availabilityZone"` // CPU cores count. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#cores_count K8SNodePool#cores_count} CoresCount *float64 `field:"required" json:"coresCount" yaml:"coresCount"` // CPU Family. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#cpu_family K8SNodePool#cpu_family} CpuFamily *string `field:"required" json:"cpuFamily" yaml:"cpuFamily"` // The UUID of the VDC. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#datacenter_id K8SNodePool#datacenter_id} DatacenterId *string `field:"required" json:"datacenterId" yaml:"datacenterId"` // The UUID of an existing kubernetes cluster. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#k8s_cluster_id K8SNodePool#k8s_cluster_id} K8SClusterId *string `field:"required" json:"k8SClusterId" yaml:"k8SClusterId"` // The desired Kubernetes Version. // // For supported values, please check the API documentation. Downgrades are not supported. The provider will ignore downgrades of patch level. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#k8s_version K8SNodePool#k8s_version} K8SVersion *string `field:"required" json:"k8SVersion" yaml:"k8SVersion"` // The desired name for the node pool. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#name K8SNodePool#name} Name *string `field:"required" json:"name" yaml:"name"` // The number of nodes in this node pool. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#node_count K8SNodePool#node_count} NodeCount *float64 `field:"required" json:"nodeCount" yaml:"nodeCount"` // The amount of RAM in MB. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#ram_size K8SNodePool#ram_size} RamSize *float64 `field:"required" json:"ramSize" yaml:"ramSize"` // The total allocated storage capacity of a node in GB. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#storage_size K8SNodePool#storage_size} StorageSize *float64 `field:"required" json:"storageSize" yaml:"storageSize"` // Storage type to use. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#storage_type K8SNodePool#storage_type} StorageType *string `field:"required" json:"storageType" yaml:"storageType"` // When set to true, allows the update of immutable fields by destroying and re-creating the node pool. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#allow_replace K8SNodePool#allow_replace} AllowReplace interface{} `field:"optional" json:"allowReplace" yaml:"allowReplace"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#annotations K8SNodePool#annotations}. Annotations *map[string]*string `field:"optional" json:"annotations" yaml:"annotations"` // auto_scaling block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#auto_scaling K8SNodePool#auto_scaling} AutoScaling *K8SNodePoolAutoScaling `field:"optional" json:"autoScaling" yaml:"autoScaling"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#id K8SNodePool#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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#labels K8SNodePool#labels}. Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // lans block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#lans K8SNodePool#lans} Lans interface{} `field:"optional" json:"lans" yaml:"lans"` // maintenance_window block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#maintenance_window K8SNodePool#maintenance_window} MaintenanceWindow *K8SNodePoolMaintenanceWindow `field:"optional" json:"maintenanceWindow" yaml:"maintenanceWindow"` // A list of fixed IPs. Cannot be set on private clusters. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#public_ips K8SNodePool#public_ips} PublicIps *[]*string `field:"optional" json:"publicIps" yaml:"publicIps"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#timeouts K8SNodePool#timeouts} Timeouts *K8SNodePoolTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type K8SNodePoolLans ¶
type K8SNodePoolLans struct { // The LAN ID of an existing LAN at the related datacenter. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#id K8SNodePool#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 *float64 `field:"required" json:"id" yaml:"id"` // Indicates if the Kubernetes Node Pool LAN will reserve an IP using DHCP. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#dhcp K8SNodePool#dhcp} Dhcp interface{} `field:"optional" json:"dhcp" yaml:"dhcp"` // routes block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#routes K8SNodePool#routes} Routes interface{} `field:"optional" json:"routes" yaml:"routes"` }
type K8SNodePoolLansList ¶
type K8SNodePoolLansList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) K8SNodePoolLansOutputReference // 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 NewK8SNodePoolLansList ¶
func NewK8SNodePoolLansList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) K8SNodePoolLansList
type K8SNodePoolLansOutputReference ¶
type K8SNodePoolLansOutputReference 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 Dhcp() interface{} SetDhcp(val interface{}) DhcpInput() interface{} // Experimental. Fqn() *string Id() *float64 SetId(val *float64) IdInput() *float64 InternalValue() interface{} SetInternalValue(val interface{}) Routes() K8SNodePoolLansRoutesList RoutesInput() 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 PutRoutes(value interface{}) ResetDhcp() ResetRoutes() // 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 NewK8SNodePoolLansOutputReference ¶
func NewK8SNodePoolLansOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) K8SNodePoolLansOutputReference
type K8SNodePoolLansRoutes ¶
type K8SNodePoolLansRoutes struct { // IPv4 or IPv6 Gateway IP for the route. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#gateway_ip K8SNodePool#gateway_ip} GatewayIp *string `field:"required" json:"gatewayIp" yaml:"gatewayIp"` // IPv4 or IPv6 CIDR to be routed via the interface. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#network K8SNodePool#network} Network *string `field:"required" json:"network" yaml:"network"` }
type K8SNodePoolLansRoutesList ¶
type K8SNodePoolLansRoutesList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) K8SNodePoolLansRoutesOutputReference // 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 NewK8SNodePoolLansRoutesList ¶
func NewK8SNodePoolLansRoutesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) K8SNodePoolLansRoutesList
type K8SNodePoolLansRoutesOutputReference ¶
type K8SNodePoolLansRoutesOutputReference 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 GatewayIp() *string SetGatewayIp(val *string) GatewayIpInput() *string InternalValue() interface{} SetInternalValue(val interface{}) Network() *string SetNetwork(val *string) NetworkInput() *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 NewK8SNodePoolLansRoutesOutputReference ¶
func NewK8SNodePoolLansRoutesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) K8SNodePoolLansRoutesOutputReference
type K8SNodePoolMaintenanceWindow ¶
type K8SNodePoolMaintenanceWindow struct { // Day of the week when maintenance is allowed. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#day_of_the_week K8SNodePool#day_of_the_week} DayOfTheWeek *string `field:"required" json:"dayOfTheWeek" yaml:"dayOfTheWeek"` // A clock time in the day when maintenance is allowed. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#time K8SNodePool#time} Time *string `field:"required" json:"time" yaml:"time"` }
type K8SNodePoolMaintenanceWindowOutputReference ¶
type K8SNodePoolMaintenanceWindowOutputReference 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 DayOfTheWeek() *string SetDayOfTheWeek(val *string) DayOfTheWeekInput() *string // Experimental. Fqn() *string InternalValue() *K8SNodePoolMaintenanceWindow SetInternalValue(val *K8SNodePoolMaintenanceWindow) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Time() *string SetTime(val *string) TimeInput() *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 NewK8SNodePoolMaintenanceWindowOutputReference ¶
func NewK8SNodePoolMaintenanceWindowOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) K8SNodePoolMaintenanceWindowOutputReference
type K8SNodePoolTimeouts ¶
type K8SNodePoolTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#create K8SNodePool#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#default K8SNodePool#default}. Default *string `field:"optional" json:"default" yaml:"default"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#delete K8SNodePool#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.15/docs/resources/k8s_node_pool#update K8SNodePool#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type K8SNodePoolTimeoutsOutputReference ¶
type K8SNodePoolTimeoutsOutputReference 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 Default() *string SetDefault(val *string) DefaultInput() *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() ResetDefault() 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 NewK8SNodePoolTimeoutsOutputReference ¶
func NewK8SNodePoolTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) K8SNodePoolTimeoutsOutputReference
Source Files
¶
- K8SNodePool.go
- K8SNodePoolAutoScaling.go
- K8SNodePoolAutoScalingOutputReference.go
- K8SNodePoolAutoScalingOutputReference__checks.go
- K8SNodePoolConfig.go
- K8SNodePoolLans.go
- K8SNodePoolLansList.go
- K8SNodePoolLansList__checks.go
- K8SNodePoolLansOutputReference.go
- K8SNodePoolLansOutputReference__checks.go
- K8SNodePoolLansRoutes.go
- K8SNodePoolLansRoutesList.go
- K8SNodePoolLansRoutesList__checks.go
- K8SNodePoolLansRoutesOutputReference.go
- K8SNodePoolLansRoutesOutputReference__checks.go
- K8SNodePoolMaintenanceWindow.go
- K8SNodePoolMaintenanceWindowOutputReference.go
- K8SNodePoolMaintenanceWindowOutputReference__checks.go
- K8SNodePoolTimeouts.go
- K8SNodePoolTimeoutsOutputReference.go
- K8SNodePoolTimeoutsOutputReference__checks.go
- K8SNodePool__checks.go
- main.go