Show / Hide Table of Contents

Class ProjectArgs

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

Constructors

View Source

ProjectArgs()

Declaration
public ProjectArgs()

Properties

View Source

Annotations

Annotations for Node Pool object (map)

Declaration
public InputMap<object> Annotations { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

ClusterId

The cluster id where create project (string)

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

ContainerResourceLimit

Default containers resource limits on project (List maxitem:1)

Declaration
public Input<ProjectContainerResourceLimitArgs> ContainerResourceLimit { get; set; }
Property Value
Type Description
Input<ProjectContainerResourceLimitArgs>
View Source

Description

A project description (string)

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

EnableProjectMonitoring

Enable built-in project monitoring. Default false (bool)

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

Labels

Labels for Node Pool object (map)

Declaration
public InputMap<object> Labels { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Name

The name of the project (string)

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

PodSecurityPolicyTemplateId

Default Pod Security Policy ID for the project (string)

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

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>
View Source

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>
View Source

WaitForCluster

Wait for cluster becomes active. Default false (bool)

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