Show / Hide Table of Contents

Class OverheadArgs

Overhead structure represents the resource overhead associated with running a pod.

Inheritance
System.Object
InputArgs
ResourceArgs
OverheadArgs
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.Kubernetes.Types.Inputs.Node.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class OverheadArgs : ResourceArgs

Properties

View Source

PodFixed

PodFixed represents the fixed resource overhead associated with running a pod.

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