e2eutil

package
v0.2.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RetryInterval    = time.Second * 15
	ReadyTimeout     = time.Minute * 15
	UpgradeTimeout   = time.Minute * 25
	TerminateTimeout = time.Minute * 15
)

Functions

func CheckAdminService added in v0.2.10

func CheckAdminService(logger logr.Logger, k8client client.Client, z *api.ZookeeperCluster) error

func CreateCluster

func CreateCluster(logger logr.Logger, k8client client.Client, z *api.ZookeeperCluster) (*api.ZookeeperCluster, error)

CreateCluster creates a ZookeeperCluster CR with the desired spec

func DeleteCluster

func DeleteCluster(logger logr.Logger, k8client client.Client, z *api.ZookeeperCluster) error

DeleteCluster deletes the ZookeeperCluster CR specified by cluster spec

func DeletePods

func DeletePods(logger logr.Logger, k8client client.Client, z *api.ZookeeperCluster, size int) error

func GetCluster

func GetCluster(logger logr.Logger, k8client client.Client, z *api.ZookeeperCluster) (*api.ZookeeperCluster, error)

GetCluster returns the latest ZookeeperCluster CR

func GetPods added in v0.2.13

func GetPods(k8client client.Client, z *api.ZookeeperCluster) (*corev1.PodList, error)

func NewClusterWithEmptyDir added in v0.2.9

func NewClusterWithEmptyDir(namespace string) *api.ZookeeperCluster

func NewClusterWithVersion

func NewClusterWithVersion(namespace, version string) *api.ZookeeperCluster

func NewDefaultCluster

func NewDefaultCluster(namespace string) *api.ZookeeperCluster

NewDefaultCluster returns a cluster with an empty spec, which will be filled with default values

func UpdateCluster

func UpdateCluster(logger logr.Logger, k8client client.Client, z *api.ZookeeperCluster) error

UpdateCluster updates the ZookeeperCluster CR

func WaitForClusterToBecomeReady

func WaitForClusterToBecomeReady(logger logr.Logger, k8client client.Client, z *api.ZookeeperCluster, size int) error

WaitForClusterToBecomeReady will wait until all cluster pods are ready

func WaitForClusterToTerminate

func WaitForClusterToTerminate(logger logr.Logger, k8client client.Client, z *api.ZookeeperCluster) error

WaitForClusterToTerminate will wait until all cluster pods are terminated

func WaitForClusterToUpgrade

func WaitForClusterToUpgrade(logger logr.Logger, k8client client.Client, z *api.ZookeeperCluster, targetVersion string) error

WaitForClusterToUpgrade will wait until all pods are upgraded

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL