Documentation ¶
Overview ¶
Package testing contains testing types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGeneratedDeepCopyFuncs
deprecated
func GetGeneratedDeepCopyFuncs() []conversion.GeneratedDeepCopyFunc
GetGeneratedDeepCopyFuncs returns the generated funcs, since we aren't registering them.
Deprecated: deepcopy registration will go away when static deepcopy is fully implemented.
Types ¶
type FakeLabelsResource ¶
type FakeLabelsResource struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` }
func (*FakeLabelsResource) DeepCopy ¶ added in v3.8.0
func (in *FakeLabelsResource) DeepCopy() *FakeLabelsResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FakeLabelsResource.
func (*FakeLabelsResource) DeepCopyInto ¶ added in v3.8.0
func (in *FakeLabelsResource) DeepCopyInto(out *FakeLabelsResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FakeLabelsResource) DeepCopyObject ¶ added in v3.8.0
func (in *FakeLabelsResource) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*FakeLabelsResource) GetObjectKind ¶
func (obj *FakeLabelsResource) GetObjectKind() schema.ObjectKind
Click to show internal directories.
Click to hide internal directories.