forked from superedge/superedge
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
application-grid-controller and application-grid-wrapper support k8s …
…1.22 (superedge#371) application-grid-controller and application-grid-wrapper support k8s 1.22 Signed-off-by: 00pf00 <[email protected]>
- Loading branch information
Showing
25 changed files
with
28,906 additions
and
26,415 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
From alpine:3.9 | ||
|
||
ADD application-grid-controller /usr/local/bin | ||
COPY manifests /etc/superedge/application-grid-controller/manifests | ||
|
||
ENTRYPOINT ["/usr/local/bin/application-grid-controller"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
cp -r pkg/application-grid-controller/manifests "$DST_DIR" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12,621 changes: 0 additions & 12,621 deletions
12,621
pkg/application-grid-controller/controller/common/deploymentgrid-crd.go
This file was deleted.
Oops, something went wrong.
497 changes: 0 additions & 497 deletions
497
pkg/application-grid-controller/controller/common/servicegrid-crd.go
This file was deleted.
Oops, something went wrong.
13,028 changes: 0 additions & 13,028 deletions
13,028
pkg/application-grid-controller/controller/common/statefulsetgrid-crd.go
This file was deleted.
Oops, something went wrong.
13,657 changes: 13,657 additions & 0 deletions
13,657
pkg/application-grid-controller/manifests/superedge.io_deploymentgrids.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
489 changes: 489 additions & 0 deletions
489
pkg/application-grid-controller/manifests/superedge.io_servicegrids.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
14,065 changes: 14,065 additions & 0 deletions
14,065
pkg/application-grid-controller/manifests/superedge.io_statefulsetgrids.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.