package
0.3.0
Repository: https://github.com/scylladb/scylla-operator.git
Documentation: pkg.go.dev

# Functions

StatefulSetStatusesStale checks if the StatefulSet Objects of a Cluster have been observed by the StatefulSet controller.
No description provided by the author
LoggerForCluster returns a logger that will log with context about the current cluster.
NewControllerRef returns an OwnerReference to the provided Cluster Object.
PatchService patches the old Service so that it matches the new Service.
PatchStatefulSet patches the old StatefulSet so that it matches the new StatefulSet.
RefFromInt32 is a helper function that takes a int32 and outputs a reference to that int.
RefFromString is a helper function that takes a string and outputs a reference to that string.
ScaleStatefulSet attempts to scale a StatefulSet by the given amount.
UpgradeStatefulSetScyllaImage attempts to set the image of a StatefulSet.
VerifyOwner checks if the owner Object is the controller of the obj Object and returns an error if it isn't.