提交 2252de24 编写于 作者: P Priya Wadhwa

return 'not yet implemented' error

上级 66b7dc3f
......@@ -311,5 +311,5 @@ func (r *Containerd) SystemLogCmd(len int) string {
// Preload preloads the container runtime with k8s images
func (r *Containerd) Preload(k8sVersion string) error {
return nil
return fmt.Errorf("not yet implemented for %s", r.Name)
}
......@@ -228,5 +228,5 @@ func (r *CRIO) SystemLogCmd(len int) string {
// Preload preloads the container runtime with k8s images
func (r *CRIO) Preload(k8sVersion string) error {
return nil
return fmt.Errorf("not yet implemented for %s", r.Name)
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册