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.36.0-rc.0
- Published
- Apr 9, 2026
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 9 minutes ago –
Tools for package owners.