Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 182 for Reconciled (0.15 sec)

  1. tests/integration/pilot/analysis/analysis_test.go

    	}
    
    	statusConds := x.Status.Conditions
    
    	// todo for some reason when a WorkloadEntry is created a "Reconciled" Condition isn't added.
    	for i, cond := range x.Status.Conditions {
    		// remove reconciled conditions for when WorkloadEntry starts initializing
    		// with a reconciled status.
    		if cond.Type == "Reconciled" {
    			statusConds = append(statusConds[:i], statusConds[i+1:]...)
    		}
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  2. cluster/addons/addon-manager/kube-addons.sh

    # Addons could use this label with two modes:
    # - ADDON_MANAGER_LABEL=Reconcile
    # - ADDON_MANAGER_LABEL=EnsureExists
    ADDON_MANAGER_LABEL="addonmanager.kubernetes.io/mode"
    # This label is deprecated (only for Addon Manager). In future release
    # addon-manager may not respect it anymore. Addons with
    # CLUSTER_SERVICE_LABEL=true and without ADDON_MANAGER_LABEL=EnsureExists
    # will be reconciled for now.
    CLUSTER_SERVICE_LABEL="kubernetes.io/cluster-service"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 15 05:40:38 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/internal/generic/interface.go

    	Run(ctx context.Context) error
    
    	// Retrieves the informer used to back this controller
    	Informer() Informer[T]
    
    	// Returns true if the informer cache has synced, and all the objects from
    	// the initial list have been reconciled at least once.
    	HasSynced() bool
    }
    
    type NamespacedLister[T any] interface {
    	// List lists all ValidationRuleSets in the indexer for a given namespace.
    	// Objects returned here must be treated as read-only.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 12 18:58:24 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  4. pkg/kubelet/cm/cpumanager/cpu_manager_test.go

    		}
    
    		if testCase.expectSucceededContainerName != "" {
    			// Search succeeded reconciled containers for the supplied name.
    			foundSucceededContainer := false
    			for _, reconciled := range success {
    				if reconciled.containerName == testCase.expectSucceededContainerName {
    					foundSucceededContainer = true
    					break
    				}
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 06 13:16:15 UTC 2023
    - 42.9K bytes
    - Viewed (0)
  5. pkg/controlplane/apiserver/peer.go

    	config, err := storageFactory.NewConfig(api.Resource("apiServerPeerIPInfo"))
    	if err != nil {
    		return nil, fmt.Errorf("error creating storage factory config: %w", err)
    	}
    	reconciler, err := reconcilers.NewPeerEndpointLeaseReconciler(config, "/peerserverleases/", ttl)
    	return reconciler, err
    }
    
    // utility function to get the apiserver address that is used by peer apiservers to proxy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 08:15:02 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  6. pkg/controlplane/controller/kubernetesservice/controller.go

    func (c *Controller) UpdateKubernetesService(reconcile bool) error {
    	// Update service & endpoint records.
    	servicePorts, serviceType := createPortAndServiceSpec(c.ServicePort, c.PublicServicePort, c.KubernetesServiceNodePort, "https")
    	if err := c.CreateOrUpdateMasterServiceIfNeeded(kubernetesServiceName, c.ServiceIP, servicePorts, serviceType, reconcile); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 16 16:33:01 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  7. pkg/kubelet/volumemanager/reconciler/reconstruct_test.go

    				// Mark DSW populated to allow unmounting of volumes.
    				return true
    			}
    			// Mark devices paths as reconciled to allow unmounting of volumes.
    			rcInstance.volumesNeedUpdateFromNodeStatus = nil
    
    			// Act 2 - reconcile once
    			rcInstance.reconcile()
    
    			// Assert 2
    			// MountDevice was attempted
    			var lastErr error
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/internal/generic/controller_test.go

    	require.NoError(t, waitForReconcile(initialObject), "initial reconcile")
    	require.NoError(t, waitForReconcile(initialObject), "previous reconcile failed, should retry quickly")
    	require.NoError(t, waitForReconcile(initialObject), "previous reconcile failed, should retry quickly")
    	// Will not try again since calls > 2 for last reconcile
    	require.True(t, success.Load(), "last call to reconcile should return success")
    	testCancel()
    	wg.Wait()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 12 18:58:24 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/prepare_tpu_computation_for_tf_export.cc

        return module.emitError("failed to apply tf export preparation patterns");
      }
    
      // TODO(hinsu): Investigate if the semantics of keys for these communication
      // ops between the old bridge and new bridge can be reconciled.
      module.walk([&](Operation* op) {
        if (isa<TF::XlaSendToHostOp>(op)) {
          StringRef old_key = op->getAttrOfType<StringAttr>("key").getValue();
          auto new_key = StringAttr::get(ctx, old_key.str() + "_dtoh_0");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  10. pkg/controlplane/apiserver/config.go

    	// that can not be served locally
    	PeerProxy utilpeerproxy.Interface
    	// PeerEndpointReconcileInterval defines how often the endpoint leases are reconciled in etcd.
    	PeerEndpointReconcileInterval time.Duration
    	// PeerEndpointLeaseReconciler updates the peer endpoint leases
    	PeerEndpointLeaseReconciler peerreconcilers.PeerEndpointLeaseReconciler
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 14.9K bytes
    - Viewed (0)
Back to top