Versions in this module Expand all Collapse all v0 v0.4.24 Oct 8, 2019 Changes in this version + var By = ginkgo.By + func DeleteNamespace(namespaces corev1.NamespaceInterface, ns string, waitForDeletion bool) error + type Namespace struct + func CreateNamespace(createConfig, config *rest.Config, name string) (*Namespace, func(), error) + func (ns *Namespace) As(user rest.ImpersonationConfig) (*Namespace, error) + func (ns *Namespace) ConfigMaps() corev1.ConfigMapInterface + func (ns *Namespace) ContainsNPods(count int) wait.ConditionFunc + func (ns *Namespace) ContainsNPodsMatchingSelector(count int, labelSelector string) wait.ConditionFunc + func (ns *Namespace) ContainsNPodsWithPredicate(count int, labelSelector string, predicate PodPredicate) wait.ConditionFunc + func (ns *Namespace) ContainsNStacks(count int) wait.ConditionFunc + func (ns *Namespace) ContainsZeroPod() wait.ConditionFunc + func (ns *Namespace) ContainsZeroStack() wait.ConditionFunc + func (ns *Namespace) CreatePullSecret(name, server, username, password string) error + func (ns *Namespace) CreateStack(strategy StackOperationStrategy, name, composeFile string) (*v1alpha3.Stack, error) + func (ns *Namespace) DeleteStack(name string) error + func (ns *Namespace) DeleteStackWithPropagation(name string, propagation metav1.DeletionPropagation) error + func (ns *Namespace) DeleteStacks() error + func (ns *Namespace) DeleteStacksv1() error + func (ns *Namespace) DeleteStackv1(name string) error + func (ns *Namespace) Deployments() typesappsv1.DeploymentInterface + func (ns *Namespace) GetStack(name string) (*v1alpha3.Stack, error) + func (ns *Namespace) HasStorageClass() (bool, error) + func (ns *Namespace) IsServiceNotPresent(labelSelector string) wait.ConditionFunc + func (ns *Namespace) IsServicePresent(labelSelector string) wait.ConditionFunc + func (ns *Namespace) IsServiceResponding(service string, url string, expectedText string) wait.ConditionFunc + func (ns *Namespace) IsStackAvailable(name string) wait.ConditionFunc + func (ns *Namespace) IsStackFailed(name string, errorSubstr string) wait.ConditionFunc + func (ns *Namespace) ListAllPods() ([]apiv1.Pod, error) + func (ns *Namespace) ListDeployments(labelSelector string) ([]appsv1.Deployment, error) + func (ns *Namespace) ListNodes() ([]apiv1.Node, error) + func (ns *Namespace) ListPods(labelSelector string) ([]apiv1.Pod, error) + func (ns *Namespace) ListServices(labelSelector string) ([]apiv1.Service, error) + func (ns *Namespace) ListStacks() ([]v1alpha3.Stack, error) + func (ns *Namespace) Name() string + func (ns *Namespace) PodIsActuallyRemoved(name string) wait.ConditionFunc + func (ns *Namespace) Pods() corev1.PodInterface + func (ns *Namespace) RESTClientV1alpha3() rest.Interface + func (ns *Namespace) RESTClientV1beta2() rest.Interface + func (ns *Namespace) Secrets() corev1.SecretInterface + func (ns *Namespace) ServiceCount(labelSelector string, count int) wait.ConditionFunc + func (ns *Namespace) Services() corev1.ServiceInterface + func (ns *Namespace) StacksV1alpha3() composev1alpha3.StackInterface + func (ns *Namespace) StacksV1beta1() composev1beta1.StackInterface + func (ns *Namespace) UpdateStack(strategy StackOperationStrategy, name, composeFile string) (*v1alpha3.Stack, error) + func (ns *Namespace) UpdateStackFromSpec(name string, newStack *v1alpha3.Stack) (*v1alpha3.Stack, error) + type PodPredicate func(pod apiv1.Pod) (bool, string) + type StackOperationStrategy int + const StackOperationV1alpha3 + const StackOperationV1beta1 + const StackOperationV1beta2Compose + const StackOperationV1beta2Stack