Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNodesCmd ¶ added in v0.0.2
func NewNodesCmd(streams genericclioptions.IOStreams) *cobra.Command
NewNodesCmd initialize and creates a Cobra command
func NewSlotsCmd ¶
func NewSlotsCmd(streams genericclioptions.IOStreams) *cobra.Command
NewSlotsCmd initialize and creates a Cobra command
func NewVersionCmd ¶
NewVersionCmd creates a command
func SetVersion ¶
SetVersion initates this command with version info
Types ¶
type QueryRedisResult ¶
type QueryRedisResult struct { PodName string Info redisutils.RedisInfo Nodes redisutils.ClusterNodes Slots redisutils.ClusterSlots Error error }
Type used when transferring result from portforwarder
Click to show internal directories.
Click to hide internal directories.