Class GroupClusterArgs
Inherited Members
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 GroupClusterArgs : ResourceArgs
Constructors
View SourceGroupClusterArgs()
Declaration
public GroupClusterArgs()
Properties
View SourceDomain
The base domain of the cluster.
Declaration
public Input<string> Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
EnvironmentScope
The associated environment to the cluster. Defaults to *.
Declaration
public Input<string> EnvironmentScope { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
KubernetesApiUrl
The URL to access the Kubernetes API.
Declaration
public Input<string> KubernetesApiUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
KubernetesToken
The token to authenticate against Kubernetes.
Declaration
public Input<string> KubernetesToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
ManagementProjectId
Declaration
public Input<string> ManagementProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of cluster.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |