Show / Hide Table of Contents

Class Overhead

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

Inheritance
System.Object
Overhead
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.Outputs.Node.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class Overhead

Fields

View Source

PodFixed

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

Declaration
public readonly ImmutableDictionary<string, string> PodFixed
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.