Show / Hide Table of Contents

Class ClusterRkeConfigServicesGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterRkeConfigServicesGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

ClusterRkeConfigServicesGetArgs()

Declaration
public ClusterRkeConfigServicesGetArgs()

Properties

View Source

Etcd

Etcd options for RKE services (list maxitems:1)

Declaration
public Input<ClusterRkeConfigServicesEtcdGetArgs> Etcd { get; set; }
Property Value
Type Description
Input<ClusterRkeConfigServicesEtcdGetArgs>
View Source

KubeApi

Kube API options for RKE services (list maxitems:1)

Declaration
public Input<ClusterRkeConfigServicesKubeApiGetArgs> KubeApi { get; set; }
Property Value
Type Description
Input<ClusterRkeConfigServicesKubeApiGetArgs>
View Source

KubeController

Kube Controller options for RKE services (list maxitems:1)

Declaration
public Input<ClusterRkeConfigServicesKubeControllerGetArgs> KubeController { get; set; }
Property Value
Type Description
Input<ClusterRkeConfigServicesKubeControllerGetArgs>
View Source

Kubelet

Kubelet options for RKE services (list maxitems:1)

Declaration
public Input<ClusterRkeConfigServicesKubeletGetArgs> Kubelet { get; set; }
Property Value
Type Description
Input<ClusterRkeConfigServicesKubeletGetArgs>
View Source

Kubeproxy

Kubeproxy options for RKE services (list maxitems:1)

Declaration
public Input<ClusterRkeConfigServicesKubeproxyGetArgs> Kubeproxy { get; set; }
Property Value
Type Description
Input<ClusterRkeConfigServicesKubeproxyGetArgs>
View Source

Scheduler

Scheduler options for RKE services (list maxitems:1)

Declaration
public Input<ClusterRkeConfigServicesSchedulerGetArgs> Scheduler { get; set; }
Property Value
Type Description
Input<ClusterRkeConfigServicesSchedulerGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.