actuator

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Copyright 2020 The OpenShift Authors.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeProviderSpec

DecodeProviderSpec returns a decoded VSphereProviderSpec from a CredentialsRequest

func DecodeProviderStatus

DecodeProviderStatus returns a decoded VSphereProviderStatus from a CredentialsRequest

Types

type VSphereActuator

type VSphereActuator struct {
	Codec  *minterv1.ProviderCodec
	Client client.Client
}

VSphereActuator implements the CredentialsRequest Actuator interface to process CredentialsRequests in vSphere.

func NewVSphereActuator

func NewVSphereActuator(client client.Client) (*VSphereActuator, error)

NewVSphereActuator creates a new VSphereActuator.

func (*VSphereActuator) Create

Create will handle creating the credentials.

func (*VSphereActuator) Delete

Delete the credentials. If no error is returned, it is assumed that all dependent resources have been cleaned up.

func (*VSphereActuator) Exists

Exists will check if the credentials currently exist. To do this we will check if the target secret exists. This call is only used to determine if we're doing a Create or an Update, but in the context of this acutator it makes no difference.

func (*VSphereActuator) GetCredentialsRootSecret

func (a *VSphereActuator) GetCredentialsRootSecret(ctx context.Context, cr *minterv1.CredentialsRequest) (*corev1.Secret, error)

func (*VSphereActuator) GetCredentialsRootSecretLocation

func (a *VSphereActuator) GetCredentialsRootSecretLocation() types.NamespacedName

GetCredentialsRootSecretLocation returns the namespace and name where the parent credentials secret is stored.

func (*VSphereActuator) Update

Update will update the credentials to satisfy the CredentialsRequest.

func (*VSphereActuator) Upgradeable

Upgradeable returns a ClusterOperator status condition for the upgradeable type if the system is considered not upgradeable. Otherwise, return nil as the default value is for things to be upgradeable.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL