From 3b8f932ea98c59072eb2b38398dbaca9deaa851d Mon Sep 17 00:00:00 2001 From: Xianglin Gao Date: Tue, 9 Aug 2016 15:09:31 +0800 Subject: [PATCH] fix minor mistakes Signed-off-by: Xianglin Gao --- pkg/kubelet/api/v1alpha1/runtime/api.pb.go | 2 +- pkg/kubelet/api/v1alpha1/runtime/api.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/kubelet/api/v1alpha1/runtime/api.pb.go b/pkg/kubelet/api/v1alpha1/runtime/api.pb.go index 4a844f5b17e..af3675abe7b 100644 --- a/pkg/kubelet/api/v1alpha1/runtime/api.pb.go +++ b/pkg/kubelet/api/v1alpha1/runtime/api.pb.go @@ -1602,7 +1602,7 @@ type ContainerFilter struct { Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // ID of the container. Id *string `protobuf:"bytes,2,opt,name=id" json:"id,omitempty"` - // State of the contianer. + // State of the container. State *ContainerState `protobuf:"varint,3,opt,name=state,enum=runtime.ContainerState" json:"state,omitempty"` // The id of the pod sandbox PodSandboxId *string `protobuf:"bytes,4,opt,name=pod_sandbox_id" json:"pod_sandbox_id,omitempty"` diff --git a/pkg/kubelet/api/v1alpha1/runtime/api.proto b/pkg/kubelet/api/v1alpha1/runtime/api.proto index 9fe3b7ca79f..6e40ffc5176 100644 --- a/pkg/kubelet/api/v1alpha1/runtime/api.proto +++ b/pkg/kubelet/api/v1alpha1/runtime/api.proto @@ -491,7 +491,7 @@ message ContainerFilter { optional string name = 1; // ID of the container. optional string id = 2; - // State of the contianer. + // State of the container. optional ContainerState state = 3; // The id of the pod sandbox optional string pod_sandbox_id = 4;