Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Scheme is the runtime.Scheme to which all kubescheduler api types are registered. Scheme = runtime.NewScheme() // Codecs provides access to encoding and decoding for the scheme. Codecs = serializer.NewCodecFactory(Scheme) )
Functions ¶
func AddToScheme ¶
AddToScheme builds the kubescheduler scheme using all known versions of the kubescheduler api.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.