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.
Click to show internal directories.
Click to hide internal directories.