Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 50 for happen (0.85 sec)

  1. CHANGELOG/CHANGELOG-1.20.md

    - Scheduler bugfix: Scheduler doesn't lose pod information when nodes are quickly recreated. This could happen when nodes are restarted or quickly recreated reusing a nodename. ([#93938](https://github.com/kubernetes/kubernetes/pull/93938), [@alculquicondor](https://github.com/alculquicondor)) [SIG Scalability, Scheduling and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    		i--
    		dAtA[i] = 0x2
    		i--
    		dAtA[i] = 0x9a
    	}
    	if len(m.Definitions) > 0 {
    		keysForDefinitions := make([]string, 0, len(m.Definitions))
    		for k := range m.Definitions {
    			keysForDefinitions = append(keysForDefinitions, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForDefinitions)
    		for iNdEx := len(keysForDefinitions) - 1; iNdEx >= 0; iNdEx-- {
    			v := m.Definitions[string(keysForDefinitions[iNdEx])]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    			}
    			i--
    			dAtA[i] = 0x12
    		}
    	}
    	if len(m.MatchLabels) > 0 {
    		keysForMatchLabels := make([]string, 0, len(m.MatchLabels))
    		for k := range m.MatchLabels {
    			keysForMatchLabels = append(keysForMatchLabels, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForMatchLabels)
    		for iNdEx := len(keysForMatchLabels) - 1; iNdEx >= 0; iNdEx-- {
    			v := m.MatchLabels[string(keysForMatchLabels[iNdEx])]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    	}
    	i--
    	dAtA[i] = 0x1a
    	if len(m.UpdatedAnnotations) > 0 {
    		keysForUpdatedAnnotations := make([]string, 0, len(m.UpdatedAnnotations))
    		for k := range m.UpdatedAnnotations {
    			keysForUpdatedAnnotations = append(keysForUpdatedAnnotations, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForUpdatedAnnotations)
    		for iNdEx := len(keysForUpdatedAnnotations) - 1; iNdEx >= 0; iNdEx-- {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * 🌐 Add Chinese translation for `docs/zh/docs/advanced/generate-clients.md`. PR [#9883](https://github.com/tiangolo/fastapi/pull/9883) by [@funny-cat-happy](https://github.com/funny-cat-happy).
    
    ### Refactors
    
    * ✏️ Fix typos in comment in `fastapi/applications.py`. PR [#10045](https://github.com/tiangolo/fastapi/pull/10045) by [@AhsanSheraz](https://github.com/AhsanSheraz).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    			}
    			postIndex := iNdEx + msglen
    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			m.ResourceHandles = append(m.ResourceHandles, ResourceHandle{})
    			if err := m.ResourceHandles[len(m.ResourceHandles)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		case 2:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. true */
        String CRAWLER_DOCUMENT_APPEND_DATA = "crawler.document.append.data";
    
        /** The key of the configuration. e.g. false */
        String CRAWLER_DOCUMENT_APPEND_FILENAME = "crawler.document.append.filename";
    
        /** The key of the configuration. e.g. 20 */
        String CRAWLER_DOCUMENT_MAX_ALPHANUM_TERM_SIZE = "crawler.document.max.alphanum.term.size";
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.23.md

    - Added a new flag `--append-server-path` to `kubectl proxy` that will automatically append the kube context server path to each request. ([#97350](https://github.com/kubernetes/kubernetes/pull/97350), [@FabianKramm](https://github.com/FabianKramm))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  9. prow/config/calico.yaml

                      to append mode, be sure that the other rules in the chains signal
                      acceptance by falling through to the Calico rules, otherwise the
                      Calico policy will be bypassed. [Default: insert]'
                    pattern: ^(?i)(insert|append)?$
                    type: string
                  dataplaneDriver:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    		},
    	}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    			// simulate the recursive validation calls
    			schemas := append(tt.schema, &apiextensions.JSONSchemaProps{Type: "string"}) // append a leaf type
    			curCostInfo := RootCELContext(schemas[0])
    			for i := 1; i < len(schemas); i++ {
    				curCostInfo = curCostInfo.childContext(schemas[i], nil)
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
Back to top