Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 352 for deepCopy (0.14 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/apimachinery/pkg/apis/meta/v1/deepcopy.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package v1
    
    import (
    	"k8s.io/apimachinery/pkg/runtime"
    )
    
    func (in *TableRow) DeepCopy() *TableRow {
    	if in == nil {
    		return nil
    	}
    
    	out := new(TableRow)
    
    	if in.Cells != nil {
    		out.Cells = make([]interface{}, len(in.Cells))
    		for i := range in.Cells {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 04:26:56 UTC 2019
    - 1.1K bytes
    - Viewed (0)
  5. pkg/apis/certificates/zz_generated.deepcopy.go

    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificateSigningRequest.
    func (in *CertificateSigningRequest) DeepCopy() *CertificateSigningRequest {
    	if in == nil {
    		return nil
    	}
    	out := new(CertificateSigningRequest)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 16 03:10:59 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/endpoints/testing/zz_generated.deepcopy.go

    			(*out)[key] = val
    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Simple.
    func (in *Simple) DeepCopy() *Simple {
    	if in == nil {
    		return nil
    	}
    	out := new(Simple)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 5K bytes
    - Viewed (0)
  7. pkg/apis/apiserverinternal/zz_generated.deepcopy.go

    		copy(*out, *in)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServerStorageVersion.
    func (in *ServerStorageVersion) DeepCopy() *ServerStorageVersion {
    	if in == nil {
    		return nil
    	}
    	out := new(ServerStorageVersion)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 22:40:54 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/apis/cr/v1/zz_generated.deepcopy.go

    	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 *ExampleSpec) DeepCopyInto(out *ExampleSpec) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExampleSpec.
    func (in *ExampleSpec) DeepCopy() *ExampleSpec {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 3.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/certificates/v1beta1/zz_generated.deepcopy.go

    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificateSigningRequest.
    func (in *CertificateSigningRequest) DeepCopy() *CertificateSigningRequest {
    	if in == nil {
    		return nil
    	}
    	out := new(CertificateSigningRequest)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 6.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/node/v1/zz_generated.deepcopy.go

    		for key, val := range *in {
    			(*out)[key] = val.DeepCopy()
    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Overhead.
    func (in *Overhead) DeepCopy() *Overhead {
    	if in == nil {
    		return nil
    	}
    	out := new(Overhead)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 4K bytes
    - Viewed (0)
Back to top