package v1

import "k8s.io/apimachinery/pkg/runtime/testing/v1"

Index

Types

type ExternalSimple

type ExternalSimple struct {
	runtime.TypeMeta `json:",inline"`
	TestString       string `json:"testString"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*ExternalSimple) DeepCopy

func (in *ExternalSimple) DeepCopy() *ExternalSimple

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSimple.

func (*ExternalSimple) DeepCopyInto

func (in *ExternalSimple) DeepCopyInto(out *ExternalSimple)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ExternalSimple) DeepCopyObject

func (in *ExternalSimple) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

Source Files

doc.go types.go zz_generated.deepcopy.go

Version
v0.34.0-alpha.1
Published
Jun 12, 2025
Platform
js/wasm
Imports
1 packages
Last checked
4 hours ago

Tools for package owners.