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 GroupVersionKind(kind string) schema.GroupVersionKind
- func InstallExternalLegacyAll(scheme *runtime.Scheme)
- func InstallExternalLegacyApps(scheme *runtime.Scheme)
- func InstallExternalLegacyAuthorization(scheme *runtime.Scheme)
- func InstallExternalLegacyBuild(scheme *runtime.Scheme)
- func InstallExternalLegacyImage(scheme *runtime.Scheme)
- func InstallExternalLegacyNetwork(scheme *runtime.Scheme)
- func InstallExternalLegacyOAuth(scheme *runtime.Scheme)
- func InstallExternalLegacyProject(scheme *runtime.Scheme)
- func InstallExternalLegacyQuota(scheme *runtime.Scheme)
- func InstallExternalLegacyRoute(scheme *runtime.Scheme)
- func InstallExternalLegacySecurity(scheme *runtime.Scheme)
- func InstallExternalLegacyTemplate(scheme *runtime.Scheme)
- func InstallExternalLegacyUser(scheme *runtime.Scheme)
- func InstallInternalLegacyAll(scheme *runtime.Scheme)
- func InstallInternalLegacyApps(scheme *runtime.Scheme)
- func InstallInternalLegacyAuthorization(scheme *runtime.Scheme)
- func InstallInternalLegacyBuild(scheme *runtime.Scheme)
- func InstallInternalLegacyImage(scheme *runtime.Scheme)
- func InstallInternalLegacyNetwork(scheme *runtime.Scheme)
- func InstallInternalLegacyOAuth(scheme *runtime.Scheme)
- func InstallInternalLegacyProject(scheme *runtime.Scheme)
- func InstallInternalLegacyQuota(scheme *runtime.Scheme)
- func InstallInternalLegacyRoute(scheme *runtime.Scheme)
- func InstallInternalLegacySecurity(scheme *runtime.Scheme)
- func InstallInternalLegacyTemplate(scheme *runtime.Scheme)
- func InstallInternalLegacyUser(scheme *runtime.Scheme)
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
Constants ¶
This section is empty.
Variables ¶
var ( RESTPrefix = "/oapi" GroupName = "" GroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1"} InternalGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal} )
Functions ¶
func InstallInternalLegacyApps ¶
InstallLegacyApps 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 InstallInternalLegacyAuthorization ¶
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 InstallInternalLegacyBuild ¶
InstallLegacyBuild 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 InstallInternalLegacyImage ¶
InstallLegacyImage 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 InstallInternalLegacyNetwork ¶
InstallLegacyNetwork 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 InstallInternalLegacyOAuth ¶
InstallLegacyOAuth 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 InstallInternalLegacyProject ¶
InstallLegacyProject 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 InstallInternalLegacyQuota ¶
InstallLegacyQuota 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 InstallInternalLegacyRoute ¶
InstallLegacyRoute 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 InstallInternalLegacySecurity ¶
InstallLegacySecurity 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 InstallInternalLegacyTemplate ¶
InstallLegacyTemplate 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 InstallInternalLegacyUser ¶
InstallLegacyUser 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.
Types ¶
This section is empty.