Condividi tramite


ManagedGatewayType Struct

Definition

Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details.

public readonly struct ManagedGatewayType : IEquatable<Azure.ResourceManager.ContainerService.Models.ManagedGatewayType>
type ManagedGatewayType = struct
Public Structure ManagedGatewayType
Implements IEquatable(Of ManagedGatewayType)
Inheritance
ManagedGatewayType
Implements

Constructors

Name Description
ManagedGatewayType(String)

Initializes a new instance of ManagedGatewayType.

Properties

Name Description
Disabled

Gateway API CRDs will not be reconciled on your cluster.

Standard

The latest Gateway CRD bundle from the standard channel that is compatible with your Kubernetes version will be reconciled onto your cluster. See https://gateway-api.sigs.k8s.io/concepts/versioning/ for more details.

Methods

Name Description
Equals(ManagedGatewayType)

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(ManagedGatewayType, ManagedGatewayType)

Determines if two ManagedGatewayType values are the same.

Implicit(String to ManagedGatewayType)

Converts a string to a ManagedGatewayType.

Implicit(String to Nullable<ManagedGatewayType>)
Inequality(ManagedGatewayType, ManagedGatewayType)

Determines if two ManagedGatewayType values are not the same.

Applies to