EbpfDataplane 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 eBPF dataplane used for building the Kubernetes network.
public readonly struct EbpfDataplane : IEquatable<Azure.ResourceManager.ContainerService.Models.EbpfDataplane>
type EbpfDataplane = struct
Public Structure EbpfDataplane
Implements IEquatable(Of EbpfDataplane)
- Inheritance
-
EbpfDataplane
- Implements
Constructors
EbpfDataplane(String) |
Initializes a new instance of EbpfDataplane. |
Properties
Cilium |
Use Cilium for networking in the Kubernetes cluster. |
Methods
Equals(EbpfDataplane) |
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
Equality(EbpfDataplane, EbpfDataplane) |
Determines if two EbpfDataplane values are the same. |
Implicit(String to EbpfDataplane) |
Converts a string to a EbpfDataplane. |
Inequality(EbpfDataplane, EbpfDataplane) |
Determines if two EbpfDataplane values are not the same. |
Applies to
Azure SDK for .NET