Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompletedConfig ¶
type CompletedConfig struct {
// contains filtered or unexported fields
}
type Config ¶
type Config struct { Options options.CompletedOptions Core *coreserver.Config GenericConfig *genericapiserver.Config // the config embedded into MiniAggregator, the head of the delegation chain Apis *apis.Config ExtraConfig }
func (*Config) Complete ¶
func (c *Config) Complete() (CompletedConfig, error)
Complete fills in any fields not set that are required to have valid data. It's mutating the receiver.
type ExtraConfig ¶
type ExtraConfig struct {
}type Server ¶
type Server struct { CompletedConfig Core *coreserver.Server // contains filtered or unexported fields }
func NewServer ¶
func NewServer(c CompletedConfig) (*Server, error)
func (*Server) WaitForSyncPhase1 ¶
func (*Server) WaitForSyncPhase2 ¶
Click to show internal directories.
Click to hide internal directories.