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 GroupVersionKind ¶ added in v3.11.0
func GroupVersionKind(kind string) schema.GroupVersionKind
DEPRECATED
func InstallExternalLegacyAll ¶ added in v3.11.0
func InstallExternalLegacyApps ¶ added in v3.11.0
func InstallExternalLegacyAuthorization ¶ added in v3.11.0
func InstallExternalLegacyBuild ¶ added in v3.11.0
func InstallExternalLegacyImage ¶ added in v3.11.0
func InstallExternalLegacyNetwork ¶ added in v3.11.0
func InstallExternalLegacyOAuth ¶ added in v3.11.0
func InstallExternalLegacyProject ¶ added in v3.11.0
func InstallExternalLegacyQuota ¶ added in v3.11.0
func InstallExternalLegacyRoute ¶ added in v3.11.0
func InstallExternalLegacySecurity ¶ added in v3.11.0
func InstallExternalLegacyTemplate ¶ added in v3.11.0
func InstallExternalLegacyUser ¶ added in v3.11.0
func InstallInternalLegacyAll ¶ added in v3.11.0
func InstallInternalLegacyApps ¶ added in v3.11.0
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 ¶ added in v3.11.0
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 ¶ added in v3.11.0
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 ¶ added in v3.11.0
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 ¶ added in v3.11.0
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 ¶ added in v3.11.0
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 ¶ added in v3.11.0
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 ¶ added in v3.11.0
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 ¶ added in v3.11.0
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 ¶ added in v3.11.0
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 ¶ added in v3.11.0
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 ¶ added in v3.11.0
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.