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

Gateway API CRDs from the standard release channel will be reconciled onto your cluster. See https://aka.ms/gateway-api-versions to see which bundle will be installed for your Kubernetes version.

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