Documentation
¶
Overview ¶
+groupName=testgroup.k8s.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: "testgroup.k8s.io", Version: runtime.APIVersionInternal}
Functions ¶
This section is empty.
Types ¶
type TestType ¶
type TestType struct {
metav1.TypeMeta
metav1.ObjectMeta
Status TestTypeStatus
}
func (*TestType) GetObjectKind ¶
func (obj *TestType) GetObjectKind() schema.ObjectKind
type TestTypeList ¶
type TestTypeList struct {
metav1.TypeMeta
metav1.ListMeta
Items []TestType
}
func (*TestTypeList) GetObjectKind ¶
func (obj *TestTypeList) GetObjectKind() schema.ObjectKind
type TestTypeStatus ¶
type TestTypeStatus struct {
Blah string
}
Directories
¶
Path | Synopsis |
---|---|
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
|
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
+k8s:openapi-gen=true +groupName=testgroup.k8s.io
|
+k8s:openapi-gen=true +groupName=testgroup.k8s.io |
Click to show internal directories.
Click to hide internal directories.