Documentation ¶
Index ¶
- func Annotate(resource, annotation, ns string)
- func Apply(args ...string) *Buffer
- func CreateApiKeySecret(keyName, ns string)
- func CreateApiKeySecretFrom(keyName, ns, orgId, public, private string)
- func CreateConfigMapWithLiterals(configName string, ns string, keys ...string)
- func CreateNamespace(name string) *Buffer
- func CreateUserSecret(name, ns string)
- func Delete(args ...string) *Buffer
- func DeleteApiKeySecret(keyName, ns string)
- func DeleteNamespace(ns string) *Buffer
- func DeleteResource(rType, name, ns string)
- func DescribeOperatorPod(ns string) string
- func DescribeTestApp(label, ns string) []byte
- func GenKubeVersion(fullVersion string) string
- func GetClusterResource(namespace, rName string) v1.AtlasCluster
- func GetGeneration(ns, resourceName string) string
- func GetJsonResource(resource string, ns string) []byte
- func GetK8sClusterStateName(ns, rName string) string
- func GetManagerLogs(ns string) []byte
- func GetPodStatus(ns string) func() string
- func GetPrivateEndpoint(resource, ns string) []byte
- func GetProjectResource(namespace, rName string) []byte
- func GetResourceCreationTimestamp(resource, name, ns string) []byte
- func GetStatusCondition(statusType, ns string, atlasname string) string
- func GetStatusPhase(ns string, args ...string) string
- func GetTestAppLogs(label, ns string) []byte
- func GetVersionOutput() *Buffer
- func GetYamlResource(resource string, ns string) []byte
- func HasConfigMap(configName, ns string) bool
- func SwitchContext(name string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateApiKeySecret ¶
func CreateApiKeySecret(keyName, ns string)
func CreateApiKeySecretFrom ¶
func CreateApiKeySecretFrom(keyName, ns, orgId, public, private string)
func CreateNamespace ¶
func CreateNamespace(name string) *Buffer
func CreateUserSecret ¶
func CreateUserSecret(name, ns string)
func DeleteApiKeySecret ¶
func DeleteApiKeySecret(keyName, ns string)
func DeleteNamespace ¶
func DeleteNamespace(ns string) *Buffer
func DeleteResource ¶
func DeleteResource(rType, name, ns string)
func DescribeOperatorPod ¶
DescribeOperatorPod performs "kubectl describe" to get Operator pod information
func DescribeTestApp ¶
func GetClusterResource ¶
func GetClusterResource(namespace, rName string) v1.AtlasCluster
GetClusterResource
func GetGeneration ¶
GetGeneration .status.observedGeneration
func GetJsonResource ¶
func GetK8sClusterStateName ¶
func GetManagerLogs ¶
func GetPrivateEndpoint ¶
func GetProjectResource ¶
GetProjectResource
func GetStatusCondition ¶
GetStatusCondition .status.conditions.type=Ready.status
func GetStatusPhase ¶
func GetTestAppLogs ¶
func GetVersionOutput ¶
func GetVersionOutput() *Buffer
func GetYamlResource ¶
func HasConfigMap ¶
func SwitchContext ¶
func SwitchContext(name string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.