Class ClusterRkeConfigServicesGetArgs
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 ClusterRkeConfigServicesGetArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigServicesGetArgs()
Declaration
public ClusterRkeConfigServicesGetArgs()
Properties
View SourceEtcd
Etcd options for RKE services (list maxitems:1)
Declaration
public Input<ClusterRkeConfigServicesEtcdGetArgs> Etcd { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesEtcdGetArgs> |
KubeApi
Kube API options for RKE services (list maxitems:1)
Declaration
public Input<ClusterRkeConfigServicesKubeApiGetArgs> KubeApi { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesKubeApiGetArgs> |
KubeController
Kube Controller options for RKE services (list maxitems:1)
Declaration
public Input<ClusterRkeConfigServicesKubeControllerGetArgs> KubeController { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesKubeControllerGetArgs> |
Kubelet
Kubelet options for RKE services (list maxitems:1)
Declaration
public Input<ClusterRkeConfigServicesKubeletGetArgs> Kubelet { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesKubeletGetArgs> |
Kubeproxy
Kubeproxy options for RKE services (list maxitems:1)
Declaration
public Input<ClusterRkeConfigServicesKubeproxyGetArgs> Kubeproxy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesKubeproxyGetArgs> |
Scheduler
Scheduler options for RKE services (list maxitems:1)
Declaration
public Input<ClusterRkeConfigServicesSchedulerGetArgs> Scheduler { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesSchedulerGetArgs> |