package test
import "k8s.io/apimachinery/pkg/test"
Index ¶
- func TestScheme() (*runtime.Scheme, apiserializer.CodecFactory)
- type List
- func (in *List) DeepCopy() *List
- func (in *List) DeepCopyInto(out *List)
- func (in *List) DeepCopyObject() runtime.Object
- type ListV1
Functions ¶
func TestScheme ¶
func TestScheme() (*runtime.Scheme, apiserializer.CodecFactory)
Types ¶
type List ¶
List and ListV1 should be kept in sync with k8s.io/kubernetes/pkg/api#List and k8s.io/api/core/v1#List.
+k8s:deepcopy-gen=true +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*List) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new List.
func (*List) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*List) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ListV1 ¶
type ListV1 struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` Items []runtime.RawExtension `json:"items" protobuf:"bytes,2,rep,name=items"` }
+k8s:deepcopy-gen=true +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*ListV1) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ListV1.
func (*ListV1) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ListV1) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
Source Files ¶
util.go zz_generated.deepcopy.go
- Version
- v0.26.0-alpha.0
- Published
- Aug 5, 2022
- Platform
- js/wasm
- Imports
- 7 packages
- Last checked
- 3 hours ago –
Tools for package owners.