Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 465 for deepCopy (0.13 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/deepcopy.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package v1beta1
    
    // TODO: Update this after a tag is created for interface fields in DeepCopy
    func (in *JSONSchemaProps) DeepCopy() *JSONSchemaProps {
    	if in == nil {
    		return nil
    	}
    	out := new(JSONSchemaProps)
    	*out = *in
    
    	if in.Ref != nil {
    		in, out := &in.Ref, &out.Ref
    		if *in == nil {
    			*out = nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 17:55:23 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/deepcopy.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package v1
    
    // TODO: Update this after a tag is created for interface fields in DeepCopy
    func (in *JSONSchemaProps) DeepCopy() *JSONSchemaProps {
    	if in == nil {
    		return nil
    	}
    	out := new(JSONSchemaProps)
    	*out = *in
    
    	if in.Ref != nil {
    		in, out := &in.Ref, &out.Ref
    		if *in == nil {
    			*out = nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 17:55:23 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/deepcopy.go

    limitations under the License.
    */
    
    package apiextensions
    
    import "k8s.io/apimachinery/pkg/runtime"
    
    // TODO: Update this after a tag is created for interface fields in DeepCopy
    func (in *JSONSchemaProps) DeepCopy() *JSONSchemaProps {
    	if in == nil {
    		return nil
    	}
    	out := new(JSONSchemaProps)
    
    	*out = *in
    
    	if in.Default != nil {
    		defaultJSON := JSON(runtime.DeepCopyJSONValue(*(in.Default)))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 17:55:23 UTC 2023
    - 6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/apis/apiserver/zz_generated.deepcopy.go

    		copy(*out, *in)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AESConfiguration.
    func (in *AESConfiguration) DeepCopy() *AESConfiguration {
    	if in == nil {
    		return nil
    	}
    	out := new(AESConfiguration)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Dec 18 20:54:24 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/zz_generated.deepcopy.go

    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomResourceColumnDefinition.
    func (in *CustomResourceColumnDefinition) DeepCopy() *CustomResourceColumnDefinition {
    	if in == nil {
    		return nil
    	}
    	out := new(CustomResourceColumnDefinition)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/zz_generated.deepcopy.go

    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConversionRequest.
    func (in *ConversionRequest) DeepCopy() *ConversionRequest {
    	if in == nil {
    		return nil
    	}
    	out := new(ConversionRequest)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/flowcontrol/v1/zz_generated.deepcopy.go

    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *FlowDistinguisherMethod) DeepCopyInto(out *FlowDistinguisherMethod) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlowDistinguisherMethod.
    func (in *FlowDistinguisherMethod) DeepCopy() *FlowDistinguisherMethod {
    	if in == nil {
    		return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 17.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/admissionregistration/v1beta1/zz_generated.deepcopy.go

    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuditAnnotation.
    func (in *AuditAnnotation) DeepCopy() *AuditAnnotation {
    	if in == nil {
    		return nil
    	}
    	out := new(AuditAnnotation)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 23.3K bytes
    - Viewed (0)
  9. pkg/apis/admissionregistration/zz_generated.deepcopy.go

    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuditAnnotation.
    func (in *AuditAnnotation) DeepCopy() *AuditAnnotation {
    	if in == nil {
    		return nil
    	}
    	out := new(AuditAnnotation)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 24.6K bytes
    - Viewed (0)
  10. pkg/apis/batch/zz_generated.deepcopy.go

    		in, out := &in.LastScheduleTime, &out.LastScheduleTime
    		*out = (*in).DeepCopy()
    	}
    	if in.LastSuccessfulTime != nil {
    		in, out := &in.LastSuccessfulTime, &out.LastSuccessfulTime
    		*out = (*in).DeepCopy()
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CronJobStatus.
    func (in *CronJobStatus) DeepCopy() *CronJobStatus {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top