Skip to content

containerservice.v1beta1.kubernetesClusterNodePool

"KubernetesClusterNodePool is the Schema for the KubernetesClusterNodePools API. Manages a Node Pool within a Kubernetes Cluster"

Index

Fields

fn new

new(name)

new returns an instance of KubernetesClusterNodePool

obj metadata

"ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create."

fn metadata.withAnnotations

withAnnotations(annotations)

"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"

fn metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"

Note: This function appends passed data to existing values

fn metadata.withClusterName

withClusterName(clusterName)

"The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."

fn metadata.withCreationTimestamp

withCreationTimestamp(creationTimestamp)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

fn metadata.withDeletionGracePeriodSeconds

withDeletionGracePeriodSeconds(deletionGracePeriodSeconds)

"Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."

fn metadata.withDeletionTimestamp

withDeletionTimestamp(deletionTimestamp)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

fn metadata.withFinalizers

withFinalizers(finalizers)

"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

fn metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

Note: This function appends passed data to existing values

fn metadata.withGenerateName

withGenerateName(generateName)

"GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency"

fn metadata.withGeneration

withGeneration(generation)

"A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."

fn metadata.withLabels

withLabels(labels)

"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"

fn metadata.withLabelsMixin

withLabelsMixin(labels)

"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"

Note: This function appends passed data to existing values

fn metadata.withName

withName(name)

"Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"

fn metadata.withNamespace

withNamespace(namespace)

"Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"

fn metadata.withOwnerReferences

withOwnerReferences(ownerReferences)

"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."

fn metadata.withOwnerReferencesMixin

withOwnerReferencesMixin(ownerReferences)

"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."

Note: This function appends passed data to existing values

fn metadata.withResourceVersion

withResourceVersion(resourceVersion)

"An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency"

withSelfLink(selfLink)

"SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release."

fn metadata.withUid

withUid(uid)

"UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"

obj spec

"KubernetesClusterNodePoolSpec defines the desired state of KubernetesClusterNodePool"

fn spec.withDeletionPolicy

withDeletionPolicy(deletionPolicy)

"DeletionPolicy specifies what will happen to the underlying external when this managed resource is deleted - either \"Delete\" or \"Orphan\" the external resource."

obj spec.forProvider

fn spec.forProvider.withCapacityReservationGroupId

withCapacityReservationGroupId(capacityReservationGroupId)

"Specifies the ID of the Capacity Reservation Group where this Node Pool should exist. Changing this forces a new resource to be created."

fn spec.forProvider.withCustomCaTrustEnabled

withCustomCaTrustEnabled(customCaTrustEnabled)

"Specifies whether to trust a Custom CA."

fn spec.forProvider.withEnableAutoScaling

withEnableAutoScaling(enableAutoScaling)

"Whether to enable auto-scaler."

fn spec.forProvider.withEnableHostEncryption

withEnableHostEncryption(enableHostEncryption)

"Should the nodes in this Node Pool have host encryption enabled? Changing this forces a new resource to be created."

fn spec.forProvider.withEnableNodePublicIp

withEnableNodePublicIp(enableNodePublicIp)

"Should each node have a Public IP Address? Changing this forces a new resource to be created."

fn spec.forProvider.withEvictionPolicy

withEvictionPolicy(evictionPolicy)

"The Eviction Policy which should be used for Virtual Machines within the Virtual Machine Scale Set powering this Node Pool. Possible values are Deallocate and Delete. Changing this forces a new resource to be created."

fn spec.forProvider.withFipsEnabled

withFipsEnabled(fipsEnabled)

"Should the nodes in this Node Pool have Federal Information Processing Standard enabled? Changing this forces a new resource to be created."

fn spec.forProvider.withHostGroupId

withHostGroupId(hostGroupId)

"The fully qualified resource ID of the Dedicated Host Group to provision virtual machines from. Changing this forces a new resource to be created."

fn spec.forProvider.withKubeletConfig

withKubeletConfig(kubeletConfig)

"A kubelet_config block as defined below. Changing this forces a new resource to be created."

fn spec.forProvider.withKubeletConfigMixin

withKubeletConfigMixin(kubeletConfig)

"A kubelet_config block as defined below. Changing this forces a new resource to be created."

Note: This function appends passed data to existing values

fn spec.forProvider.withKubeletDiskType

withKubeletDiskType(kubeletDiskType)

"The type of disk used by kubelet. Possible values are OS and Temporary."

fn spec.forProvider.withKubernetesClusterId

withKubernetesClusterId(kubernetesClusterId)

"The ID of the Kubernetes Cluster where this Node Pool should exist. Changing this forces a new resource to be created."

fn spec.forProvider.withLinuxOsConfig

withLinuxOsConfig(linuxOsConfig)

"A linux_os_config block as defined below. Changing this forces a new resource to be created."

fn spec.forProvider.withLinuxOsConfigMixin

withLinuxOsConfigMixin(linuxOsConfig)

"A linux_os_config block as defined below. Changing this forces a new resource to be created."

Note: This function appends passed data to existing values

fn spec.forProvider.withMaxCount

withMaxCount(maxCount)

"The maximum number of nodes which should exist within this Node Pool. Valid values are between 0 and 1000 and must be greater than or equal to min_count."

fn spec.forProvider.withMaxPods

withMaxPods(maxPods)

"The maximum number of pods that can run on each agent. Changing this forces a new resource to be created."

fn spec.forProvider.withMessageOfTheDay

withMessageOfTheDay(messageOfTheDay)

"A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It cannot be specified for Windows nodes and must be a static string (i.e. will be printed raw and not executed as a script). Changing this forces a new resource to be created."

fn spec.forProvider.withMinCount

withMinCount(minCount)

"The minimum number of nodes which should exist within this Node Pool. Valid values are between 0 and 1000 and must be less than or equal to max_count."

fn spec.forProvider.withMode

withMode(mode)

"Should this Node Pool be used for System or User resources? Possible values are System and User. Defaults to User."

fn spec.forProvider.withNodeCount

withNodeCount(nodeCount)

"The initial number of nodes which should exist within this Node Pool. Valid values are between 0 and 1000 (inclusive) for user pools and between 1 and 1000 (inclusive) for system pools and must be a value in the range min_count - max_count."

fn spec.forProvider.withNodeLabels

withNodeLabels(nodeLabels)

"A map of Kubernetes labels which should be applied to nodes in this Node Pool."

fn spec.forProvider.withNodeLabelsMixin

withNodeLabelsMixin(nodeLabels)

"A map of Kubernetes labels which should be applied to nodes in this Node Pool."

Note: This function appends passed data to existing values

fn spec.forProvider.withNodeNetworkProfile

withNodeNetworkProfile(nodeNetworkProfile)

"A node_network_profile block as documented below."

fn spec.forProvider.withNodeNetworkProfileMixin

withNodeNetworkProfileMixin(nodeNetworkProfile)

"A node_network_profile block as documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.withNodePublicIpPrefixId

withNodePublicIpPrefixId(nodePublicIpPrefixId)

"Resource ID for the Public IP Addresses Prefix for the nodes in this Node Pool. enable_node_public_ip should be true. Changing this forces a new resource to be created."

fn spec.forProvider.withNodeTaints

withNodeTaints(nodeTaints)

"A list of Kubernetes taints which should be applied to nodes in the agent pool (e.g key=value:NoSchedule). Changing this forces a new resource to be created."

fn spec.forProvider.withNodeTaintsMixin

withNodeTaintsMixin(nodeTaints)

"A list of Kubernetes taints which should be applied to nodes in the agent pool (e.g key=value:NoSchedule). Changing this forces a new resource to be created."

Note: This function appends passed data to existing values

fn spec.forProvider.withOrchestratorVersion

withOrchestratorVersion(orchestratorVersion)

"Version of Kubernetes used for the Agents. If not specified, the latest recommended version will be used at provisioning time (but won't auto-upgrade). AKS does not require an exact patch version to be specified, minor version aliases such as 1.22 are also supported. - The minor version's latest GA patch is automatically chosen in that case. More details can be found in the documentation."

fn spec.forProvider.withOsDiskSizeGb

withOsDiskSizeGb(osDiskSizeGb)

"The Agent Operating System disk size in GB. Changing this forces a new resource to be created."

fn spec.forProvider.withOsDiskType

withOsDiskType(osDiskType)

"The type of disk which should be used for the Operating System. Possible values are Ephemeral and Managed. Defaults to Managed. Changing this forces a new resource to be created."

fn spec.forProvider.withOsSku

withOsSku(osSku)

"Specifies the OS SKU used by the agent pool. Possible values include: Ubuntu, CBLMariner, Mariner, Windows2019, Windows2022. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. Changing this forces a new resource to be created."

fn spec.forProvider.withOsType

withOsType(osType)

"The Operating System which should be used for this Node Pool. Changing this forces a new resource to be created. Possible values are Linux and Windows. Defaults to Linux."

fn spec.forProvider.withPodSubnetId

withPodSubnetId(podSubnetId)

"The ID of the Subnet where the pods in the Node Pool should exist. Changing this forces a new resource to be created."

fn spec.forProvider.withPriority

withPriority(priority)

"The Priority for Virtual Machines within the Virtual Machine Scale Set that powers this Node Pool. Possible values are Regular and Spot. Defaults to Regular. Changing this forces a new resource to be created."

fn spec.forProvider.withProximityPlacementGroupId

withProximityPlacementGroupId(proximityPlacementGroupId)

"The ID of the Proximity Placement Group where the Virtual Machine Scale Set that powers this Node Pool will be placed. Changing this forces a new resource to be created."

fn spec.forProvider.withScaleDownMode

withScaleDownMode(scaleDownMode)

"Specifies how the node pool should deal with scaled-down nodes. Allowed values are Delete and Deallocate. Defaults to Delete."

fn spec.forProvider.withSpotMaxPrice

withSpotMaxPrice(spotMaxPrice)

"The maximum price you're willing to pay in USD per Virtual Machine. Valid values are -1 (the current on-demand price for a Virtual Machine) or a positive value with up to five decimal places. Changing this forces a new resource to be created."

fn spec.forProvider.withTags

withTags(tags)

"A mapping of tags to assign to the resource."

fn spec.forProvider.withTagsMixin

withTagsMixin(tags)

"A mapping of tags to assign to the resource."

Note: This function appends passed data to existing values

fn spec.forProvider.withUltraSsdEnabled

withUltraSsdEnabled(ultraSsdEnabled)

"Used to specify whether the UltraSSD is enabled in the Node Pool. Defaults to false. See the documentation for more information. Changing this forces a new resource to be created."

fn spec.forProvider.withUpgradeSettings

withUpgradeSettings(upgradeSettings)

"A upgrade_settings block as documented below."

fn spec.forProvider.withUpgradeSettingsMixin

withUpgradeSettingsMixin(upgradeSettings)

"A upgrade_settings block as documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.withVmSize

withVmSize(vmSize)

"The SKU which should be used for the Virtual Machines used in this Node Pool. Changing this forces a new resource to be created."

fn spec.forProvider.withVnetSubnetId

withVnetSubnetId(vnetSubnetId)

"The ID of the Subnet where this Node Pool should exist. Changing this forces a new resource to be created."

fn spec.forProvider.withWindowsProfile

withWindowsProfile(windowsProfile)

"A windows_profile block as documented below. Changing this forces a new resource to be created."

fn spec.forProvider.withWindowsProfileMixin

withWindowsProfileMixin(windowsProfile)

"A windows_profile block as documented below. Changing this forces a new resource to be created."

Note: This function appends passed data to existing values

fn spec.forProvider.withWorkloadRuntime

withWorkloadRuntime(workloadRuntime)

"Used to specify the workload runtime. Allowed values are OCIContainer and WasmWasi."

fn spec.forProvider.withZones

withZones(zones)

"Specifies a list of Availability Zones in which this Kubernetes Cluster Node Pool should be located. Changing this forces a new Kubernetes Cluster Node Pool to be created."

fn spec.forProvider.withZonesMixin

withZonesMixin(zones)

"Specifies a list of Availability Zones in which this Kubernetes Cluster Node Pool should be located. Changing this forces a new Kubernetes Cluster Node Pool to be created."

Note: This function appends passed data to existing values

obj spec.forProvider.kubeletConfig

"A kubelet_config block as defined below. Changing this forces a new resource to be created."

fn spec.forProvider.kubeletConfig.withAllowedUnsafeSysctls

withAllowedUnsafeSysctls(allowedUnsafeSysctls)

"Specifies the allow list of unsafe sysctls command or patterns (ending in *). Changing this forces a new resource to be created."

fn spec.forProvider.kubeletConfig.withAllowedUnsafeSysctlsMixin

withAllowedUnsafeSysctlsMixin(allowedUnsafeSysctls)

"Specifies the allow list of unsafe sysctls command or patterns (ending in *). Changing this forces a new resource to be created."

Note: This function appends passed data to existing values

fn spec.forProvider.kubeletConfig.withContainerLogMaxLine

withContainerLogMaxLine(containerLogMaxLine)

"Specifies the maximum number of container log files that can be present for a container. must be at least 2. Changing this forces a new resource to be created."

fn spec.forProvider.kubeletConfig.withContainerLogMaxSizeMb

withContainerLogMaxSizeMb(containerLogMaxSizeMb)

"Specifies the maximum size (e.g. 10MB) of container log file before it is rotated. Changing this forces a new resource to be created."

fn spec.forProvider.kubeletConfig.withCpuCfsQuotaEnabled

withCpuCfsQuotaEnabled(cpuCfsQuotaEnabled)

"Is CPU CFS quota enforcement for containers enabled? Changing this forces a new resource to be created."

fn spec.forProvider.kubeletConfig.withCpuCfsQuotaPeriod

withCpuCfsQuotaPeriod(cpuCfsQuotaPeriod)

"Specifies the CPU CFS quota period value. Changing this forces a new resource to be created."

fn spec.forProvider.kubeletConfig.withCpuManagerPolicy

withCpuManagerPolicy(cpuManagerPolicy)

"Specifies the CPU Manager policy to use. Possible values are none and static, Changing this forces a new resource to be created."

fn spec.forProvider.kubeletConfig.withImageGcHighThreshold

withImageGcHighThreshold(imageGcHighThreshold)

"Specifies the percent of disk usage above which image garbage collection is always run. Must be between 0 and 100. Changing this forces a new resource to be created."

fn spec.forProvider.kubeletConfig.withImageGcLowThreshold

withImageGcLowThreshold(imageGcLowThreshold)

"Specifies the percent of disk usage lower than which image garbage collection is never run. Must be between 0 and 100. Changing this forces a new resource to be created."

fn spec.forProvider.kubeletConfig.withPodMaxPid

withPodMaxPid(podMaxPid)

"Specifies the maximum number of processes per pod. Changing this forces a new resource to be created."

fn spec.forProvider.kubeletConfig.withTopologyManagerPolicy

withTopologyManagerPolicy(topologyManagerPolicy)

"Specifies the Topology Manager policy to use. Possible values are none, best-effort, restricted or single-numa-node. Changing this forces a new resource to be created."

obj spec.forProvider.kubernetesClusterIdRef

"Reference to a KubernetesCluster to populate kubernetesClusterId."

fn spec.forProvider.kubernetesClusterIdRef.withName

withName(name)

"Name of the referenced object."

obj spec.forProvider.kubernetesClusterIdRef.policy

"Policies for referencing."

fn spec.forProvider.kubernetesClusterIdRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.kubernetesClusterIdRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.forProvider.kubernetesClusterIdSelector

"Selector for a KubernetesCluster to populate kubernetesClusterId."

fn spec.forProvider.kubernetesClusterIdSelector.withMatchControllerRef

withMatchControllerRef(matchControllerRef)

"MatchControllerRef ensures an object with the same controller reference as the selecting object is selected."

fn spec.forProvider.kubernetesClusterIdSelector.withMatchLabels

withMatchLabels(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

fn spec.forProvider.kubernetesClusterIdSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

Note: This function appends passed data to existing values

obj spec.forProvider.kubernetesClusterIdSelector.policy

"Policies for selection."

fn spec.forProvider.kubernetesClusterIdSelector.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.kubernetesClusterIdSelector.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.forProvider.linuxOsConfig

"A linux_os_config block as defined below. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.withSwapFileSizeMb

withSwapFileSizeMb(swapFileSizeMb)

"Specifies the size of swap file on each node in MB. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.withSysctlConfig

withSysctlConfig(sysctlConfig)

"A sysctl_config block as defined below. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.withSysctlConfigMixin

withSysctlConfigMixin(sysctlConfig)

"A sysctl_config block as defined below. Changing this forces a new resource to be created."

Note: This function appends passed data to existing values

fn spec.forProvider.linuxOsConfig.withTransparentHugePageDefrag

withTransparentHugePageDefrag(transparentHugePageDefrag)

"specifies the defrag configuration for Transparent Huge Page. Possible values are always, defer, defer+madvise, madvise and never. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.withTransparentHugePageEnabled

withTransparentHugePageEnabled(transparentHugePageEnabled)

"Specifies the Transparent Huge Page enabled configuration. Possible values are always, madvise and never. Changing this forces a new resource to be created."

obj spec.forProvider.linuxOsConfig.sysctlConfig

"A sysctl_config block as defined below. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withFsAioMaxNr

withFsAioMaxNr(fsAioMaxNr)

"The sysctl setting fs.aio-max-nr. Must be between 65536 and 6553500. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withFsFileMax

withFsFileMax(fsFileMax)

"The sysctl setting fs.file-max. Must be between 8192 and 12000500. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withFsInotifyMaxUserWatches

withFsInotifyMaxUserWatches(fsInotifyMaxUserWatches)

"The sysctl setting fs.inotify.max_user_watches. Must be between 781250 and 2097152. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withFsNrOpen

withFsNrOpen(fsNrOpen)

"The sysctl setting fs.nr_open. Must be between 8192 and 20000500. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withKernelThreadsMax

withKernelThreadsMax(kernelThreadsMax)

"The sysctl setting kernel.threads-max. Must be between 20 and 513785. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetCoreNetdevMaxBacklog

withNetCoreNetdevMaxBacklog(netCoreNetdevMaxBacklog)

"The sysctl setting net.core.netdev_max_backlog. Must be between 1000 and 3240000. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetCoreOptmemMax

withNetCoreOptmemMax(netCoreOptmemMax)

"The sysctl setting net.core.optmem_max. Must be between 20480 and 4194304. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetCoreRmemDefault

withNetCoreRmemDefault(netCoreRmemDefault)

"The sysctl setting net.core.rmem_default. Must be between 212992 and 134217728. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetCoreRmemMax

withNetCoreRmemMax(netCoreRmemMax)

"The sysctl setting net.core.rmem_max. Must be between 212992 and 134217728. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetCoreSomaxconn

withNetCoreSomaxconn(netCoreSomaxconn)

"The sysctl setting net.core.somaxconn. Must be between 4096 and 3240000. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetCoreWmemDefault

withNetCoreWmemDefault(netCoreWmemDefault)

"The sysctl setting net.core.wmem_default. Must be between 212992 and 134217728. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetCoreWmemMax

withNetCoreWmemMax(netCoreWmemMax)

"The sysctl setting net.core.wmem_max. Must be between 212992 and 134217728. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetIpv4IpLocalPortRangeMax

withNetIpv4IpLocalPortRangeMax(netIpv4IpLocalPortRangeMax)

"The sysctl setting net.ipv4.ip_local_port_range max value. Must be between 1024 and 60999. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetIpv4IpLocalPortRangeMin

withNetIpv4IpLocalPortRangeMin(netIpv4IpLocalPortRangeMin)

"The sysctl setting net.ipv4.ip_local_port_range min value. Must be between 1024 and 60999. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetIpv4NeighDefaultGcThresh1

withNetIpv4NeighDefaultGcThresh1(netIpv4NeighDefaultGcThresh1)

"The sysctl setting net.ipv4.neigh.default.gc_thresh1. Must be between 128 and 80000. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetIpv4NeighDefaultGcThresh2

withNetIpv4NeighDefaultGcThresh2(netIpv4NeighDefaultGcThresh2)

"The sysctl setting net.ipv4.neigh.default.gc_thresh2. Must be between 512 and 90000. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetIpv4NeighDefaultGcThresh3

withNetIpv4NeighDefaultGcThresh3(netIpv4NeighDefaultGcThresh3)

"The sysctl setting net.ipv4.neigh.default.gc_thresh3. Must be between 1024 and 100000. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetIpv4TcpFinTimeout

withNetIpv4TcpFinTimeout(netIpv4TcpFinTimeout)

"The sysctl setting net.ipv4.tcp_fin_timeout. Must be between 5 and 120. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetIpv4TcpKeepaliveIntvl

withNetIpv4TcpKeepaliveIntvl(netIpv4TcpKeepaliveIntvl)

"The sysctl setting net.ipv4.tcp_keepalive_intvl. Must be between 10 and 75. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetIpv4TcpKeepaliveProbes

withNetIpv4TcpKeepaliveProbes(netIpv4TcpKeepaliveProbes)

"The sysctl setting net.ipv4.tcp_keepalive_probes. Must be between 1 and 15. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetIpv4TcpKeepaliveTime

withNetIpv4TcpKeepaliveTime(netIpv4TcpKeepaliveTime)

"The sysctl setting net.ipv4.tcp_keepalive_time. Must be between 30 and 432000. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetIpv4TcpMaxSynBacklog

withNetIpv4TcpMaxSynBacklog(netIpv4TcpMaxSynBacklog)

"The sysctl setting net.ipv4.tcp_max_syn_backlog. Must be between 128 and 3240000. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetIpv4TcpMaxTwBuckets

withNetIpv4TcpMaxTwBuckets(netIpv4TcpMaxTwBuckets)

"The sysctl setting net.ipv4.tcp_max_tw_buckets. Must be between 8000 and 1440000. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetIpv4TcpTwReuse

withNetIpv4TcpTwReuse(netIpv4TcpTwReuse)

"Is sysctl setting net.ipv4.tcp_tw_reuse enabled? Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetNetfilterNfConntrackBuckets

withNetNetfilterNfConntrackBuckets(netNetfilterNfConntrackBuckets)

"The sysctl setting net.netfilter.nf_conntrack_buckets. Must be between 65536 and 147456. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withNetNetfilterNfConntrackMax

withNetNetfilterNfConntrackMax(netNetfilterNfConntrackMax)

"The sysctl setting net.netfilter.nf_conntrack_max. Must be between 131072 and 1048576. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withVmMaxMapCount

withVmMaxMapCount(vmMaxMapCount)

"The sysctl setting vm.max_map_count. Must be between 65530 and 262144. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withVmSwappiness

withVmSwappiness(vmSwappiness)

"The sysctl setting vm.swappiness. Must be between 0 and 100. Changing this forces a new resource to be created."

fn spec.forProvider.linuxOsConfig.sysctlConfig.withVmVfsCachePressure

withVmVfsCachePressure(vmVfsCachePressure)

"The sysctl setting vm.vfs_cache_pressure. Must be between 0 and 100. Changing this forces a new resource to be created."

obj spec.forProvider.nodeNetworkProfile

"A node_network_profile block as documented below."

fn spec.forProvider.nodeNetworkProfile.withNodePublicIpTags

withNodePublicIpTags(nodePublicIpTags)

"Specifies a mapping of tags to the instance-level public IPs. Changing this forces a new resource to be created."

fn spec.forProvider.nodeNetworkProfile.withNodePublicIpTagsMixin

withNodePublicIpTagsMixin(nodePublicIpTags)

"Specifies a mapping of tags to the instance-level public IPs. Changing this forces a new resource to be created."

Note: This function appends passed data to existing values

obj spec.forProvider.podSubnetIdRef

"Reference to a Subnet in network to populate podSubnetId."

fn spec.forProvider.podSubnetIdRef.withName

withName(name)

"Name of the referenced object."

obj spec.forProvider.podSubnetIdRef.policy

"Policies for referencing."

fn spec.forProvider.podSubnetIdRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.podSubnetIdRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.forProvider.podSubnetIdSelector

"Selector for a Subnet in network to populate podSubnetId."

fn spec.forProvider.podSubnetIdSelector.withMatchControllerRef

withMatchControllerRef(matchControllerRef)

"MatchControllerRef ensures an object with the same controller reference as the selecting object is selected."

fn spec.forProvider.podSubnetIdSelector.withMatchLabels

withMatchLabels(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

fn spec.forProvider.podSubnetIdSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

Note: This function appends passed data to existing values

obj spec.forProvider.podSubnetIdSelector.policy

"Policies for selection."

fn spec.forProvider.podSubnetIdSelector.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.podSubnetIdSelector.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.forProvider.upgradeSettings

"A upgrade_settings block as documented below."

fn spec.forProvider.upgradeSettings.withMaxSurge

withMaxSurge(maxSurge)

"The maximum number or percentage of nodes which will be added to the Node Pool size during an upgrade."

obj spec.forProvider.vnetSubnetIdRef

"Reference to a Subnet in network to populate vnetSubnetId."

fn spec.forProvider.vnetSubnetIdRef.withName

withName(name)

"Name of the referenced object."

obj spec.forProvider.vnetSubnetIdRef.policy

"Policies for referencing."

fn spec.forProvider.vnetSubnetIdRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.vnetSubnetIdRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.forProvider.vnetSubnetIdSelector

"Selector for a Subnet in network to populate vnetSubnetId."

fn spec.forProvider.vnetSubnetIdSelector.withMatchControllerRef

withMatchControllerRef(matchControllerRef)

"MatchControllerRef ensures an object with the same controller reference as the selecting object is selected."

fn spec.forProvider.vnetSubnetIdSelector.withMatchLabels

withMatchLabels(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

fn spec.forProvider.vnetSubnetIdSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

Note: This function appends passed data to existing values

obj spec.forProvider.vnetSubnetIdSelector.policy

"Policies for selection."

fn spec.forProvider.vnetSubnetIdSelector.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.vnetSubnetIdSelector.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.forProvider.windowsProfile

"A windows_profile block as documented below. Changing this forces a new resource to be created."

fn spec.forProvider.windowsProfile.withOutboundNatEnabled

withOutboundNatEnabled(outboundNatEnabled)

"Should the Windows nodes in this Node Pool have outbound NAT enabled? Defaults to true. Changing this forces a new resource to be created."

obj spec.providerConfigRef

"ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured."

fn spec.providerConfigRef.withName

withName(name)

"Name of the referenced object."

obj spec.providerConfigRef.policy

"Policies for referencing."

fn spec.providerConfigRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.providerConfigRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.providerRef

"ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef"

fn spec.providerRef.withName

withName(name)

"Name of the referenced object."

obj spec.providerRef.policy

"Policies for referencing."

fn spec.providerRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.providerRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.publishConnectionDetailsTo

"PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource."

fn spec.publishConnectionDetailsTo.withName

withName(name)

"Name is the name of the connection secret."

obj spec.publishConnectionDetailsTo.configRef

"SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret."

fn spec.publishConnectionDetailsTo.configRef.withName

withName(name)

"Name of the referenced object."

obj spec.publishConnectionDetailsTo.configRef.policy

"Policies for referencing."

fn spec.publishConnectionDetailsTo.configRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.publishConnectionDetailsTo.configRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.publishConnectionDetailsTo.metadata

"Metadata is the metadata for connection secret."

fn spec.publishConnectionDetailsTo.metadata.withAnnotations

withAnnotations(annotations)

"Annotations are the annotations to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.annotations\". - It is up to Secret Store implementation for others store types."

fn spec.publishConnectionDetailsTo.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations are the annotations to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.annotations\". - It is up to Secret Store implementation for others store types."

Note: This function appends passed data to existing values

fn spec.publishConnectionDetailsTo.metadata.withLabels

withLabels(labels)

"Labels are the labels/tags to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.labels\". - It is up to Secret Store implementation for others store types."

fn spec.publishConnectionDetailsTo.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels are the labels/tags to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.labels\". - It is up to Secret Store implementation for others store types."

Note: This function appends passed data to existing values

fn spec.publishConnectionDetailsTo.metadata.withType

withType(type)

"Type is the SecretType for the connection secret. - Only valid for Kubernetes Secret Stores."

obj spec.writeConnectionSecretToRef

"WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other."

fn spec.writeConnectionSecretToRef.withName

withName(name)

"Name of the secret."

fn spec.writeConnectionSecretToRef.withNamespace

withNamespace(namespace)

"Namespace of the secret."