1014 lines
28 KiB
Go
1014 lines
28 KiB
Go
// +build !ignore_autogenerated
|
|
|
|
/*
|
|
Copyright The Kubernetes Authors.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
*/
|
|
|
|
// Code generated by deepcopy-gen. DO NOT EDIT.
|
|
|
|
package v1
|
|
|
|
import (
|
|
corev1 "k8s.io/api/core/v1"
|
|
runtime "k8s.io/apimachinery/pkg/runtime"
|
|
)
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Archive) DeepCopyInto(out *Archive) {
|
|
*out = *in
|
|
if in.Literal != nil {
|
|
in, out := &in.Literal, &out.Literal
|
|
*out = make([]byte, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
out.Checksum = in.Checksum
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Archive.
|
|
func (in *Archive) DeepCopy() *Archive {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Archive)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Builder) DeepCopyInto(out *Builder) {
|
|
*out = *in
|
|
if in.Container != nil {
|
|
in, out := &in.Container, &out.Container
|
|
*out = new(corev1.Container)
|
|
(*in).DeepCopyInto(*out)
|
|
}
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Builder.
|
|
func (in *Builder) DeepCopy() *Builder {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Builder)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *CanaryConfig) DeepCopyInto(out *CanaryConfig) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.Metadata.DeepCopyInto(&out.Metadata)
|
|
out.Spec = in.Spec
|
|
out.Status = in.Status
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CanaryConfig.
|
|
func (in *CanaryConfig) DeepCopy() *CanaryConfig {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(CanaryConfig)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *CanaryConfig) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *CanaryConfigList) DeepCopyInto(out *CanaryConfigList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
out.Metadata = in.Metadata
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]CanaryConfig, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CanaryConfigList.
|
|
func (in *CanaryConfigList) DeepCopy() *CanaryConfigList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(CanaryConfigList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *CanaryConfigList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *CanaryConfigSpec) DeepCopyInto(out *CanaryConfigSpec) {
|
|
*out = *in
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CanaryConfigSpec.
|
|
func (in *CanaryConfigSpec) DeepCopy() *CanaryConfigSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(CanaryConfigSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *CanaryConfigStatus) DeepCopyInto(out *CanaryConfigStatus) {
|
|
*out = *in
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CanaryConfigStatus.
|
|
func (in *CanaryConfigStatus) DeepCopy() *CanaryConfigStatus {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(CanaryConfigStatus)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Checksum) DeepCopyInto(out *Checksum) {
|
|
*out = *in
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Checksum.
|
|
func (in *Checksum) DeepCopy() *Checksum {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Checksum)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *ConfigMapReference) DeepCopyInto(out *ConfigMapReference) {
|
|
*out = *in
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigMapReference.
|
|
func (in *ConfigMapReference) DeepCopy() *ConfigMapReference {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(ConfigMapReference)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Environment) DeepCopyInto(out *Environment) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.Metadata.DeepCopyInto(&out.Metadata)
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Environment.
|
|
func (in *Environment) DeepCopy() *Environment {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Environment)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *Environment) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *EnvironmentList) DeepCopyInto(out *EnvironmentList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
out.Metadata = in.Metadata
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]Environment, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvironmentList.
|
|
func (in *EnvironmentList) DeepCopy() *EnvironmentList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(EnvironmentList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *EnvironmentList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *EnvironmentReference) DeepCopyInto(out *EnvironmentReference) {
|
|
*out = *in
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvironmentReference.
|
|
func (in *EnvironmentReference) DeepCopy() *EnvironmentReference {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(EnvironmentReference)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *EnvironmentSpec) DeepCopyInto(out *EnvironmentSpec) {
|
|
*out = *in
|
|
in.Runtime.DeepCopyInto(&out.Runtime)
|
|
in.Builder.DeepCopyInto(&out.Builder)
|
|
in.Resources.DeepCopyInto(&out.Resources)
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvironmentSpec.
|
|
func (in *EnvironmentSpec) DeepCopy() *EnvironmentSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(EnvironmentSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *ExecutionStrategy) DeepCopyInto(out *ExecutionStrategy) {
|
|
*out = *in
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExecutionStrategy.
|
|
func (in *ExecutionStrategy) DeepCopy() *ExecutionStrategy {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(ExecutionStrategy)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Function) DeepCopyInto(out *Function) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.Metadata.DeepCopyInto(&out.Metadata)
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Function.
|
|
func (in *Function) DeepCopy() *Function {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Function)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *Function) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *FunctionList) DeepCopyInto(out *FunctionList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
out.Metadata = in.Metadata
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]Function, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FunctionList.
|
|
func (in *FunctionList) DeepCopy() *FunctionList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(FunctionList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *FunctionList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *FunctionPackageRef) DeepCopyInto(out *FunctionPackageRef) {
|
|
*out = *in
|
|
out.PackageRef = in.PackageRef
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FunctionPackageRef.
|
|
func (in *FunctionPackageRef) DeepCopy() *FunctionPackageRef {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(FunctionPackageRef)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *FunctionReference) DeepCopyInto(out *FunctionReference) {
|
|
*out = *in
|
|
if in.FunctionWeights != nil {
|
|
in, out := &in.FunctionWeights, &out.FunctionWeights
|
|
*out = make(map[string]int, len(*in))
|
|
for key, val := range *in {
|
|
(*out)[key] = val
|
|
}
|
|
}
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FunctionReference.
|
|
func (in *FunctionReference) DeepCopy() *FunctionReference {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(FunctionReference)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *FunctionSpec) DeepCopyInto(out *FunctionSpec) {
|
|
*out = *in
|
|
out.Environment = in.Environment
|
|
out.Package = in.Package
|
|
if in.Secrets != nil {
|
|
in, out := &in.Secrets, &out.Secrets
|
|
*out = make([]SecretReference, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
if in.ConfigMaps != nil {
|
|
in, out := &in.ConfigMaps, &out.ConfigMaps
|
|
*out = make([]ConfigMapReference, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
in.Resources.DeepCopyInto(&out.Resources)
|
|
out.InvokeStrategy = in.InvokeStrategy
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FunctionSpec.
|
|
func (in *FunctionSpec) DeepCopy() *FunctionSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(FunctionSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *HTTPTrigger) DeepCopyInto(out *HTTPTrigger) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.Metadata.DeepCopyInto(&out.Metadata)
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPTrigger.
|
|
func (in *HTTPTrigger) DeepCopy() *HTTPTrigger {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(HTTPTrigger)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *HTTPTrigger) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *HTTPTriggerList) DeepCopyInto(out *HTTPTriggerList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
out.Metadata = in.Metadata
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]HTTPTrigger, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPTriggerList.
|
|
func (in *HTTPTriggerList) DeepCopy() *HTTPTriggerList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(HTTPTriggerList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *HTTPTriggerList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *HTTPTriggerSpec) DeepCopyInto(out *HTTPTriggerSpec) {
|
|
*out = *in
|
|
in.FunctionReference.DeepCopyInto(&out.FunctionReference)
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPTriggerSpec.
|
|
func (in *HTTPTriggerSpec) DeepCopy() *HTTPTriggerSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(HTTPTriggerSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *InvokeStrategy) DeepCopyInto(out *InvokeStrategy) {
|
|
*out = *in
|
|
out.ExecutionStrategy = in.ExecutionStrategy
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InvokeStrategy.
|
|
func (in *InvokeStrategy) DeepCopy() *InvokeStrategy {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(InvokeStrategy)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *KubernetesWatchTrigger) DeepCopyInto(out *KubernetesWatchTrigger) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.Metadata.DeepCopyInto(&out.Metadata)
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubernetesWatchTrigger.
|
|
func (in *KubernetesWatchTrigger) DeepCopy() *KubernetesWatchTrigger {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(KubernetesWatchTrigger)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *KubernetesWatchTrigger) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *KubernetesWatchTriggerList) DeepCopyInto(out *KubernetesWatchTriggerList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
out.Metadata = in.Metadata
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]KubernetesWatchTrigger, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubernetesWatchTriggerList.
|
|
func (in *KubernetesWatchTriggerList) DeepCopy() *KubernetesWatchTriggerList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(KubernetesWatchTriggerList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *KubernetesWatchTriggerList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *KubernetesWatchTriggerSpec) DeepCopyInto(out *KubernetesWatchTriggerSpec) {
|
|
*out = *in
|
|
if in.LabelSelector != nil {
|
|
in, out := &in.LabelSelector, &out.LabelSelector
|
|
*out = make(map[string]string, len(*in))
|
|
for key, val := range *in {
|
|
(*out)[key] = val
|
|
}
|
|
}
|
|
in.FunctionReference.DeepCopyInto(&out.FunctionReference)
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubernetesWatchTriggerSpec.
|
|
func (in *KubernetesWatchTriggerSpec) DeepCopy() *KubernetesWatchTriggerSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(KubernetesWatchTriggerSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *MessageQueueTrigger) DeepCopyInto(out *MessageQueueTrigger) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.Metadata.DeepCopyInto(&out.Metadata)
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MessageQueueTrigger.
|
|
func (in *MessageQueueTrigger) DeepCopy() *MessageQueueTrigger {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(MessageQueueTrigger)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *MessageQueueTrigger) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *MessageQueueTriggerList) DeepCopyInto(out *MessageQueueTriggerList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
out.Metadata = in.Metadata
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]MessageQueueTrigger, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MessageQueueTriggerList.
|
|
func (in *MessageQueueTriggerList) DeepCopy() *MessageQueueTriggerList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(MessageQueueTriggerList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *MessageQueueTriggerList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *MessageQueueTriggerSpec) DeepCopyInto(out *MessageQueueTriggerSpec) {
|
|
*out = *in
|
|
in.FunctionReference.DeepCopyInto(&out.FunctionReference)
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MessageQueueTriggerSpec.
|
|
func (in *MessageQueueTriggerSpec) DeepCopy() *MessageQueueTriggerSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(MessageQueueTriggerSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Package) DeepCopyInto(out *Package) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.Metadata.DeepCopyInto(&out.Metadata)
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
out.Status = in.Status
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Package.
|
|
func (in *Package) DeepCopy() *Package {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Package)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *Package) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *PackageList) DeepCopyInto(out *PackageList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
out.Metadata = in.Metadata
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]Package, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackageList.
|
|
func (in *PackageList) DeepCopy() *PackageList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(PackageList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *PackageList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *PackageRef) DeepCopyInto(out *PackageRef) {
|
|
*out = *in
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackageRef.
|
|
func (in *PackageRef) DeepCopy() *PackageRef {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(PackageRef)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *PackageSpec) DeepCopyInto(out *PackageSpec) {
|
|
*out = *in
|
|
out.Environment = in.Environment
|
|
in.Source.DeepCopyInto(&out.Source)
|
|
in.Deployment.DeepCopyInto(&out.Deployment)
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackageSpec.
|
|
func (in *PackageSpec) DeepCopy() *PackageSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(PackageSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *PackageStatus) DeepCopyInto(out *PackageStatus) {
|
|
*out = *in
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackageStatus.
|
|
func (in *PackageStatus) DeepCopy() *PackageStatus {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(PackageStatus)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Recorder) DeepCopyInto(out *Recorder) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.Metadata.DeepCopyInto(&out.Metadata)
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Recorder.
|
|
func (in *Recorder) DeepCopy() *Recorder {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Recorder)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *Recorder) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *RecorderList) DeepCopyInto(out *RecorderList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
out.Metadata = in.Metadata
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]Recorder, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecorderList.
|
|
func (in *RecorderList) DeepCopy() *RecorderList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(RecorderList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *RecorderList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *RecorderSpec) DeepCopyInto(out *RecorderSpec) {
|
|
*out = *in
|
|
if in.Triggers != nil {
|
|
in, out := &in.Triggers, &out.Triggers
|
|
*out = make([]string, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecorderSpec.
|
|
func (in *RecorderSpec) DeepCopy() *RecorderSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(RecorderSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Runtime) DeepCopyInto(out *Runtime) {
|
|
*out = *in
|
|
if in.Container != nil {
|
|
in, out := &in.Container, &out.Container
|
|
*out = new(corev1.Container)
|
|
(*in).DeepCopyInto(*out)
|
|
}
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Runtime.
|
|
func (in *Runtime) DeepCopy() *Runtime {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Runtime)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *SecretReference) DeepCopyInto(out *SecretReference) {
|
|
*out = *in
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretReference.
|
|
func (in *SecretReference) DeepCopy() *SecretReference {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(SecretReference)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *TimeTrigger) DeepCopyInto(out *TimeTrigger) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.Metadata.DeepCopyInto(&out.Metadata)
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TimeTrigger.
|
|
func (in *TimeTrigger) DeepCopy() *TimeTrigger {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(TimeTrigger)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *TimeTrigger) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *TimeTriggerList) DeepCopyInto(out *TimeTriggerList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
out.Metadata = in.Metadata
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]TimeTrigger, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TimeTriggerList.
|
|
func (in *TimeTriggerList) DeepCopy() *TimeTriggerList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(TimeTriggerList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *TimeTriggerList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *TimeTriggerSpec) DeepCopyInto(out *TimeTriggerSpec) {
|
|
*out = *in
|
|
in.FunctionReference.DeepCopyInto(&out.FunctionReference)
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TimeTriggerSpec.
|
|
func (in *TimeTriggerSpec) DeepCopy() *TimeTriggerSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(TimeTriggerSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *ValidationError) DeepCopyInto(out *ValidationError) {
|
|
*out = *in
|
|
return
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ValidationError.
|
|
func (in *ValidationError) DeepCopy() *ValidationError {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(ValidationError)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|