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 {
Client clientset.Interface
InformerFactory informers.SharedInformerFactory
// godel crd client & informer
GodelCrdClient godelclient.Interface
GodelCrdInformerFactory crdinformers.SharedInformerFactory
DispatcherConfig dispatcherconfig.GodelDispatcherConfiguration
// EventBroadcaster is wrapper for event broadcaster, compatible with core.v1.Event and events.v1beta1.Event, used for Events.
// It will be removed once the migration for events from core API to events API is done.
// More details can be found at https://github.com/kubernetes/enhancements/blob/master/keps/sig-instrumentation/383-new-event-api-ga-graduation/README.md
EventBroadcaster cmdutil.EventBroadcasterAdapter
LeaderElection *leaderelection.LeaderElectionConfig
InsecureServing *apiserver.DeprecatedInsecureServingInfo // nil will disable serving on an insecure port
InsecureMetricsServing *apiserver.DeprecatedInsecureServingInfo // non-nil if metrics should be served independentl
// LoopbackClientConfig is a config for a privileged loopback connection
LoopbackClientConfig *restclient.Config
}
func (*Config) Complete ¶
func (c *Config) Complete() CompletedConfig
Click to show internal directories.
Click to hide internal directories.