Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnknownObject ¶
type UnknownObject struct { metav1.TypeMeta metav1.ObjectMeta Chan chan int }
UnknownObject is an object that implements runtime.Object and client.Object but does not register itself to any schema
func (*UnknownObject) DeepCopyObject ¶
func (in *UnknownObject) DeepCopyObject() runtime.Object
DeepCopyObject .
type UnknownObjectList ¶
UnknownObjectList is a list of objects that implements client.ObjectList but does not register itself to any schema
func (*UnknownObjectList) DeepCopyObject ¶
func (in *UnknownObjectList) DeepCopyObject() runtime.Object
DeepCopyObject .
Click to show internal directories.
Click to hide internal directories.