Documentation ¶
Overview ¶
legacy is a deprecated package that exists to install types into an ungroupified scheme for use reading old files by the CLI and the old oapi API server. Generally, if you're depending on this package, you're trying to manage a case that you shouldn't tolerate.
Index ¶
- Variables
- func InstallExternalLegacyAuthorization(scheme *runtime.Scheme)
- func InstallLegacyApps(scheme *runtime.Scheme)
- func InstallLegacyAuthorization(scheme *runtime.Scheme)
- func InstallLegacyBuild(scheme *runtime.Scheme)
- func InstallLegacyImage(scheme *runtime.Scheme)
- func InstallLegacyNetwork(scheme *runtime.Scheme)
- func InstallLegacyOAuth(scheme *runtime.Scheme)
- func InstallLegacyProject(scheme *runtime.Scheme)
- func InstallLegacyQuota(scheme *runtime.Scheme)
- func InstallLegacyRoute(scheme *runtime.Scheme)
- func InstallLegacySecurity(scheme *runtime.Scheme)
- func InstallLegacyTemplate(scheme *runtime.Scheme)
- func InstallLegacyUser(scheme *runtime.Scheme)
- func Kind(kind string) schema.GroupKind
- func LegacyInstallAll(scheme *runtime.Scheme)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GroupName = "" GroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1"} )
Functions ¶
func InstallLegacyApps ¶
func InstallLegacyAuthorization ¶
InstallLegacyAuthorization this looks like a lot of duplication, but the code in the individual versions is living and may change. The code here should never change and needs to allow the other code to move independently.
func InstallLegacyBuild ¶
func InstallLegacyImage ¶
func InstallLegacyNetwork ¶
func InstallLegacyOAuth ¶
func InstallLegacyProject ¶
func InstallLegacyQuota ¶
func InstallLegacyRoute ¶
func InstallLegacySecurity ¶
func InstallLegacyTemplate ¶
func InstallLegacyUser ¶
func LegacyInstallAll ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.