Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2019 Changes in this version + var APIVersion = "config.openshift.io/v1" + type MetaData struct + Name string + NameSpace string + type OAuthCRD struct + APIVersion string + Kind string + MetaData MetaData + Spec struct{ ... } + func Translate(oauthconfig *configv1.OAuthConfig) (*OAuthCRD, []secrets.Secret, error) + func (oauth *OAuthCRD) GenYAML() []byte