Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// Scheme defines methods for serializing and deserializing API objects.
Scheme = runtime.NewScheme()
// Codecs provides methods for retrieving codecs and serializers for specific
// versions and content types.
Codecs = serializer.NewCodecFactory(Scheme)
)
Functions ¶
func AddToScheme ¶
func AddToScheme(scheme *runtime.Scheme)
AddToScheme registers the API group and adds types to a scheme
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.