Class ClusterRkeConfigServicesArgs
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 ClusterRkeConfigServicesArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigServicesArgs()
Declaration
public ClusterRkeConfigServicesArgs()
Properties
View SourceEtcd
Etcd options for RKE services (list maxitems:1)
Declaration
public Input<ClusterRkeConfigServicesEtcdArgs> Etcd { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesEtcdArgs> |
KubeApi
Kube API options for RKE services (list maxitems:1)
Declaration
public Input<ClusterRkeConfigServicesKubeApiArgs> KubeApi { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesKubeApiArgs> |
KubeController
Kube Controller options for RKE services (list maxitems:1)
Declaration
public Input<ClusterRkeConfigServicesKubeControllerArgs> KubeController { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesKubeControllerArgs> |
Kubelet
Kubelet options for RKE services (list maxitems:1)
Declaration
public Input<ClusterRkeConfigServicesKubeletArgs> Kubelet { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesKubeletArgs> |
Kubeproxy
Kubeproxy options for RKE services (list maxitems:1)
Declaration
public Input<ClusterRkeConfigServicesKubeproxyArgs> Kubeproxy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesKubeproxyArgs> |
Scheduler
Scheduler options for RKE services (list maxitems:1)
Declaration
public Input<ClusterRkeConfigServicesSchedulerArgs> Scheduler { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesSchedulerArgs> |