Merge pull request #80094 from ZP-AlwaysWin/dev03

Fix golint failure in pkg/quota/v1/evaluator/core
This commit is contained in:
Kubernetes Prow Robot 2019-07-25 14:34:24 -07:00 committed by GitHub
commit d793279dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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"