Class OverheadArgs
Overhead structure represents the resource overhead associated with running a pod.
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.Kubernetes.Types.Inputs.Node.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class OverheadArgs : ResourceArgs
Properties
View SourcePodFixed
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> |