# Functions
ExtractNamespacedName returns an NamespacedName based on the given Object.
No description provided by the author
No description provided by the author
getReplsetAddrs returns a slice of replset host:port addresses.
No description provided by the author
No description provided by the author
No description provided by the author
IsAvailable checks if both conditions ContainersReady and PodReady of a Pod are true.
No description provided by the author
PodName returns the name of the pod with the given ordinal for this StatefulSet.
No description provided by the author
PodRunningAndReady returns whether a pod is running and each container has passed it's ready state.
RemoveStringInSlice returns a new slice with all occurrences of s removed, keeping the given slice unmodified.
StringInSlice returns true if the given string is found in the provided slice, else returns false.
StringsInSlice returns true if the given strings are found in the provided slice, else returns false.