Documentation ¶
Overview ¶
Package testing contains types for tests.
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 AdmissionPluginTestConfig ¶
func (*AdmissionPluginTestConfig) DeepCopy ¶
func (in *AdmissionPluginTestConfig) DeepCopy() *AdmissionPluginTestConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AdmissionPluginTestConfig.
func (*AdmissionPluginTestConfig) DeepCopyInto ¶
func (in *AdmissionPluginTestConfig) DeepCopyInto(out *AdmissionPluginTestConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AdmissionPluginTestConfig) DeepCopyObject ¶
func (in *AdmissionPluginTestConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AdmissionPluginTestConfig) GetObjectKind ¶
func (obj *AdmissionPluginTestConfig) GetObjectKind() schema.ObjectKind
Click to show internal directories.
Click to hide internal directories.