Show / Hide Table of Contents

Class GetClusterRkeConfigServicesResult

Inheritance
System.Object
GetClusterRkeConfigServicesResult
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 GetClusterRkeConfigServicesResult

Fields

View Source

Etcd

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

KubeApi

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

KubeController

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

Kubelet

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

Kubeproxy

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

Scheduler

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