package
0.0.0-20250314183529-1df4540a414f
Repository: https://github.com/infinispan/infinispan-operator.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
FilterPodsByOwnerUID Remove pods from podList not owned by the provided UID.
FindKubeConfig returns local Kubernetes configuration.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetPod returns a Pod object that corresponds to the pod in which the code is currently running.
GetWatchNamespace returns the namespace the operator should be watching for changes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LookupResource lookup for resource to be created by separate resource controller.
NewKubernetesFromConfig creates a new Kubernetes from the Kubernetes master URL to connect to.
NewKubernetesFromController creates a new Kubernetes instance from controller runtime Manager.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
PodNameEnvVar is the constant for env variable POD_NAME which is the name of the current pod.
WatchNamespaceEnvVar is the constant for env variable WATCH_NAMESPACE which is the namespace where the watch activity happens.

# Variables

ErrNoNamespace indicates that a namespace could not be found for the current environment.
ErrRunLocal indicates that the operator is set to run in local mode (this error is returned by functions that only work on operators running in cluster mode).
ForceRunModeEnv indicates if the operator should be forced to run in either local or cluster mode (currently only used for local mode).

# Structs

ExecOptions specify execution options.
Kubernetes abstracts interaction with a Kubernetes cluster.

# Type aliases

No description provided by the author