Show / Hide Table of Contents

Class LkeClusterArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LkeClusterArgs
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 LkeClusterArgs : ResourceArgs

Constructors

View Source

LkeClusterArgs()

Declaration
public LkeClusterArgs()

Properties

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

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<LkeClusterPoolArgs> Pools { get; set; }
Property Value
Type Description
InputList<LkeClusterPoolArgs>
View Source

Region

This Kubernetes cluster's location.

Declaration
public Input<string> Region { 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.