duck

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PodSpecable

type PodSpecable struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec PodSpecableSpec `json:"spec,omitempty"`
}

func (*PodSpecable) DeepCopy

func (in *PodSpecable) DeepCopy() *PodSpecable

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

func (*PodSpecable) DeepCopyInto

func (in *PodSpecable) DeepCopyInto(out *PodSpecable)

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

func (*PodSpecable) DeepCopyObject

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

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

type PodSpecableSpec

type PodSpecableSpec struct {
	Template corev1.PodTemplateSpec `json:"template,omitempty"`
}

func (*PodSpecableSpec) DeepCopy

func (in *PodSpecableSpec) DeepCopy() *PodSpecableSpec

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

func (*PodSpecableSpec) DeepCopyInto

func (in *PodSpecableSpec) DeepCopyInto(out *PodSpecableSpec)

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳