Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 52 for yield (0.07 sec)

  1. CHANGELOG/CHANGELOG-1.28.md

    ### API Change
    
    - A CDIDevice field is included in the Device Plugin's `ContainerAllocateResponse`. This field maps to the CDIDevice field in the CRI protocol. ([#118254](https://github.com/kubernetes/kubernetes/pull/118254), [@elezar](https://github.com/elezar)) [SIG Node and Testing]
    - ACTION_REQUIRED
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.9.md

    ### Other notable changes
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.7.md

    can now store only `null` when created using the protobuf content-type or stored in etcd using protobuf serialization (the default in 1.6).
    JSON API clients should tolerate `null` values for such fields, and treat `null` and `[]` as equivalent in meaning unless specifically documented otherwise for a particular field. ([#44593](https://github.com/kubernetes/kubernetes/pull/44593))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.13.md

    * client-go: restores behavior of populating the BearerToken field in rest.Config objects constructed from kubeconfig files containing tokenFile config, or from in-cluster configuration. An additional BearerTokenFile field is now populated to enable constructed clients to periodically refresh tokens. ([#71713](https://github.com/kubernetes/kubernetes/pull/71713), [@liggitt](https://github.com/liggitt))...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    org.junit.runners.model; public synchronized class FrameworkField extends FrameworkMember { private final reflect.Field field; public void FrameworkField(reflect.Field); public String getName(); public annotation.Annotation[] getAnnotations(); public annotation.Annotation getAnnotation(Class); public boolean isShadowedBy(FrameworkField); boolean isBridgeMethod(); protected int getModifiers(); public reflect.Field getField(); public Class getType(); public Class getDeclaringClass(); public Object get(Object) throws...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssagen/ssa.go

    				}
    				baseOffset += t.Elem().Size()
    			}
    		case t.IsStruct():
    			if t.NumFields() == 0 {
    				n++ // {} counts as a component
    				break
    			}
    			for _, field := range t.Fields() {
    				if !visitType(baseOffset+field.Offset, field.Type, depth) {
    					break
    				}
    			}
    		}
    		writebyte(rtabi.TraceArgsEndAgg)
    		return true
    	}
    
    	start := 0
    	if strings.Contains(f.LSym.Name, "[") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.26.md

    - '`PodDisruptionBudget` now adds an alpha `spec.unhealthyPodEvictionPolicy` field.
      When the `PDBUnhealthyPodEvictionPolicy` feature-gate is enabled in `kube-apiserver`,
      setting this field to `"AlwaysAllow"` allows pods to be evicted if they do not
      have a ready condition, regardless of whether the PodDisruptionBudget is currently
      healthy.'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.20.md

    - EndpointSlice has a new NodeName field guarded by the EndpointSliceNodeName feature gate.
      - EndpointSlice topology field will be deprecated in an upcoming release.
      - EndpointSlice "IP" address type is formally removed after being deprecated in Kubernetes 1.17.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  9. pkg/apis/core/v1/zz_generated.conversion.go

    	return autoConvert_core_NodeProxyOptions_To_v1_NodeProxyOptions(in, out, s)
    }
    
    func autoConvert_url_Values_To_v1_NodeProxyOptions(in *url.Values, out *v1.NodeProxyOptions, s conversion.Scope) error {
    	// WARNING: Field TypeMeta does not have json tag, skipping.
    
    	if values, ok := map[string][]string(*in)["path"]; ok && len(values) > 0 {
    		if err := runtime.Convert_Slice_string_To_string(&values, &out.Path, s); err != nil {
    			return err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	{MFOCRF, 0xfc1007fe00000000, 0x7c10002600000000, 0x80100000000, // Move From One Condition Register Field XFX-form (mfocrf RT,FXM)
    		[6]*argField{ap_Reg_6_10, ap_ImmUnsigned_12_19}},
    	{MTOCRF, 0xfc1007fe00000000, 0x7c10012000000000, 0x80100000000, // Move To One Condition Register Field XFX-form (mtocrf FXM,RS)
    		[6]*argField{ap_ImmUnsigned_12_19, ap_Reg_6_10}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
Back to top