Fix golint failures of pkg/kubelet/qos

This commit is contained in:
Mark Janssen
2019-05-20 14:36:28 +02:00
parent f392229104
commit e58b4d4324
3 changed files with 8 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// package qos contains helper functions for quality of service.
// Package qos contains helper functions for quality of service.
// 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
// they need.