package
0.0.0-20250225141912-5986324f5357
Repository: https://github.com/altinity/clickhouse-operator.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
GetObjectStatusFromMetas gets StatefulSet status from cur and new meta infos.
LogActionPlan logs action plan.
LogCR writes a CR into the log.
LogOldAndNew writes old and new CHIs into the log.
NewTask creates new context.

# Constants

ReconcileShardsAndHostsOptionsCtxKey specifies name of the key to be used for ReconcileShardsAndHostsOptions.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ReconcileShardsAndHostsOptions is and options for reconciler.
task represents context of a worker.

# Type aliases

ErrorCRUD specifies errors of the CRUD operations.
ReconcileShardsAndHostsOptionsCtxKeyType specifies type for ReconcileShardsAndHostsOptionsCtxKey More details here on why do we need special type https://stackoverflow.com/questions/40891345/fix-should-not-use-basic-type-string-as-key-in-context-withvalue-golint.