Show / Hide Table of Contents

Class ClusterAlterRuleNodeRuleGetArgs

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

Constructors

View Source

ClusterAlterRuleNodeRuleGetArgs()

Declaration
public ClusterAlterRuleNodeRuleGetArgs()

Properties

View Source

Condition

System service rule condition. Supported values : "controller-manager" | "etcd" | "scheduler". Default: scheduler (string)

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

CpuThreshold

Node rule cpu threshold. Default: 70 (int)

Declaration
public Input<int> CpuThreshold { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MemThreshold

Node rule mem threshold. Default: 70 (int)

Declaration
public Input<int> MemThreshold { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

NodeId

Node ID (string)

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

Selector

Node rule selector (map)

Declaration
public InputMap<object> Selector { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.