Show / Hide Table of Contents

Class ClusterRkeConfigServices

Inheritance
System.Object
ClusterRkeConfigServices
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.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigServices

Fields

View Source

Etcd

Etcd options for RKE services (list maxitems:1)

Declaration
public readonly ClusterRkeConfigServicesEtcd Etcd
Field Value
Type Description
ClusterRkeConfigServicesEtcd
View Source

KubeApi

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

Declaration
public readonly ClusterRkeConfigServicesKubeApi KubeApi
Field Value
Type Description
ClusterRkeConfigServicesKubeApi
View Source

KubeController

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

Declaration
public readonly ClusterRkeConfigServicesKubeController KubeController
Field Value
Type Description
ClusterRkeConfigServicesKubeController
View Source

Kubelet

Kubelet options for RKE services (list maxitems:1)

Declaration
public readonly ClusterRkeConfigServicesKubelet Kubelet
Field Value
Type Description
ClusterRkeConfigServicesKubelet
View Source

Kubeproxy

Kubeproxy options for RKE services (list maxitems:1)

Declaration
public readonly ClusterRkeConfigServicesKubeproxy Kubeproxy
Field Value
Type Description
ClusterRkeConfigServicesKubeproxy
View Source

Scheduler

Scheduler options for RKE services (list maxitems:1)

Declaration
public readonly ClusterRkeConfigServicesScheduler Scheduler
Field Value
Type Description
ClusterRkeConfigServicesScheduler
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.