Documentation ¶
Overview ¶
Package testing contains types for tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepCopy_testing_TestConfig ¶
func DeepCopy_testing_TestConfig(in interface{}, out interface{}, c *conversion.Cloner) error
DeepCopy_testing_TestConfig is an autogenerated deepcopy function.
func DeepCopy_testing_TestConfigV1 ¶
func DeepCopy_testing_TestConfigV1(in interface{}, out interface{}, c *conversion.Cloner) error
DeepCopy_testing_TestConfigV1 is an autogenerated deepcopy function.
func GetGeneratedDeepCopyFuncs ¶
func GetGeneratedDeepCopyFuncs() []conversion.GeneratedDeepCopyFunc
GetGeneratedDeepCopyFuncs returns the generated funcs, since we aren't registering them.
Types ¶
type TestConfig ¶
type TestConfig struct { metav1.TypeMeta `json:",inline"` Item1 string `json:"item1"` Item2 []string `json:"item2"` }
func (*TestConfig) GetObjectKind ¶
func (obj *TestConfig) GetObjectKind() schema.ObjectKind
type TestConfigV1 ¶
type TestConfigV1 struct { metav1.TypeMeta `json:",inline"` Item1 string `json:"item1"` Item2 []string `json:"item2"` }
func (*TestConfigV1) GetObjectKind ¶
func (obj *TestConfigV1) GetObjectKind() schema.ObjectKind
Click to show internal directories.
Click to hide internal directories.