 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
        
          
            func GetGeneratedDeepCopyFuncs
            deprecated
            
          
  
    
      added in
      v1.8.0
    
  
      
      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 TestStruct ¶
type TestStruct struct {
	metav1.TypeMeta `json:",inline"`
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Key               string         `json:"Key"`
	Map               map[string]int `json:"Map"`
	StringList        []string       `json:"StringList"`
	IntList           []int          `json:"IntList"`
}
    func (*TestStruct) DeepCopy ¶ added in v1.8.0
func (in *TestStruct) DeepCopy() *TestStruct
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TestStruct.
func (*TestStruct) DeepCopyInto ¶ added in v1.8.0
func (in *TestStruct) DeepCopyInto(out *TestStruct)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TestStruct) DeepCopyObject ¶ added in v1.8.0
func (in *TestStruct) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 Click to show internal directories. 
   Click to hide internal directories.