Documentation ¶
Overview ¶
Package testing contains types for tests.
Index ¶
- func DeepCopy_testing_OtherTestConfig2(in interface{}, out interface{}, c *conversion.Cloner) error
- func DeepCopy_testing_OtherTestConfig2V2(in interface{}, out interface{}, c *conversion.Cloner) error
- func DeepCopy_testing_TestConfig(in interface{}, out interface{}, c *conversion.Cloner) error
- func DeepCopy_testing_TestConfigV1(in interface{}, out interface{}, c *conversion.Cloner) error
- func GetGeneratedDeepCopyFuncs() []conversion.GeneratedDeepCopyFunc
- type OtherTestConfig2
- type OtherTestConfig2V2
- type TestConfig
- type TestConfigV1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepCopy_testing_OtherTestConfig2 ¶
func DeepCopy_testing_OtherTestConfig2(in interface{}, out interface{}, c *conversion.Cloner) error
DeepCopy_testing_OtherTestConfig2 is an autogenerated deepcopy function.
func DeepCopy_testing_OtherTestConfig2V2 ¶
func DeepCopy_testing_OtherTestConfig2V2(in interface{}, out interface{}, c *conversion.Cloner) error
DeepCopy_testing_OtherTestConfig2V2 is an autogenerated deepcopy function.
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 OtherTestConfig2 ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +k8s:deepcopy-gen=true
func (*OtherTestConfig2) GetObjectKind ¶
func (obj *OtherTestConfig2) GetObjectKind() schema.ObjectKind
type OtherTestConfig2V2 ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +k8s:deepcopy-gen=true
func (*OtherTestConfig2V2) GetObjectKind ¶
func (obj *OtherTestConfig2V2) GetObjectKind() schema.ObjectKind
type TestConfig ¶
type TestConfig struct { metav1.TypeMeta Item1 string `json:"item1"` Item2 []string `json:"item2"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +k8s:deepcopy-gen=true
func (*TestConfig) GetObjectKind ¶
func (obj *TestConfig) GetObjectKind() schema.ObjectKind
type TestConfigV1 ¶
type TestConfigV1 struct { metav1.TypeMeta Item1 string `json:"item1"` Item2 []string `json:"item2"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +k8s:deepcopy-gen=true
func (*TestConfigV1) GetObjectKind ¶
func (obj *TestConfigV1) GetObjectKind() schema.ObjectKind