Documentation
¶
Index ¶
- func ExposeNodePort(ctx context.Context, client *kubernetes.Clientset, ...) error
- func Heal(ctx context.Context, c *cli.Context, client *kubernetes.Clientset, ...) error
- func NewCommand(ctx context.Context) *cli.Command
- func Ping(ctx context.Context, addr string, authInfo valkey.AuthInfo) error
- func Readiness(ctx context.Context, addr string, authInfo valkey.AuthInfo) error
- func Shutdown(ctx context.Context, c *cli.Context, client *kubernetes.Clientset, ...) error
- func TcpSocket(ctx context.Context, addr string, t time.Duration) error
- type FailoverAction
- type HealOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExposeNodePort ¶
func ExposeNodePort(ctx context.Context, client *kubernetes.Clientset, namespace, podName, ipfamily string, serviceType corev1.ServiceType, logger logr.Logger) error
ExposeNodePort
func Heal ¶
func Heal(ctx context.Context, c *cli.Context, client *kubernetes.Clientset, logger logr.Logger) error
Heal
func NewCommand ¶
Types ¶
type FailoverAction ¶
type FailoverAction string
const ( NoFailoverAction FailoverAction = "" ForceFailoverAction FailoverAction = "FORCE" )
Click to show internal directories.
Click to hide internal directories.