Versions in this module Expand all Collapse all v1 v1.10.0 Aug 16, 2018 Changes in this version + var Codecs = serializer.NewCodecFactory(Scheme) + var GroupFactoryRegistry = make(announced.APIGroupFactoryRegistry) + var ParameterCodec = runtime.NewParameterCodec(Scheme) + var Registry = registered.NewOrDie(os.Getenv("KUBE_API_VERSIONS")) + var Scheme = runtime.NewScheme() + func ParseVersionedYaml(data []byte) (runtime.Object, *schema.GroupVersionKind, error) + func ToVersionedJSON(obj runtime.Object) ([]byte, error) + func ToVersionedJSONWithVersion(obj runtime.Object, version runtime.GroupVersioner) ([]byte, error) + func ToVersionedYaml(obj runtime.Object) ([]byte, error) + func ToVersionedYamlWithVersion(obj runtime.Object, version runtime.GroupVersioner) ([]byte, error)