Documentation ¶
Index ¶
- func NewScyllaDBAPIStatusCmd(streams genericclioptions.IOStreams) *cobra.Command
- func NewServeProbesCmd(streams genericclioptions.IOStreams) *cobra.Command
- type ScyllaDBAPIStatusOptions
- func (o *ScyllaDBAPIStatusOptions) AddFlags(cmd *cobra.Command)
- func (o *ScyllaDBAPIStatusOptions) Complete(args []string) error
- func (o *ScyllaDBAPIStatusOptions) Execute(ctx context.Context, originalStreams genericclioptions.IOStreams, ...) (returnErr error)
- func (o *ScyllaDBAPIStatusOptions) Run(originalStreams genericclioptions.IOStreams, cmd *cobra.Command) (returnErr error)
- func (o *ScyllaDBAPIStatusOptions) Validate(args []string) error
- type ServeProbesOptions
- func (o *ServeProbesOptions) AddFlags(cmd *cobra.Command)
- func (o *ServeProbesOptions) Complete(args []string) error
- func (o *ServeProbesOptions) Execute(ctx context.Context, originalStreams genericclioptions.IOStreams, ...) error
- func (o *ServeProbesOptions) Run(originalStreams genericclioptions.IOStreams, cmd *cobra.Command) (returnErr error)
- func (o *ServeProbesOptions) Validate(args []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewScyllaDBAPIStatusCmd ¶
func NewScyllaDBAPIStatusCmd(streams genericclioptions.IOStreams) *cobra.Command
func NewServeProbesCmd ¶
func NewServeProbesCmd(streams genericclioptions.IOStreams) *cobra.Command
Types ¶
type ScyllaDBAPIStatusOptions ¶
type ScyllaDBAPIStatusOptions struct { ServeProbesOptions genericclioptions.ClientConfig genericclioptions.InClusterReflection ServiceName string // contains filtered or unexported fields }
func NewScyllaDBAPIStatusOptions ¶
func NewScyllaDBAPIStatusOptions(streams genericclioptions.IOStreams) *ScyllaDBAPIStatusOptions
func (*ScyllaDBAPIStatusOptions) AddFlags ¶
func (o *ScyllaDBAPIStatusOptions) AddFlags(cmd *cobra.Command)
func (*ScyllaDBAPIStatusOptions) Complete ¶
func (o *ScyllaDBAPIStatusOptions) Complete(args []string) error
func (*ScyllaDBAPIStatusOptions) Execute ¶
func (o *ScyllaDBAPIStatusOptions) Execute(ctx context.Context, originalStreams genericclioptions.IOStreams, cmd *cobra.Command) (returnErr error)
func (*ScyllaDBAPIStatusOptions) Run ¶
func (o *ScyllaDBAPIStatusOptions) Run(originalStreams genericclioptions.IOStreams, cmd *cobra.Command) (returnErr error)
func (*ScyllaDBAPIStatusOptions) Validate ¶
func (o *ScyllaDBAPIStatusOptions) Validate(args []string) error
type ServeProbesOptions ¶
type ServeProbesOptions struct { Address string Port uint16 // contains filtered or unexported fields }
func NewServeProbesOptions ¶
func NewServeProbesOptions(streams genericclioptions.IOStreams, port uint16, handler http.Handler) *ServeProbesOptions
func (*ServeProbesOptions) AddFlags ¶
func (o *ServeProbesOptions) AddFlags(cmd *cobra.Command)
func (*ServeProbesOptions) Complete ¶
func (o *ServeProbesOptions) Complete(args []string) error
func (*ServeProbesOptions) Execute ¶
func (o *ServeProbesOptions) Execute(ctx context.Context, originalStreams genericclioptions.IOStreams, cmd *cobra.Command) error
func (*ServeProbesOptions) Run ¶
func (o *ServeProbesOptions) Run(originalStreams genericclioptions.IOStreams, cmd *cobra.Command) (returnErr error)
func (*ServeProbesOptions) Validate ¶
func (o *ServeProbesOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.