Fix warning message about package comment

This commit is contained in:
Tomofumi Hayashi 2022-12-16 00:43:01 +09:00
parent 971a110db7
commit 3ffa206abc
11 changed files with 0 additions and 11 deletions

View File

@ -14,5 +14,4 @@
// Package checkpoint is the package that contains the libraries that manipulates kubelet's
// checkpoint API
package checkpoint

View File

@ -13,5 +13,4 @@
// limitations under the License.
// Package k8sclient is the package that contains the Kubernetes client libraries.
package k8sclient

View File

@ -14,5 +14,4 @@
// Package kubeletclient is the package that contains the kubelet's libraries that
// controls podresource API in kubelet
package kubeletclient

View File

@ -13,5 +13,4 @@
// limitations under the License.
// Package logging is the package that contains logging library.
package logging

View File

@ -14,5 +14,4 @@
// Package multus is the package that contains main multus function, which
// manipulates CNI request for delegate plugins.
package multus

View File

@ -13,5 +13,4 @@
// limitations under the License.
// Package netutils is the package that contains network related utilities.
package netutils

View File

@ -13,5 +13,4 @@
// limitations under the License.
// Package api is the package that contains thick pluigin's server apis.
package api

View File

@ -14,5 +14,4 @@
// Package config is the package that contains the libraries that operates
// CNI config files
package config

View File

@ -13,5 +13,4 @@
// limitations under the License.
// Package server is the package that contains thick pluigin's server libraries.
package server

View File

@ -13,5 +13,4 @@
// limitations under the License.
// Package testing is the package that contains unit-test libraries.
package testing

View File

@ -13,5 +13,4 @@
// limitations under the License.
// Package types contains common types in the multus.
package types