Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interface ¶
type Interface interface { Store() store.Interface UserCenter() usercenter.Interface }
Interface is an interface that presents a aggregate clientset.
var (
G Interface
)
type InvincibleOptions ¶
type InvincibleOptions struct { UserCenterOptions *usercenter.UserCenterOptions GatewayStore gwstore.IStore UserCenterStore ucstore.IStore }
InvincibleOptions is a list of options for all available interfaces on the onex platform.
func NewInvincibleOptions ¶
func NewInvincibleOptions() *InvincibleOptions
NewInvincibleOptions returns initialized InvincibleOptions.
func (*InvincibleOptions) AddFlags ¶
func (o *InvincibleOptions) AddFlags(fs *pflag.FlagSet)
AddFlags adds flags for a specific APIServer to the specified FlagSet.
func (*InvincibleOptions) Validate ¶
func (o *InvincibleOptions) Validate() []error
Validate validates all the required options.
Click to show internal directories.
Click to hide internal directories.