Skip to content

Commit

Permalink
add scheduler module to adapter kubernetes 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: duanmengkk <[email protected]>
  • Loading branch information
duanmengkk committed Sep 18, 2023
1 parent 1122911 commit 5d2fd00
Show file tree
Hide file tree
Showing 5,713 changed files with 161,507 additions and 1,013,555 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
12 changes: 2 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,7 @@ REGISTRY_USER_NAME?=""
REGISTRY_PASSWORD?=""
REGISTRY_SERVER_ADDRESS?=""

TARGETS := clusterlink-controller-manager \
clusterlink-operator \
clusterlink-agent \
clusterlink-elector \
clusterlink-floater \
clusterlink-network-manager \
clusterlink-proxy \

CTL_TARGETS := kosmosctl
TARGETS := scheduler

# Build code.
#
Expand Down Expand Up @@ -144,7 +136,7 @@ lint-fix: golangci-lint

golangci-lint:
ifeq (, $(shell which golangci-lint))
GO111MODULE=on go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2
GO111MODULE=on go install github.com/golangci/golangci-lint/cmd/golangci-lint
GOLANGLINT_BIN=$(shell go env GOPATH)/bin/golangci-lint
else
GOLANGLINT_BIN=$(shell which golangci-lint)
Expand Down
87 changes: 0 additions & 87 deletions cmd/floater/app/floater.go

This file was deleted.

23 changes: 0 additions & 23 deletions cmd/floater/app/options/options.go

This file was deleted.

10 changes: 0 additions & 10 deletions cmd/floater/app/options/validation.go

This file was deleted.

86 changes: 0 additions & 86 deletions cmd/floater/certificate/file.crt

This file was deleted.

27 changes: 0 additions & 27 deletions cmd/floater/certificate/file.key

This file was deleted.

17 changes: 0 additions & 17 deletions cmd/floater/main.go

This file was deleted.

10 changes: 0 additions & 10 deletions cmd/knode-manager/OWNERS

This file was deleted.

75 changes: 0 additions & 75 deletions cmd/knode-manager/app/config/config.go

This file was deleted.

Loading

0 comments on commit 5d2fd00

Please sign in to comment.