mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-06 10:05:23 -05:00
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
|