mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #80094 from ZP-AlwaysWin/dev03
Fix golint failure in pkg/quota/v1/evaluator/core
This commit is contained in:
commit
d793279dee
@ -186,7 +186,6 @@ pkg/proxy/apis/config/v1alpha1
|
|||||||
pkg/proxy/userspace
|
pkg/proxy/userspace
|
||||||
pkg/proxy/winkernel
|
pkg/proxy/winkernel
|
||||||
pkg/proxy/winuserspace
|
pkg/proxy/winuserspace
|
||||||
pkg/quota/v1/evaluator/core
|
|
||||||
pkg/registry/admissionregistration/rest
|
pkg/registry/admissionregistration/rest
|
||||||
pkg/registry/apps/deployment/storage
|
pkg/registry/apps/deployment/storage
|
||||||
pkg/registry/apps/replicaset
|
pkg/registry/apps/replicaset
|
||||||
|
@ -14,5 +14,5 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// core contains modules that interface with the core api group
|
// Package core contains modules that interface with the core api group
|
||||||
package core // import "k8s.io/kubernetes/pkg/quota/v1/evaluator/core"
|
package core // import "k8s.io/kubernetes/pkg/quota/v1/evaluator/core"
|
||||||
|
Loading…
Reference in New Issue
Block a user