Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PreferAvoidPods (0.21 sec)

  1. pkg/apis/core/zz_generated.deepcopy.go

    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *AvoidPods) DeepCopyInto(out *AvoidPods) {
    	*out = *in
    	if in.PreferAvoidPods != nil {
    		in, out := &in.PreferAvoidPods, &out.PreferAvoidPods
    		*out = make([]PreferAvoidPodsEntry, len(*in))
    		for i := range *in {
    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *AvoidPods) DeepCopyInto(out *AvoidPods) {
    	*out = *in
    	if in.PreferAvoidPods != nil {
    		in, out := &in.PreferAvoidPods, &out.PreferAvoidPods
    		*out = make([]PreferAvoidPodsEntry, len(*in))
    		for i := range *in {
    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.4.md

    * Implement alpha version of PreferAvoidPods ([#20699](https://github.com/kubernetes/kubernetes/pull/20699), [@jiangyaoguo](https://github.com/jiangyaoguo))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
Back to top