Documentation ¶
Index ¶
- Constants
- func APIEndpoint(id string, base string) string
- func DomainFromHost(h string) string
- func FetchDockerRegistry(ctx context.Context, cpCtrlClient k8sruntimeclient.Client) (string, error)
- func KiamTestJobName() string
- func KiamTestNetPolName() string
- func NetPolCurlTestCommand() string
- func NetPolTestJobName(namespace string) string
- func RegionFromHost(h string) string
Constants ¶
View Source
const ( // Credential is the default credential we use for most of our conformance // test clusters. These credentials define which AWS Account to use. Credential = "credential-default" // Organization is the Giant Swarm specific organization we create our // conformance test clusters in. Organization = "giantswarm" )
View Source
const ( NetPolDefaultNamespaceName = "default" NetPolTestNamespaceName = "test" NetPolName = "deny-from-all-namespaces" NetPolNginxTestPodName = "netpol-nginx-test-pod" NetPolNginxTestPodAppLabel = "nginx-test-pod" NetPolNginxSvcName = "netpol-nginx-test-svc" LabelApp = "app" LabelManagedBy = "managed-by" )
View Source
const (
KiamTestNamespace = "kube-system"
)
Variables ¶
This section is empty.
Functions ¶
func APIEndpoint ¶
func DomainFromHost ¶
func FetchDockerRegistry ¶ added in v12.7.0
func KiamTestJobName ¶ added in v12.5.0
func KiamTestJobName() string
func KiamTestNetPolName ¶ added in v12.5.0
func KiamTestNetPolName() string
func NetPolCurlTestCommand ¶ added in v12.7.0
func NetPolCurlTestCommand() string
func NetPolTestJobName ¶ added in v12.7.0
func RegionFromHost ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.