Documentation
¶
Index ¶
- func NewCmd(streams genericclioptions.IOStreams) *cobra.Command
- type Options
- func (o *Options) AddFlags(cmd *cobra.Command)
- func (o *Options) Complete() error
- func (o *Options) Execute(cmdCtx context.Context, originalStreams genericclioptions.IOStreams, ...) error
- func (o *Options) IsBootstrapped(ctx context.Context) (bool, error)
- func (o *Options) Run(originalStreams genericclioptions.IOStreams, cmd *cobra.Command) error
- func (o *Options) Validate() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
genericclioptions.ClientConfig
genericclioptions.InClusterReflection
ServiceName string
SelectorLabelValue string
SingleReportAllowNonReportingHostIDs bool
// contains filtered or unexported fields
}
Options holds the options for running the bootstrap barrier controller. Due to the dependency on scyllaSSTableBootstrappedQueryOptions, this command depends on the availability of `scylla sstable query` command.
func NewOptions ¶
func NewOptions(streams genericclioptions.IOStreams) *Options
func (*Options) IsBootstrapped ¶
Click to show internal directories.
Click to hide internal directories.