ContainerServiceFleetTaintEffect 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.
TaintEffect.
public readonly struct ContainerServiceFleetTaintEffect : IEquatable<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetTaintEffect>
type ContainerServiceFleetTaintEffect = struct
Public Structure ContainerServiceFleetTaintEffect
Implements IEquatable(Of ContainerServiceFleetTaintEffect)
- Inheritance
-
ContainerServiceFleetTaintEffect
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerServiceFleetTaintEffect(String) |
Initializes a new instance of ContainerServiceFleetTaintEffect. |
Properties
| Name | Description |
|---|---|
| NoSchedule |
Do not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerServiceFleetTaintEffect) |
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(ContainerServiceFleetTaintEffect, ContainerServiceFleetTaintEffect) |
Determines if two ContainerServiceFleetTaintEffect values are the same. |
| Implicit(String to ContainerServiceFleetTaintEffect) |
Converts a string to a ContainerServiceFleetTaintEffect. |
| Implicit(String to Nullable<ContainerServiceFleetTaintEffect>) | |
| Inequality(ContainerServiceFleetTaintEffect, ContainerServiceFleetTaintEffect) |
Determines if two ContainerServiceFleetTaintEffect values are not the same. |