package testing
import "k8s.io/apiserver/pkg/endpoints/openapi/testing"
Index ¶
- type TestType
- func (in *TestType) DeepCopy() *TestType
- func (in *TestType) DeepCopyInto(out *TestType)
- func (in *TestType) DeepCopyObject() runtime.Object
- func (t TestType) GetObjectKind() schema.ObjectKind
- func (t TestType) GroupVersionKind() schema.GroupVersionKind
- func (t TestType) SetGroupVersionKind(kind schema.GroupVersionKind)
Types ¶
type TestType ¶
type TestType struct { }
+k8s:deepcopy-gen=true +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*TestType) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TestType.
func (*TestType) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TestType) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (TestType) GetObjectKind ¶
func (t TestType) GetObjectKind() schema.ObjectKind
func (TestType) GroupVersionKind ¶
func (t TestType) GroupVersionKind() schema.GroupVersionKind
func (TestType) SetGroupVersionKind ¶
func (t TestType) SetGroupVersionKind(kind schema.GroupVersionKind)
Source Files ¶
types.go zz_generated.deepcopy.go
- Version
- v0.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.