Share via


EbpfDataplane Struct

Definition

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