Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for syncFn (0.29 sec)

  1. api/openapi-spec/v3/apis__batch__v1_openapi.json

    NotOlderThan\n  is interpreted as \"data at least as new as the provided `resourceVersion`\"\n  and the bookmark event is send when the state is synced\n  to a `resourceVersion` at least as fresh as the one provided by the ListOptions.\n  If `resourceVersion` is unset, this is interpreted as \"consistent read\" and the\n  bookmark event is send when the state is synced at least to the moment\n  when request started being processed.\n- `resourceVersionMatch` set to any other value or unset\n  Invalid error...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    	if rulesTotalMetric != rulesTotal {
    		t.Errorf("metric shows %d rules total but expected %d", rulesTotalMetric, rulesTotal)
    	}
    
    	// Add a service, sync, then add its endpoints. (The first sync will be a no-op other
    	// than adding the REJECT rule. The second sync will create the new service.)
    	var svc4 *v1.Service
    	makeServiceMap(fp,
    		makeTestService("ns4", "svc4", func(svc *v1.Service) {
    			svc4 = svc
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.27.md

    - Shared informers now correctly propagate whether they are synced or not. Individual informer handlers may now check if they are synced or not (new `HasSynced` method). Library support is added to assist controllers in tracking whether their own work is completed for items in the initial list (`AsyncTracker`). ([#113985](https://github.com/kuber...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.28.md

    - Added '--concurrent-cron-job-syncs' flag for `kube-controller-manager` to set the number of workers for cron job controller. ([#117550](https://github.com/kubernetes/kubernetes/pull/117550), [@borgerli](https://github.com/borgerli))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.29.md

    - KCCM: fixed transient node addition and removal caused by #121090 while syncing load balancers on large clusters with a lot of churn. ([#121091](https://github.com/kubernetes/kubernetes/pull/121091), [@alexanderConstantinescu](https://github.com/alexanderConstantinescu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  6. prow/config/calico.yaml

                          Enabled by default, set to nil to disable.
                        properties:
                          hostEndpoint:
                            description: HostEndpoint controls syncing nodes to host endpoints.
                              Disabled by default, set to nil to disable.
                            properties:
                              autoCreate:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	// record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting
    	// to load or validate the Assigned config, etc.
    	// Errors may occur at different points while syncing config. Earlier errors (e.g. download or
    	// checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation.go

    	clusterIPsField := specPath.Child("clusterIPs")
    	ipFamiliesField := specPath.Child("ipFamilies")
    	ipFamilyPolicyField := specPath.Child("ipFamilyPolicy")
    
    	// Make sure ClusterIP and ClusterIPs are synced.  For most cases users can
    	// just manage one or the other and we'll handle the rest (see PrepareFor*
    	// in strategy).
    	if len(service.Spec.ClusterIP) != 0 {
    		// If ClusterIP is set, ClusterIPs[0] must match.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  9. ChangeLog.md

    - [`KT-56440`](https://youtrack.jetbrains.com/issue/KT-56440) TCS: Gradle Sync: Add API to populate extras only during sync
    - [`KT-64629`](https://youtrack.jetbrains.com/issue/KT-64629) Gradle configuration fails: 'fun jvmToolchain(jdkVersion: Int): Unit' can't be called in this context by implicit receiver
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      // record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting
      // to load or validate the Assigned config, etc.
      // Errors may occur at different points while syncing config. Earlier errors (e.g. download or
      // checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top