mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-08-09 12:08:52 +00:00
Fix warning message about package comment
This commit is contained in:
parent
971a110db7
commit
3ffa206abc
@ -14,5 +14,4 @@
|
|||||||
|
|
||||||
// Package checkpoint is the package that contains the libraries that manipulates kubelet's
|
// Package checkpoint is the package that contains the libraries that manipulates kubelet's
|
||||||
// checkpoint API
|
// checkpoint API
|
||||||
|
|
||||||
package checkpoint
|
package checkpoint
|
||||||
|
@ -13,5 +13,4 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// Package k8sclient is the package that contains the Kubernetes client libraries.
|
// Package k8sclient is the package that contains the Kubernetes client libraries.
|
||||||
|
|
||||||
package k8sclient
|
package k8sclient
|
||||||
|
@ -14,5 +14,4 @@
|
|||||||
|
|
||||||
// Package kubeletclient is the package that contains the kubelet's libraries that
|
// Package kubeletclient is the package that contains the kubelet's libraries that
|
||||||
// controls podresource API in kubelet
|
// controls podresource API in kubelet
|
||||||
|
|
||||||
package kubeletclient
|
package kubeletclient
|
||||||
|
@ -13,5 +13,4 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// Package logging is the package that contains logging library.
|
// Package logging is the package that contains logging library.
|
||||||
|
|
||||||
package logging
|
package logging
|
||||||
|
@ -14,5 +14,4 @@
|
|||||||
|
|
||||||
// Package multus is the package that contains main multus function, which
|
// Package multus is the package that contains main multus function, which
|
||||||
// manipulates CNI request for delegate plugins.
|
// manipulates CNI request for delegate plugins.
|
||||||
|
|
||||||
package multus
|
package multus
|
||||||
|
@ -13,5 +13,4 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// Package netutils is the package that contains network related utilities.
|
// Package netutils is the package that contains network related utilities.
|
||||||
|
|
||||||
package netutils
|
package netutils
|
||||||
|
@ -13,5 +13,4 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// Package api is the package that contains thick pluigin's server apis.
|
// Package api is the package that contains thick pluigin's server apis.
|
||||||
|
|
||||||
package api
|
package api
|
||||||
|
@ -14,5 +14,4 @@
|
|||||||
|
|
||||||
// Package config is the package that contains the libraries that operates
|
// Package config is the package that contains the libraries that operates
|
||||||
// CNI config files
|
// CNI config files
|
||||||
|
|
||||||
package config
|
package config
|
||||||
|
@ -13,5 +13,4 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// Package server is the package that contains thick pluigin's server libraries.
|
// Package server is the package that contains thick pluigin's server libraries.
|
||||||
|
|
||||||
package server
|
package server
|
||||||
|
@ -13,5 +13,4 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// Package testing is the package that contains unit-test libraries.
|
// Package testing is the package that contains unit-test libraries.
|
||||||
|
|
||||||
package testing
|
package testing
|
||||||
|
@ -13,5 +13,4 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// Package types contains common types in the multus.
|
// Package types contains common types in the multus.
|
||||||
|
|
||||||
package types
|
package types
|
||||||
|
Loading…
Reference in New Issue
Block a user