diff options
Diffstat (limited to 'server/container_updateruntimeconfig.go')
-rw-r--r-- | server/container_updateruntimeconfig.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/server/container_updateruntimeconfig.go b/server/container_updateruntimeconfig.go deleted file mode 100644 index b900c9b18..000000000 --- a/server/container_updateruntimeconfig.go +++ /dev/null @@ -1,11 +0,0 @@ -package server - -import ( - "golang.org/x/net/context" - pb "k8s.io/kubernetes/pkg/kubelet/apis/cri/v1alpha1/runtime" -) - -// UpdateRuntimeConfig updates the configuration of a running container. -func (s *Server) UpdateRuntimeConfig(ctx context.Context, req *pb.UpdateRuntimeConfigRequest) (*pb.UpdateRuntimeConfigResponse, error) { - return &pb.UpdateRuntimeConfigResponse{}, nil -} |