Specify compute resource requirements (cpu, memory) for any resource that defines a pod template. If a pod is successfully scheduled, it is guaranteed the amount of resource requested, but may burst up to its specified limits.
Specify compute resource requirements (cpu, memory) for any resource that defines a pod template. If a pod is successfully scheduled, it is guaranteed the amount of resource requested, but may burst up to its specified limits.
for each compute resource, if a limit is specified and a request is omitted, the request will default to the limit.
for each compute resource, if a limit is specified and a request is omitted, the request will default to the limit.
Possible resources include (case insensitive):`)
Possible resources include (case insensitive): %s.`)
resources_example=templates.Examples(`
resources_example=templates.Examples(`
# Set a deployments nginx container cpu limits to "200m" and memory to "512Mi"
# Set a deployments nginx container cpu limits to "200m" and memory to "512Mi"