Documentation ¶
Index ¶
Constants ¶
View Source
const BoostrapSecretName = "capas-manager-bootstrap-credentials"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsClientBuilder ¶
type AwsClientBuilder struct {
// contains filtered or unexported fields
}
func NewAwsClientBuilder ¶
func NewAwsClientBuilder(client client.Client) *AwsClientBuilder
func (*AwsClientBuilder) Get ¶
func (b *AwsClientBuilder) Get(ctx context.Context) (snow.AwsClientMap, error)
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
func New ¶
func New(client client.Client) *Reconciler
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, log logr.Logger, cluster *anywherev1.Cluster) (controller.Result, error)
Click to show internal directories.
Click to hide internal directories.