Documentation
¶
Index ¶
- type ClusterCredentialsService
- type ClusterCredentialsServiceImpl
- func (service *ClusterCredentialsServiceImpl) AskToCreateCredentials(organizationID string, cloudProviderType qovery.CloudProviderEnum) (*qovery.ClusterCredentials, error)
- func (service *ClusterCredentialsServiceImpl) ListClusterCredentials(organizationID string, cloudProviderType qovery.CloudProviderEnum) (*qovery.ClusterCredentialsResponseList, error)
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)
Click to show internal directories.
Click to hide internal directories.