package
2.16.1
Repository: https://github.com/elastic/cloud-on-k8s.git
Documentation: pkg.go.dev

# Functions

NewClustersExpectations returns an initialized ClustersExpectation.
NewExpectations returns an initialized Expectations.
NewExpectedPodDeletions returns an initialized ExpectedPodDeletions.
NewExpectedStatefulSetUpdates returns an initialized ExpectedStatefulSetUpdates.

# Structs

ClustersExpectation stores Expectations for several clusters.
Expectations stores expectations for a single cluster.
ExpectedPodDeletions stores UID of Pods that we did delete, but whose deletion may not be done yet, or not visible yet in the cache.
ExpectedStatefulSetUpdates stores StatefulSets generations that are expected in the cache, following a StatefulSet update.
ResourceGeneration wraps UID and Generation for a given StatefulSet.