Update Container Resources more info link

This commit is contained in:
Jacob LeGrone 2018-08-11 17:28:59 -04:00
parent fbb2dfcc6a
commit 74c1dee907
No known key found for this signature in database
GPG Key ID: 1A55231CDAF32F24

View File

@ -2059,7 +2059,7 @@ type Container struct {
Env []EnvVar `json:"env,omitempty" patchStrategy:"merge" patchMergeKey:"name" protobuf:"bytes,7,rep,name=env"`
// Compute Resources required by this container.
// Cannot be updated.
// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
// More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
// +optional
Resources ResourceRequirements `json:"resources,omitempty" protobuf:"bytes,8,opt,name=resources"`
// Pod volumes to mount into the container's filesystem.