package
1.2.0-alpha.4
Repository: https://github.com/ericchiang/kubernetes.git
Documentation: pkg.go.dev
# Functions
CPUForPod computes the limits from the spec plus the default CPU limit difference for unlimited containers.
LimitPodCPU sets default CPU requests and limits of each container that does not limit its CPU resource yet.
LimitPodMem sets default memory requests and limits of each container that does not limit its memory resource yet.
MemForPod computes the limits from the spec plus the default memory limit difference for unlimited containers.
No description provided by the author
No description provided by the author
# Constants
CPUs allocated for pods without CPU limit.
memory allocated for pods without memory limit.
minimum CPUs allowed by Mesos.
minimum memory allowed by Mesos.