Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadCommand ¶
type ReadCommand struct { *common.BaseCommand // contains filtered or unexported fields }
func (*ReadCommand) AutocompleteArgs ¶
func (c *ReadCommand) AutocompleteArgs() complete.Predictor
AutocompleteArgs returns the argument predictor for this command. Since argument completion is not supported, this will return complete.PredictNothing.
func (*ReadCommand) AutocompleteFlags ¶
func (c *ReadCommand) AutocompleteFlags() complete.Flags
AutocompleteFlags returns a mapping of supported flags and autocomplete options for this command. The map key for the Flags map should be the complete flag such as "-foo" or "--foo".
func (*ReadCommand) Help ¶
func (c *ReadCommand) Help() string
Help returns a description of the command and how it is used.
func (*ReadCommand) Run ¶
func (c *ReadCommand) Run(args []string) int
Run checks the status of a Consul installation on Kubernetes.
func (*ReadCommand) Synopsis ¶
func (c *ReadCommand) Synopsis() string
Synopsis returns a one-line command summary.
Click to show internal directories.
Click to hide internal directories.