Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for PreemptionPolicy (0.43 sec)

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

    		}
    	}
    	if in.Priority != nil {
    		in, out := &in.Priority, &out.Priority
    		*out = new(int32)
    		**out = **in
    	}
    	if in.PreemptionPolicy != nil {
    		in, out := &in.PreemptionPolicy, &out.PreemptionPolicy
    		*out = new(PreemptionPolicy)
    		**out = **in
    	}
    	if in.DNSConfig != nil {
    		in, out := &in.DNSConfig, &out.DNSConfig
    		*out = new(PodDNSConfig)
    		(*in).DeepCopyInto(*out)
    	}
    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

    	}
    	if in.EnableServiceLinks != nil {
    		in, out := &in.EnableServiceLinks, &out.EnableServiceLinks
    		*out = new(bool)
    		**out = **in
    	}
    	if in.PreemptionPolicy != nil {
    		in, out := &in.PreemptionPolicy, &out.PreemptionPolicy
    		*out = new(PreemptionPolicy)
    		**out = **in
    	}
    	if in.Overhead != nil {
    		in, out := &in.Overhead, &out.Overhead
    		*out = make(ResourceList, len(*in))
    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. api/openapi-spec/v3/apis__scheduling.k8s.io__v1_openapi.json

                "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
              },
              "preemptionPolicy": {
                "description": "preemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
                "type": "string"
              },
              "value": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 116.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "object"
            },
            "preemptionPolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top