mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 08:15:48 -04:00
Remove all traces of CoreOS from the codebase
This commit is contained in:
parent
35e2267cf9
commit
743f5fa627
39 changed files with 117 additions and 799 deletions
|
@ -307,8 +307,8 @@ type upgradePlanFlags struct {
|
|||
}
|
||||
|
||||
type imageManifest struct {
|
||||
AzureImage string `json:"AzureCoreOSImage"`
|
||||
GCPImage string `json:"GCPCoreOSImage"`
|
||||
AzureImage string `json:"AzureOSImage"`
|
||||
GCPImage string `json:"GCPOSImage"`
|
||||
}
|
||||
|
||||
type nopWriteCloser struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue