Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + var Codec = serializer.NewCodecFactory(configapi.Scheme).LegacyCodec(schema.GroupVersion{ ... }, schema.GroupVersion{ ... }, ...) + func IsAdmissionPluginActivated(reader io.Reader, defaultValue bool) (bool, error) + func ReadAndResolveMasterConfig(filename string) (*configapi.MasterConfig, error) + func ReadAndResolveNodeConfig(filename string) (*configapi.NodeConfig, error) + func ReadMasterConfig(filename string) (*configapi.MasterConfig, error) + func ReadNodeConfig(filename string) (*configapi.NodeConfig, error) + func ReadSessionSecrets(filename string) (*configapi.SessionSecrets, error) + func ReadYAML(reader io.Reader) (runtime.Object, error) + func ReadYAMLFileInto(filename string, obj runtime.Object) error + func ReadYAMLInto(data []byte, obj runtime.Object) error + func WriteYAML(obj runtime.Object) ([]byte, error) v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v3