Class ClusterRkeConfigDnsArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigDnsArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigDnsArgs()
Declaration
public ClusterRkeConfigDnsArgs()
Properties
View SourceNodeSelector
Node selector for RKE Ingress (map)
Declaration
public InputMap<object> NodeSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Provider
Provider for RKE monitoring (string)
Declaration
public Input<string> Provider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReverseCidrs
DNS add-on reverse cidr (list)
Declaration
public InputList<string> ReverseCidrs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
UpstreamNameservers
DNS add-on upstream nameservers (list)
Declaration
public InputList<string> UpstreamNameservers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |