Documentation
¶
Index ¶
- type ClientSet
- func (kc *ClientSet) ClusterRbacIsFound(resourceType, name string) error
- func (kc *ClientSet) DaemonSetIsRunning(name, namespace string) error
- func (kc *ClientSet) DeleteAllTestResources() error
- func (kc *ClientSet) DeploymentIsRunning(name, namespace string) error
- func (kc *ClientSet) DiscoverClients() error
- func (kc *ClientSet) GetTimestamp(timestampName string) (time.Time, error)
- func (kc *ClientSet) IngressAvailable(name, namespace string, port int, path string) error
- func (kc *ClientSet) KubernetesClusterShouldBe(state string) error
- func (kc *ClientSet) ListNodes() error
- func (kc *ClientSet) ListPods(namespace string) error
- func (kc *ClientSet) ListPodsWithSelector(namespace, selector string) error
- func (kc *ClientSet) NodesWithSelectorShouldBe(expectedNodes int, selector, state string) error
- func (kc *ClientSet) PersistentVolExists(name, expectedPhase string) error
- func (kc *ClientSet) PodInNamespaceShouldHaveLabels(name, namespace, labels string) error
- func (kc *ClientSet) PodsInNamespaceWithSelectorHaveNoErrorsInLogsSinceTime(namespace, selector, sinceTime string) error
- func (kc *ClientSet) PodsInNamespaceWithSelectorHaveSomeErrorsInLogsSinceTime(namespace, selector, sinceTime string) error
- func (kc *ClientSet) PodsInNamespaceWithSelectorShouldHaveLabels(namespace, selector, labels string) error
- func (kc *ClientSet) PodsWithSelectorHaveRestartCountLessThan(namespace, selector string, restartCount int) error
- func (kc *ClientSet) ResourceConditionShouldBe(resourceFileName, conditionType, conditionValue string) error
- func (kc *ClientSet) ResourceInNamespace(resourceType, name, isOrIsNot, namespace string) error
- func (kc *ClientSet) ResourceOperation(operation, resourceFileName string) error
- func (kc *ClientSet) ResourceOperationInNamespace(operation, resourceFileName, namespace string) error
- func (kc *ClientSet) ResourceOperationWithResult(operation, resourceFileName, expectedResult string) error
- func (kc *ClientSet) ResourceOperationWithResultInNamespace(operation, resourceFileName, namespace, expectedResult string) error
- func (kc *ClientSet) ResourceShouldBe(resourceFileName, state string) error
- func (kc *ClientSet) ResourceShouldConvergeToSelector(resourceFileName, selector string) error
- func (kc *ClientSet) ResourcesOperation(operation, resourcesFileName string) error
- func (kc *ClientSet) ResourcesOperationInNamespace(operation, resourcesFileName, namespace string) error
- func (kc *ClientSet) ScaleDeployment(name, namespace string, replicas int32) error
- func (kc *ClientSet) SecretDelete(name, namespace string) error
- func (kc *ClientSet) SecretOperationFromEnvironmentVariable(operation, name, namespace, environmentVariable string) error
- func (kc *ClientSet) SendTrafficToIngress(tps int, name, namespace string, port int, path string, duration int, ...) error
- func (kc *ClientSet) SetFilesPath(path string)
- func (kc *ClientSet) SetTemplateArguments(args interface{})
- func (kc *ClientSet) SetTimestamp(timestampName string) error
- func (kc *ClientSet) SetWaiterInterval(duration time.Duration)
- func (kc *ClientSet) SetWaiterTries(tries int)
- func (kc *ClientSet) SomeOrAllPodsInNamespaceWithSelectorHaveStringInLogsSinceTime(someOrAll, namespace, selector, searchKeyword, sinceTime string) error
- func (kc *ClientSet) SomePodsInNamespaceWithSelectorDontHaveStringInLogsSinceTime(namespace, selector, searchKeyword, sinceTime string) error
- func (kc *ClientSet) UpdateResourceWithField(resourceFileName, key, value string) error
- func (kc *ClientSet) ValidatePrometheusVolumeClaimTemplatesName(statefulsetName, namespace, volumeClaimTemplatesName string) error
- func (kc *ClientSet) VerifyInstanceGroups() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientSet ¶
type ClientSet struct { KubeInterface kubernetes.Interface DynamicInterface dynamic.Interface // contains filtered or unexported fields }
func (*ClientSet) ClusterRbacIsFound ¶
func (*ClientSet) DaemonSetIsRunning ¶
func (*ClientSet) DeleteAllTestResources ¶
func (*ClientSet) DeploymentIsRunning ¶
func (*ClientSet) DiscoverClients ¶
func (*ClientSet) GetTimestamp ¶
func (*ClientSet) IngressAvailable ¶
func (*ClientSet) KubernetesClusterShouldBe ¶
func (*ClientSet) ListPodsWithSelector ¶ added in v0.10.1
func (*ClientSet) NodesWithSelectorShouldBe ¶
func (*ClientSet) PersistentVolExists ¶
func (*ClientSet) PodInNamespaceShouldHaveLabels ¶
func (*ClientSet) PodsInNamespaceWithSelectorHaveNoErrorsInLogsSinceTime ¶
func (*ClientSet) PodsInNamespaceWithSelectorHaveSomeErrorsInLogsSinceTime ¶
func (*ClientSet) PodsInNamespaceWithSelectorShouldHaveLabels ¶
func (*ClientSet) PodsWithSelectorHaveRestartCountLessThan ¶
func (*ClientSet) ResourceConditionShouldBe ¶
func (*ClientSet) ResourceInNamespace ¶
func (*ClientSet) ResourceOperation ¶
func (*ClientSet) ResourceOperationInNamespace ¶
func (*ClientSet) ResourceOperationWithResult ¶
func (*ClientSet) ResourceOperationWithResultInNamespace ¶
func (*ClientSet) ResourceShouldBe ¶
func (*ClientSet) ResourceShouldConvergeToSelector ¶
func (*ClientSet) ResourcesOperation ¶
func (*ClientSet) ResourcesOperationInNamespace ¶
func (*ClientSet) ScaleDeployment ¶
func (*ClientSet) SecretDelete ¶
func (*ClientSet) SecretOperationFromEnvironmentVariable ¶
func (*ClientSet) SendTrafficToIngress ¶
func (*ClientSet) SetFilesPath ¶
func (*ClientSet) SetTemplateArguments ¶
func (kc *ClientSet) SetTemplateArguments(args interface{})
func (*ClientSet) SetTimestamp ¶
func (*ClientSet) SetWaiterInterval ¶
func (*ClientSet) SetWaiterTries ¶
func (*ClientSet) SomeOrAllPodsInNamespaceWithSelectorHaveStringInLogsSinceTime ¶
func (*ClientSet) SomePodsInNamespaceWithSelectorDontHaveStringInLogsSinceTime ¶
func (*ClientSet) UpdateResourceWithField ¶
func (*ClientSet) ValidatePrometheusVolumeClaimTemplatesName ¶
func (*ClientSet) VerifyInstanceGroups ¶
Click to show internal directories.
Click to hide internal directories.