mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
99c579b45a
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
15 lines
526 B
Go
15 lines
526 B
Go
/*
|
|
Copyright (c) Edgeless Systems GmbH
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
/*
|
|
Package upgrade provides functionality to upgrade the cluster and it's resources.
|
|
|
|
TODO: Remove this package in favour of adding splitting its functionality onto the kubernetes, helm, and terraform packages.
|
|
There should be no additions to this package at the current time.
|
|
If you need to make larger changes to existing code, consider refactoring and moving relevant code to the kubernetes, helm, or terraform packages.
|
|
*/
|
|
package upgrade
|