credentials

package
v1.19.2 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterCredentialsService

type ClusterCredentialsService interface {
	ListClusterCredentials(organizationID string, cloudProviderType qovery.CloudProviderEnum) (*qovery.ClusterCredentialsResponseList, error)
	AskToCreateCredentials(organizationID string, cloudProviderType qovery.CloudProviderEnum) (*qovery.ClusterCredentials, error)
}

type ClusterCredentialsServiceImpl

type ClusterCredentialsServiceImpl struct {
	// contains filtered or unexported fields
}

func NewClusterCredentialsService

func NewClusterCredentialsService(
	client *qovery.APIClient,
	promptUiFactory promptuifactory.PromptUiFactory,
) *ClusterCredentialsServiceImpl

func (*ClusterCredentialsServiceImpl) AskToCreateCredentials

func (service *ClusterCredentialsServiceImpl) AskToCreateCredentials(
	organizationID string,
	cloudProviderType qovery.CloudProviderEnum,
) (*qovery.ClusterCredentials, error)

func (*ClusterCredentialsServiceImpl) ListClusterCredentials

func (service *ClusterCredentialsServiceImpl) ListClusterCredentials(organizationID string, cloudProviderType qovery.CloudProviderEnum) (*qovery.ClusterCredentialsResponseList, error)

Jump to

Keyboard shortcuts

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