Skip to content

Commit

Permalink
Merge pull request #5579 from Shelley-BaoYue/automated-cherry-pick-of…
Browse files Browse the repository at this point in the history
…-#5578-upstream-release-1.17

Automated cherry pick of #5578: fix compile failed in windows
  • Loading branch information
kubeedge-bot committed Apr 28, 2024
2 parents 0f3b2cf + 575a743 commit d9bbf3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
File renamed without changes.
8 changes: 8 additions & 0 deletions keadm/cmd/keadm/app/cmd/util/common_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,11 @@ func runEdgeCore() error {
func KillKubeEdgeBinary(proc string) error {
return errors.New("not implemented")
}

func EdgeCoreRunningModuleV2(opt *types.ResetOptions) types.ModuleRunning {
return types.NoneRunning
}

func CloudCoreRunningModuleV2(opt *types.ResetOptions) types.ModuleRunning {
return types.NoneRunning
}

0 comments on commit d9bbf3d

Please sign in to comment.