Versions in this module Expand all Collapse all v1 v1.0.0 Apr 21, 2023 Changes in this version + const KubevirtCredentialsSecretKey + type KubevirtActuator struct + Client client.Client + func NewActuator(client client.Client) (*KubevirtActuator, error) + func (a *KubevirtActuator) Create(ctx context.Context, cr *minterv1.CredentialsRequest) error + func (a *KubevirtActuator) Delete(ctx context.Context, cr *minterv1.CredentialsRequest) error + func (a *KubevirtActuator) Exists(ctx context.Context, cr *minterv1.CredentialsRequest) (bool, error) + func (a *KubevirtActuator) GetCredentialsRootSecret(ctx context.Context, cr *minterv1.CredentialsRequest) (*corev1.Secret, error) + func (a *KubevirtActuator) GetCredentialsRootSecretLocation() types.NamespacedName + func (a *KubevirtActuator) Update(ctx context.Context, cr *minterv1.CredentialsRequest) error + func (a *KubevirtActuator) Upgradeable(mode operatorv1.CloudCredentialsMode) *configv1.ClusterOperatorStatusCondition