func (in *Defaulted) DeepCopy() *Defaulted { … } func (in *Defaulted) DeepCopyInto(out *Defaulted) { … } func (in *Defaulted) DeepCopyObject() runtime.Object { … } func (in *DefaultedOmitempty) DeepCopy() *DefaultedOmitempty { … } func (in *DefaultedOmitempty) DeepCopyInto(out *DefaultedOmitempty) { … } func (in *DefaultedOmitempty) DeepCopyObject() runtime.Object { … } func (in *DefaultedWithFunction) DeepCopy() *DefaultedWithFunction { … } func (in *DefaultedWithFunction) DeepCopyInto(out *DefaultedWithFunction) { … } func (in *DefaultedWithFunction) DeepCopyObject() runtime.Object { … } func (in *Defaulted) GetObjectKind() schema.ObjectKind { … } func (in *DefaultedOmitempty) GetObjectKind() schema.ObjectKind { … } func (in *DefaultedWithFunction) GetObjectKind() schema.ObjectKind { … } func (in *DefaultedWithReference) GetObjectKind() schema.ObjectKind { … } func (in *DefaultedWithReference) DeepCopy() *DefaultedWithReference { … } func (in *DefaultedWithReference) DeepCopyInto(out *DefaultedWithReference) { … } func (in *DefaultedWithReference) DeepCopyObject() runtime.Object { … }