Show / Hide Table of Contents

Class LkeClusterState

Inheritance
System.Object
InputArgs
ResourceArgs
LkeClusterState
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.Linode
Assembly: Pulumi.Linode.dll
Syntax
public sealed class LkeClusterState : ResourceArgs

Constructors

View Source

LkeClusterState()

Declaration
public LkeClusterState()

Properties

View Source

ApiEndpoints

The endpoints for the Kubernetes API server.

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

K8sVersion

The desired Kubernetes version for this Kubernetes cluster in the format of major.minor (e.g. 1.17), and the latest supported patch version will be deployed.

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

Kubeconfig

The base64 encoded kubeconfig for the Kubernetes cluster.

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

Label

This Kubernetes cluster's unique label.

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

Pools

Additional nested attributes:

Declaration
public InputList<LkeClusterPoolGetArgs> Pools { get; set; }
Property Value
Type Description
InputList<LkeClusterPoolGetArgs>
View Source

Region

This Kubernetes cluster's location.

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

Status

The status of the node.

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

Tags

An array of tags applied to the Kubernetes cluster. Tags are for organizational purposes only.

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