Show / Hide Table of Contents

Class ProjectClusterArgs

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

Constructors

View Source

ProjectClusterArgs()

Declaration
public ProjectClusterArgs()

Properties

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

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

KubernetesNamespace

The unique namespace related to the project.

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

Project

The id of the project to add the cluster to.

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