package testing
import "k8s.io/kubernetes/pkg/kubectl/testing"
Index ¶
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 ¶
func (in *TestStruct) DeepCopy() *TestStruct
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TestStruct.
func (*TestStruct) DeepCopyInto ¶
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 ¶
func (in *TestStruct) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
Source Files ¶
doc.go types.go zz_generated.deepcopy.go
- Version
- v1.9.10
- Published
- Aug 2, 2018
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 38 seconds ago –
Tools for package owners.