Class ProjectState
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.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ProjectState : ResourceArgs
Constructors
View SourceProjectState()
Declaration
public ProjectState()
Properties
View SourceAnnotations
Annotations for Node Pool object (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
ClusterId
The cluster id where create project (string)
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ContainerResourceLimit
Default containers resource limits on project (List maxitem:1)
Declaration
public Input<ProjectContainerResourceLimitGetArgs> ContainerResourceLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProjectContainerResourceLimitGetArgs> |
Description
A project description (string)
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EnableProjectMonitoring
Enable built-in project monitoring. Default false (bool)
Declaration
public Input<bool> EnableProjectMonitoring { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Labels
Labels for Node Pool object (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Name
The name of the project (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PodSecurityPolicyTemplateId
Default Pod Security Policy ID for the project (string)
Declaration
public Input<string> PodSecurityPolicyTemplateId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectMonitoringInput
Project monitoring config. Any parameter defined in rancher-monitoring charts could be configured (list maxitems:1)
Declaration
public Input<ProjectProjectMonitoringInputGetArgs> ProjectMonitoringInput { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProjectProjectMonitoringInputGetArgs> |
ResourceQuota
Resource quota for project. Rancher v2.1.x or higher (list maxitems:1)
Declaration
public Input<ProjectResourceQuotaGetArgs> ResourceQuota { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProjectResourceQuotaGetArgs> |
WaitForCluster
Wait for cluster becomes active. Default false (bool)
Declaration
public Input<bool> WaitForCluster { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |