Show / Hide Table of Contents

Class GroupClusterState

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

Constructors

View Source

GroupClusterState()

Declaration
public GroupClusterState()

Properties

View Source

ClusterType

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

CreatedAt

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

Domain

The base domain of the cluster.

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

Enabled

Determines if cluster is active or not. Defaults to true. This attribute cannot be read.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnvironmentScope

The associated environment to the cluster. Defaults to *.

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

Group

The id of the group to add the cluster to.

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

KubernetesApiUrl

The URL to access the Kubernetes API.

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

KubernetesAuthorizationType

The cluster authorization type. Valid values are rbac, abac, unknown_authorization. Defaults to rbac.

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

KubernetesCaCert

TLS certificate (needed if API is using a self-signed TLS certificate).

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

KubernetesToken

The token to authenticate against Kubernetes.

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

Managed

Determines if cluster is managed by gitlab or not. Defaults to true. This attribute cannot be read.

Declaration
public Input<bool> Managed { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ManagementProjectId

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

Name

The name of cluster.

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

PlatformType

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

ProviderType

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