Show / Hide Table of Contents

Class ClusterKubeconfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterKubeconfigGetArgs
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.OpenStack.ContainerInfra.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class ClusterKubeconfigGetArgs : ResourceArgs

Constructors

View Source

ClusterKubeconfigGetArgs()

Declaration
public ClusterKubeconfigGetArgs()

Properties

View Source

ClientCertificate

Declaration
public Input<string> ClientCertificate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClientKey

Declaration
public Input<string> ClientKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClusterCaCertificate

Declaration
public Input<string> ClusterCaCertificate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Host

Declaration
public Input<string> Host { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RawConfig

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