mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-27 07:30:45 -04:00
Remove unused LoadConfig type
This commit is contained in:
parent
6b2d9d16f8
commit
2c9ddbc6e7
1 changed files with 0 additions and 7 deletions
|
@ -47,13 +47,6 @@ type ChartLoader struct {
|
|||
verificationServiceImage string
|
||||
}
|
||||
|
||||
type LoadConfig struct {
|
||||
Csp cloudprovider.Provider
|
||||
ConformanceMode bool
|
||||
MasterSecret []byte
|
||||
Salt []byte
|
||||
}
|
||||
|
||||
// New creates a new ChartLoader.
|
||||
func New(csp cloudprovider.Provider, k8sVersion versions.ValidK8sVersion) *ChartLoader {
|
||||
var ccmImage, cnmImage string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue