mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-07-30 23:21:58 +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
|
||||
// checkpoint API
|
||||
|
||||
package checkpoint
|
||||
|
@ -13,5 +13,4 @@
|
||||
// limitations under the License.
|
||||
|
||||
// Package k8sclient is the package that contains the Kubernetes client libraries.
|
||||
|
||||
package k8sclient
|
||||
|
@ -14,5 +14,4 @@
|
||||
|
||||
// Package kubeletclient is the package that contains the kubelet's libraries that
|
||||
// controls podresource API in kubelet
|
||||
|
||||
package kubeletclient
|
||||
|
@ -13,5 +13,4 @@
|
||||
// limitations under the License.
|
||||
|
||||
// Package logging is the package that contains logging library.
|
||||
|
||||
package logging
|
||||
|
@ -14,5 +14,4 @@
|
||||
|
||||
// Package multus is the package that contains main multus function, which
|
||||
// manipulates CNI request for delegate plugins.
|
||||
|
||||
package multus
|
||||
|
@ -13,5 +13,4 @@
|
||||
// limitations under the License.
|
||||
|
||||
// Package netutils is the package that contains network related utilities.
|
||||
|
||||
package netutils
|
||||
|
@ -13,5 +13,4 @@
|
||||
// limitations under the License.
|
||||
|
||||
// Package api is the package that contains thick pluigin's server apis.
|
||||
|
||||
package api
|
||||
|
@ -14,5 +14,4 @@
|
||||
|
||||
// Package config is the package that contains the libraries that operates
|
||||
// CNI config files
|
||||
|
||||
package config
|
||||
|
@ -13,5 +13,4 @@
|
||||
// limitations under the License.
|
||||
|
||||
// Package server is the package that contains thick pluigin's server libraries.
|
||||
|
||||
package server
|
||||
|
@ -13,5 +13,4 @@
|
||||
// limitations under the License.
|
||||
|
||||
// Package testing is the package that contains unit-test libraries.
|
||||
|
||||
package testing
|
||||
|
@ -13,5 +13,4 @@
|
||||
// limitations under the License.
|
||||
|
||||
// Package types contains common types in the multus.
|
||||
|
||||
package types
|
||||
|
Loading…
Reference in New Issue
Block a user