Documentation ¶
Index ¶
- func KubernetesNodeGroup_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func KubernetesNodeGroup_IsConstruct(x interface{}) *bool
- func KubernetesNodeGroup_IsTerraformElement(x interface{}) *bool
- func KubernetesNodeGroup_IsTerraformResource(x interface{}) *bool
- func KubernetesNodeGroup_TfResourceType() *string
- func NewKubernetesNodeGroupCustomPlanList_Override(k KubernetesNodeGroupCustomPlanList, ...)
- func NewKubernetesNodeGroupCustomPlanOutputReference_Override(k KubernetesNodeGroupCustomPlanOutputReference, ...)
- func NewKubernetesNodeGroupKubeletArgsList_Override(k KubernetesNodeGroupKubeletArgsList, ...)
- func NewKubernetesNodeGroupKubeletArgsOutputReference_Override(k KubernetesNodeGroupKubeletArgsOutputReference, ...)
- func NewKubernetesNodeGroupTaintList_Override(k KubernetesNodeGroupTaintList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewKubernetesNodeGroupTaintOutputReference_Override(k KubernetesNodeGroupTaintOutputReference, ...)
- func NewKubernetesNodeGroup_Override(k KubernetesNodeGroup, scope constructs.Construct, id *string, ...)
- type KubernetesNodeGroup
- type KubernetesNodeGroupConfig
- type KubernetesNodeGroupCustomPlan
- type KubernetesNodeGroupCustomPlanList
- type KubernetesNodeGroupCustomPlanOutputReference
- type KubernetesNodeGroupKubeletArgs
- type KubernetesNodeGroupKubeletArgsList
- type KubernetesNodeGroupKubeletArgsOutputReference
- type KubernetesNodeGroupTaint
- type KubernetesNodeGroupTaintList
- type KubernetesNodeGroupTaintOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KubernetesNodeGroup_GenerateConfigForImport ¶
func KubernetesNodeGroup_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a KubernetesNodeGroup resource upon running "cdktf plan <stack-name>".
func KubernetesNodeGroup_IsConstruct ¶
func KubernetesNodeGroup_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 KubernetesNodeGroup_IsTerraformElement ¶
func KubernetesNodeGroup_IsTerraformElement(x interface{}) *bool
Experimental.
func KubernetesNodeGroup_IsTerraformResource ¶
func KubernetesNodeGroup_IsTerraformResource(x interface{}) *bool
Experimental.
func KubernetesNodeGroup_TfResourceType ¶
func KubernetesNodeGroup_TfResourceType() *string
func NewKubernetesNodeGroupCustomPlanList_Override ¶ added in v14.10.0
func NewKubernetesNodeGroupCustomPlanList_Override(k KubernetesNodeGroupCustomPlanList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewKubernetesNodeGroupCustomPlanOutputReference_Override ¶ added in v14.4.0
func NewKubernetesNodeGroupCustomPlanOutputReference_Override(k KubernetesNodeGroupCustomPlanOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewKubernetesNodeGroupKubeletArgsList_Override ¶
func NewKubernetesNodeGroupKubeletArgsList_Override(k KubernetesNodeGroupKubeletArgsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewKubernetesNodeGroupKubeletArgsOutputReference_Override ¶
func NewKubernetesNodeGroupKubeletArgsOutputReference_Override(k KubernetesNodeGroupKubeletArgsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewKubernetesNodeGroupTaintList_Override ¶
func NewKubernetesNodeGroupTaintList_Override(k KubernetesNodeGroupTaintList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewKubernetesNodeGroupTaintOutputReference_Override ¶
func NewKubernetesNodeGroupTaintOutputReference_Override(k KubernetesNodeGroupTaintOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewKubernetesNodeGroup_Override ¶
func NewKubernetesNodeGroup_Override(k KubernetesNodeGroup, scope constructs.Construct, id *string, config *KubernetesNodeGroupConfig)
Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group upcloud_kubernetes_node_group} Resource.
Types ¶
type KubernetesNodeGroup ¶
type KubernetesNodeGroup interface { cdktf.TerraformResource AntiAffinity() interface{} SetAntiAffinity(val interface{}) AntiAffinityInput() interface{} // Experimental. CdktfStack() cdktf.TerraformStack Cluster() *string SetCluster(val *string) ClusterInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CustomPlan() KubernetesNodeGroupCustomPlanList CustomPlanInput() interface{} // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string KubeletArgs() KubernetesNodeGroupKubeletArgsList KubeletArgsInput() interface{} Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node NodeCount() *float64 SetNodeCount(val *float64) NodeCountInput() *float64 Plan() *string SetPlan(val *string) PlanInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} SshKeys() *[]*string SetSshKeys(val *[]*string) SshKeysInput() *[]*string StorageEncryption() *string SetStorageEncryption(val *string) StorageEncryptionInput() *string Taint() KubernetesNodeGroupTaintList TaintInput() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string UtilityNetworkAccess() interface{} SetUtilityNetworkAccess(val interface{}) UtilityNetworkAccessInput() 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) PutCustomPlan(value interface{}) PutKubeletArgs(value interface{}) PutTaint(value interface{}) ResetAntiAffinity() ResetCustomPlan() ResetKubeletArgs() ResetLabels() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetSshKeys() ResetStorageEncryption() ResetTaint() ResetUtilityNetworkAccess() 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/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group upcloud_kubernetes_node_group}.
func NewKubernetesNodeGroup ¶
func NewKubernetesNodeGroup(scope constructs.Construct, id *string, config *KubernetesNodeGroupConfig) KubernetesNodeGroup
Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group upcloud_kubernetes_node_group} Resource.
type KubernetesNodeGroupConfig ¶
type KubernetesNodeGroupConfig 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"` // UUID of the cluster. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#cluster KubernetesNodeGroup#cluster} Cluster *string `field:"required" json:"cluster" yaml:"cluster"` // The name of the node group. Needs to be unique within a cluster. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#name KubernetesNodeGroup#name} Name *string `field:"required" json:"name" yaml:"name"` // Amount of nodes to provision in the node group. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#node_count KubernetesNodeGroup#node_count} NodeCount *float64 `field:"required" json:"nodeCount" yaml:"nodeCount"` // The server plan used for the node group. You can list available plans with `upctl server plans`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#plan KubernetesNodeGroup#plan} Plan *string `field:"required" json:"plan" yaml:"plan"` // If set to true, nodes in this group will be placed on separate compute hosts. // // Please note that anti-affinity policy is considered 'best effort' and enabling it does not fully guarantee that the nodes will end up on different hardware. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#anti_affinity KubernetesNodeGroup#anti_affinity} AntiAffinity interface{} `field:"optional" json:"antiAffinity" yaml:"antiAffinity"` // custom_plan block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#custom_plan KubernetesNodeGroup#custom_plan} CustomPlan interface{} `field:"optional" json:"customPlan" yaml:"customPlan"` // kubelet_args block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#kubelet_args KubernetesNodeGroup#kubelet_args} KubeletArgs interface{} `field:"optional" json:"kubeletArgs" yaml:"kubeletArgs"` // User defined key-value pairs to classify the node_group. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#labels KubernetesNodeGroup#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // You can optionally select SSH keys to be added as authorized keys to the nodes in this node group. // // This allows you to connect to the nodes via SSH once they are running. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#ssh_keys KubernetesNodeGroup#ssh_keys} SshKeys *[]*string `field:"optional" json:"sshKeys" yaml:"sshKeys"` // The storage encryption strategy to use for the nodes in this group. // // If not set, the cluster's storage encryption strategy will be used, if applicable. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#storage_encryption KubernetesNodeGroup#storage_encryption} StorageEncryption *string `field:"optional" json:"storageEncryption" yaml:"storageEncryption"` // taint block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#taint KubernetesNodeGroup#taint} Taint interface{} `field:"optional" json:"taint" yaml:"taint"` // If set to false, nodes in this group will not have access to utility network. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#utility_network_access KubernetesNodeGroup#utility_network_access} UtilityNetworkAccess interface{} `field:"optional" json:"utilityNetworkAccess" yaml:"utilityNetworkAccess"` }
type KubernetesNodeGroupCustomPlan ¶ added in v14.4.0
type KubernetesNodeGroupCustomPlan struct { // The number of CPU cores dedicated to individual node group nodes when using custom plan. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#cores KubernetesNodeGroup#cores} Cores *float64 `field:"required" json:"cores" yaml:"cores"` // The amount of memory in megabytes to assign to individual node group node when using custom plan. // // Value needs to be divisible by 1024. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#memory KubernetesNodeGroup#memory} Memory *float64 `field:"required" json:"memory" yaml:"memory"` // The size of the storage device in gigabytes. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#storage_size KubernetesNodeGroup#storage_size} StorageSize *float64 `field:"required" json:"storageSize" yaml:"storageSize"` // The storage tier to use. Defaults to maxiops. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#storage_tier KubernetesNodeGroup#storage_tier} StorageTier *string `field:"optional" json:"storageTier" yaml:"storageTier"` }
type KubernetesNodeGroupCustomPlanList ¶ added in v14.10.0
type KubernetesNodeGroupCustomPlanList 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) KubernetesNodeGroupCustomPlanOutputReference // 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 NewKubernetesNodeGroupCustomPlanList ¶ added in v14.10.0
func NewKubernetesNodeGroupCustomPlanList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) KubernetesNodeGroupCustomPlanList
type KubernetesNodeGroupCustomPlanOutputReference ¶ added in v14.4.0
type KubernetesNodeGroupCustomPlanOutputReference 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) Cores() *float64 SetCores(val *float64) CoresInput() *float64 // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Memory() *float64 SetMemory(val *float64) MemoryInput() *float64 StorageSize() *float64 SetStorageSize(val *float64) StorageSizeInput() *float64 StorageTier() *string SetStorageTier(val *string) StorageTierInput() *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 ResetStorageTier() // 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 NewKubernetesNodeGroupCustomPlanOutputReference ¶ added in v14.4.0
func NewKubernetesNodeGroupCustomPlanOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) KubernetesNodeGroupCustomPlanOutputReference
type KubernetesNodeGroupKubeletArgs ¶
type KubernetesNodeGroupKubeletArgs struct { // Kubelet argument key. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#key KubernetesNodeGroup#key} Key *string `field:"required" json:"key" yaml:"key"` // Kubelet argument value. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#value KubernetesNodeGroup#value} Value *string `field:"required" json:"value" yaml:"value"` }
type KubernetesNodeGroupKubeletArgsList ¶
type KubernetesNodeGroupKubeletArgsList 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) KubernetesNodeGroupKubeletArgsOutputReference // 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 NewKubernetesNodeGroupKubeletArgsList ¶
func NewKubernetesNodeGroupKubeletArgsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) KubernetesNodeGroupKubeletArgsList
type KubernetesNodeGroupKubeletArgsOutputReference ¶
type KubernetesNodeGroupKubeletArgsOutputReference 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() interface{} SetInternalValue(val interface{}) Key() *string SetKey(val *string) KeyInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Value() *string SetValue(val *string) ValueInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // 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 NewKubernetesNodeGroupKubeletArgsOutputReference ¶
func NewKubernetesNodeGroupKubeletArgsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) KubernetesNodeGroupKubeletArgsOutputReference
type KubernetesNodeGroupTaint ¶
type KubernetesNodeGroupTaint struct { // Taint effect. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#effect KubernetesNodeGroup#effect} Effect *string `field:"required" json:"effect" yaml:"effect"` // Taint key. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#key KubernetesNodeGroup#key} Key *string `field:"required" json:"key" yaml:"key"` // Taint value. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.16.0/docs/resources/kubernetes_node_group#value KubernetesNodeGroup#value} Value *string `field:"required" json:"value" yaml:"value"` }
type KubernetesNodeGroupTaintList ¶
type KubernetesNodeGroupTaintList 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) KubernetesNodeGroupTaintOutputReference // 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 NewKubernetesNodeGroupTaintList ¶
func NewKubernetesNodeGroupTaintList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) KubernetesNodeGroupTaintList
type KubernetesNodeGroupTaintOutputReference ¶
type KubernetesNodeGroupTaintOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Effect() *string SetEffect(val *string) EffectInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Key() *string SetKey(val *string) KeyInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Value() *string SetValue(val *string) ValueInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // 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 NewKubernetesNodeGroupTaintOutputReference ¶
func NewKubernetesNodeGroupTaintOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) KubernetesNodeGroupTaintOutputReference
Source Files ¶
- KubernetesNodeGroup.go
- KubernetesNodeGroupConfig.go
- KubernetesNodeGroupCustomPlan.go
- KubernetesNodeGroupCustomPlanList.go
- KubernetesNodeGroupCustomPlanList__checks.go
- KubernetesNodeGroupCustomPlanOutputReference.go
- KubernetesNodeGroupCustomPlanOutputReference__checks.go
- KubernetesNodeGroupKubeletArgs.go
- KubernetesNodeGroupKubeletArgsList.go
- KubernetesNodeGroupKubeletArgsList__checks.go
- KubernetesNodeGroupKubeletArgsOutputReference.go
- KubernetesNodeGroupKubeletArgsOutputReference__checks.go
- KubernetesNodeGroupTaint.go
- KubernetesNodeGroupTaintList.go
- KubernetesNodeGroupTaintList__checks.go
- KubernetesNodeGroupTaintOutputReference.go
- KubernetesNodeGroupTaintOutputReference__checks.go
- KubernetesNodeGroup__checks.go
- main.go