mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
12 lines
432 B
Go
12 lines
432 B
Go
|
/*
|
||
|
Copyright (c) Edgeless Systems GmbH
|
||
|
|
||
|
SPDX-License-Identifier: AGPL-3.0-only
|
||
|
*/
|
||
|
|
||
|
// Package sgreconciler contains a reconciler that reconciles on cloud provider infrastructure.
|
||
|
// It is used to create, delete and update the spec of infrastructure-related k8s resources based on the
|
||
|
// actual state of the infrastructure.
|
||
|
// It uses polling (with additional triggers) to check the state of the infrastructure.
|
||
|
package sgreconciler
|