package appsint
import "k8s.io/client-go/scale/scheme/appsint"
Package appsint contains the necessary scaffolding of the internal version of extensions as required by conversion logic. It doesn't have any of its own types -- it's just necessary to get the expected behavior out of runtime.Scheme.ConvertToVersion and associated methods.
Index ¶
- Constants
- Variables
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
Constants ¶
const GroupName = appsv1beta2.GroupName
GroupName is the group name use in this package
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Kind ¶
Kind takes an unqualified kind and returns a Group qualified GroupKind
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Source Files ¶
doc.go register.go
- Version
- v7.0.0+incompatible
- Published
- Mar 27, 2018
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 2 minutes ago –
Tools for package owners.