Documentation
¶
Index ¶
Constants ¶
View Source
const ( FederationStatusHealthy string = "Healthy" FederationStatusUnhealthy string = "Unhealthy" FederationStatusReasonNoBundleFound string = "No bundle found" FederationStatusReasonBundlesDoNotMatch string = "Bundles do not match" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FederationCommand ¶
type FederationCommand struct {
// contains filtered or unexported fields
}
func NewFederationCommand ¶
func NewFederationCommand(cmdCtx *cmdcontext.CommandContext) *FederationCommand
func (*FederationCommand) GetAddCommand ¶
func (c *FederationCommand) GetAddCommand() *cobra.Command
func (*FederationCommand) GetListCommand ¶
func (c *FederationCommand) GetListCommand() *cobra.Command
func (*FederationCommand) GetRootCommand ¶
func (c *FederationCommand) GetRootCommand() *cobra.Command
Click to show internal directories.
Click to hide internal directories.