mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-22 10:27:56 +00:00
Fix non-ascii characters in pkg/kubelet/qos/doc.go
This commit is contained in:
@@ -18,8 +18,8 @@ limitations under the License.
|
|||||||
// For each resource (memory, CPU) Kubelet supports three classes of containers.
|
// For each resource (memory, CPU) Kubelet supports three classes of containers.
|
||||||
// Memory guaranteed containers will receive the highest priority and will get all the resources
|
// Memory guaranteed containers will receive the highest priority and will get all the resources
|
||||||
// they need.
|
// they need.
|
||||||
// Burstable containers will be guaranteed their request and can “burst” and use more resources
|
// Burstable containers will be guaranteed their request and can "burst" and use more resources
|
||||||
// when available.
|
// when available.
|
||||||
// Best-Effort containers, which don’t specify a request, can use resources only if not being used
|
// Best-Effort containers, which don't specify a request, can use resources only if not being used
|
||||||
// by other pods.
|
// by other pods.
|
||||||
package qos // import "k8s.io/kubernetes/pkg/kubelet/qos"
|
package qos // import "k8s.io/kubernetes/pkg/kubelet/qos"
|
||||||
|
Reference in New Issue
Block a user