Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 664 for deepcopy (0.45 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. 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)
  6. 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)
  7. 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)
  8. staging/src/k8s.io/api/autoscaling/v2beta2/zz_generated.deepcopy.go

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

    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContainerResourceMetricSource.
    func (in *ContainerResourceMetricSource) DeepCopy() *ContainerResourceMetricSource {
    	if in == nil {
    		return nil
    	}
    	out := new(ContainerResourceMetricSource)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 02:34:54 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  10. 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)
Back to top