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 Client ¶ added in v0.0.6
type Client struct { metav1.TypeMeta metav1.ObjectMeta Spec ClientSpec }
type ClientList ¶ added in v0.0.6
ClientList is a list of Client objects.
Click to show internal directories.
Click to hide internal directories.