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 ¶
func (in *FakeLabelsResource) DeepCopy() *FakeLabelsResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FakeLabelsResource.
func (*FakeLabelsResource) DeepCopyInto ¶
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 ¶
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
      
      Source Files
      ¶
    
- doc.go
 - types.go
 - zz_generated.deepcopy.go
 
 Click to show internal directories. 
   Click to hide internal directories.