Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cell = cell.Module( "mcsapi", "Multi-Cluster Services API", cell.Config(MCSAPIConfig{}), cell.Invoke(initMCSAPIController), )
Functions ¶
This section is empty.
Types ¶
type MCSAPIConfig ¶
type MCSAPIConfig struct { // ClusterMeshEnableEndpointSync enables the MCS API support ClusterMeshEnableMCSAPI bool `mapstructure:"clustermesh-enable-mcs-api"` }
func (MCSAPIConfig) Flags ¶
func (cfg MCSAPIConfig) Flags(flags *pflag.FlagSet)
Flags adds the flags used by ClientConfig.
Click to show internal directories.
Click to hide internal directories.