Address comments, fix lint failures, and bazel complaints

This commit is contained in:
Yu-Ju Hong
2017-10-18 16:11:21 -07:00
parent 9f2e29f0f0
commit 5cbca87add
6 changed files with 39 additions and 13 deletions

View File

@@ -14,5 +14,5 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// A store interface.
// Package store hosts a Store interface and its implementations.
package store // import "k8s.io/kubernetes/pkg/kubelet/util/store"