Documentation
¶
Overview ¶
Package api is the internal version of the API. +groupName=mobile.k8s.io
Index ¶
Constants ¶
View Source
const GroupName = "mobile.k8s.io"
Variables ¶
View Source
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns back a Group qualified GroupResource
Types ¶
type MobileClient ¶
type MobileClient struct {
metav1.TypeMeta
metav1.ObjectMeta
Spec MobileClientSpec
}
type MobileClientList ¶
type MobileClientList struct {
metav1.TypeMeta
metav1.ListMeta
Items []MobileClient
}
MobileClientList is a list of MobileClient objects.
Click to show internal directories.
Click to hide internal directories.