Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Azure tags used to identify the Kyma runtime TagSubAccountID = "SubAccountID" TagInstanceID = "InstanceID" TagOperationID = "OperationID" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewAzureClient ¶
func NewAzureClient(namespaceClient eventhub.NamespacesClient, resourceGroupClient resources.GroupsClient) *Client
func (*Client) ListEHNamespaceByResourceGroup ¶
func (*Client) ListResourceGroup ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func GetConfigFromHAPCredentialsAndProvisioningParams ¶
func GetConfigFromHAPCredentialsAndProvisioningParams(credentials hyperscaler.Credentials, region string) (*Config, error)
GetConfigFromHAPCredentialsAndProvisioningParams returns Azure config from HAPCredentials
func NewDefaultConfig ¶
func NewDefaultConfig() *Config
func (*Config) Environment ¶
func (c *Config) Environment() (*azure.Environment, error)
func (*Config) GetLocation ¶
type HyperscalerProvider ¶
func NewAzureProvider ¶
func NewAzureProvider() HyperscalerProvider
Click to show internal directories.
Click to hide internal directories.