Class ClusterRkeConfigIngressGetArgs
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 ClusterRkeConfigIngressGetArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigIngressGetArgs()
Declaration
public ClusterRkeConfigIngressGetArgs()
Properties
View SourceDnsPolicy
Ingress controller DNS policy. ClusterFirstWithHostNet, ClusterFirst, Default, and None are supported. K8S dns Policy (string)
Declaration
public Input<string> DnsPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExtraArgs
Extra arguments for scheduler service (map)
Declaration
public InputMap<object> ExtraArgs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
NodeSelector
Node selector for RKE Ingress (map)
Declaration
public InputMap<object> NodeSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Options
RKE options for network (map)
Declaration
public InputMap<object> Options { 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> |