From c16d9193c1c1b182aad312283690e6d178aaadbe Mon Sep 17 00:00:00 2001 From: WanLinghao Date: Tue, 5 Mar 2019 17:22:35 +0800 Subject: [PATCH] bazel fix --- pkg/kubelet/oom/oom_watcher_unsupported.go | 1 + pkg/kubelet/oom/types.go | 1 + 2 files changed, 2 insertions(+) diff --git a/pkg/kubelet/oom/oom_watcher_unsupported.go b/pkg/kubelet/oom/oom_watcher_unsupported.go index aea98ae71c..3dd83e8a76 100644 --- a/pkg/kubelet/oom/oom_watcher_unsupported.go +++ b/pkg/kubelet/oom/oom_watcher_unsupported.go @@ -15,6 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + package oom import ( diff --git a/pkg/kubelet/oom/types.go b/pkg/kubelet/oom/types.go index 222ef8d983..09d50b181d 100644 --- a/pkg/kubelet/oom/types.go +++ b/pkg/kubelet/oom/types.go @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + package oom import (