Documentation ¶
Index ¶
- Constants
- func ExtractOptionsFromSecret(client client.Client, name string, namespace string, baseDomain string) (string, string, string, error)
- func GetClient() (crclient.Client, error)
- func GetConfig() (*rest.Config, error)
- func GetDockerConfigJSON(name string, namespace string) ([]byte, error)
- func GetSecret(name string, namespace string) (*corev1.Secret, error)
- func GetSecretWithClient(client client.Client, name string, namespace string) (*corev1.Secret, error)
- func ParseAWSTags(tags []string) (map[string]string, error)
Constants ¶
View Source
const (
AutoInfraLabelName = "hypershift.openshift.io/auto-created-for-infra"
)
Variables ¶
This section is empty.
Functions ¶
func ExtractOptionsFromSecret ¶
func ExtractOptionsFromSecret(client client.Client, name string, namespace string, baseDomain string) (string, string, string, error)
ExtractOptionsFromSecret Returns baseDomain, awsAccessKeyID & awsSecretAccessKey If len(baseDomain) > 0 we override the value found in the secret
func GetSecretWithClient ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.