import "k8s.io/kubernetes/staging/src/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.
const GroupName = appsv1beta2.GroupName
GroupName is the group name use in this package
var ( // SchemeBuilder points to a list of functions added to Scheme. SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) // AddToScheme applies all the stored functions to the scheme. AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Kind takes an unqualified kind and returns a Group qualified GroupKind
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Package appsint imports 4 packages (graph). Updated 2019-05-08. Refresh now. Tools for package owners.