NodeProvisioningDefaultNodePool Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of default Karpenter NodePools (CRDs) configured for node provisioning. This field has no effect unless mode is 'Auto'. Warning: Changing this from Auto to None on an existing cluster will cause the default Karpenter NodePools to be deleted, which will drain and delete the nodes associated with those pools. It is strongly recommended to not do this unless there are idle nodes ready to take the pods evicted by that action. If not specified, the default is Auto. For more information see aka.ms/aks/nap#node-pools. Serialized Name: NodeProvisioningDefaultNodePools
public readonly struct NodeProvisioningDefaultNodePool : IEquatable<Azure.ResourceManager.ContainerService.Models.NodeProvisioningDefaultNodePool>
type NodeProvisioningDefaultNodePool = struct
Public Structure NodeProvisioningDefaultNodePool
Implements IEquatable(Of NodeProvisioningDefaultNodePool)
- Inheritance
-
NodeProvisioningDefaultNodePool
- Implements
Constructors
| Name | Description |
|---|---|
| NodeProvisioningDefaultNodePool(String) |
Initializes a new instance of NodeProvisioningDefaultNodePool. |
Properties
| Name | Description |
|---|---|
| Auto |
A standard set of Karpenter NodePools are provisioned Serialized Name: NodeProvisioningDefaultNodePools.Auto |
| None |
No Karpenter NodePools are provisioned automatically. Automatic scaling will not happen unless the user creates one or more NodePool CRD instances. Serialized Name: NodeProvisioningDefaultNodePools.None |
Methods
| Name | Description |
|---|---|
| Equals(NodeProvisioningDefaultNodePool) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(NodeProvisioningDefaultNodePool, NodeProvisioningDefaultNodePool) |
Determines if two NodeProvisioningDefaultNodePool values are the same. |
| Implicit(String to NodeProvisioningDefaultNodePool) |
Converts a String to a NodeProvisioningDefaultNodePool. |
| Inequality(NodeProvisioningDefaultNodePool, NodeProvisioningDefaultNodePool) |
Determines if two NodeProvisioningDefaultNodePool values are not the same. |