Class V1DnsEndpointSpec
The Endpoint Spec.
Namespace: Neon.Kube.Resources.ExternalDns
Assembly: Neon.Kube.Resources.dll
Syntax
public class V1DnsEndpointSpec
Constructors
V1DnsEndpointSpec()
Constructor.
Declaration
public V1DnsEndpointSpec()
Properties
Endpoints
The list of DnsEndpoint.
Declaration
public List<DnsEndpoint> Endpoints { get; set; }
Property Value
Type | Description |
---|---|
List<DnsEndpoint> |