Class ProjectArgs
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 ProjectArgs : ResourceArgs
Constructors
View SourceProjectArgs()
Declaration
public ProjectArgs()
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<ProjectContainerResourceLimitArgs> ContainerResourceLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProjectContainerResourceLimitArgs> |
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<ProjectProjectMonitoringInputArgs> ProjectMonitoringInput { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProjectProjectMonitoringInputArgs> |
ResourceQuota
Resource quota for project. Rancher v2.1.x or higher (list maxitems:1)
Declaration
public Input<ProjectResourceQuotaArgs> ResourceQuota { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProjectResourceQuotaArgs> |
WaitForCluster
Wait for cluster becomes active. Default false (bool)
Declaration
public Input<bool> WaitForCluster { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |