Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 101 for Reconciled (0.32 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/generic/policy_test_context.go

    		defer timeoutCancel()
    
    		for _, object := range objects {
    			if err := p.WaitForReconcile(timeoutCtx, object); err != nil {
    				return fmt.Errorf("error waiting for reconcile of %v: %v", object, err)
    			}
    		}
    	}
    	return nil
    }
    
    // Depending upon object type, waits afterward until the object is synced
    // by the policy source. Note that policies that are not bound are skipped,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 19K bytes
    - Viewed (0)
  2. pkg/controller/nodeipam/ipam/range_allocator.go

    			// we don't see the Update with DeletionTimestamp != 0.
    			// TODO: instead of executing the operation directly in the handler, build a small cache with key node.Name
    			// and value PodCIDRs use ReleaseCIDR on the reconcile loop so we can retry on `ReleaseCIDR` failures.
    			if err := ra.ReleaseCIDR(logger, obj.(*v1.Node)); err != nil {
    				utilruntime.HandleError(fmt.Errorf("error while processing CIDR Release: %w", err))
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 10:06:15 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/controller_test.go

    	err := wait.PollImmediate(100*time.Millisecond, 5*time.Second, func() (done bool, err error) {
    		return controller.hasPriorityLevelState(plName), nil
    	})
    	if err != nil {
    		t.Errorf("expected the controller to reconcile the priority level configuration object: %s, error: %s", plName, err)
    	}
    
    	close(stopCh)
    	t.Log("waiting for the controller Run function to shutdown gracefully")
    	<-controllerCompletedCh
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  4. pkg/config/analysis/analyzers/testdata/sidecar-injector-configmap-absolute-override.yaml

    kind: ConfigMap
    metadata:
      labels:
        app: sidecar-injector
        istio: sidecar-injector
        operator.istio.io/component: Injector
        operator.istio.io/managed: Reconcile
        operator.istio.io/version: 1.3.1
        release: istio
      name: istio-sidecar-injector
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  5. pkg/controller/deployment/util/deployment_util.go

    type podListFunc func(string, metav1.ListOptions) (*v1.PodList, error)
    
    // ListReplicaSets returns a slice of RSes the given deployment targets.
    // Note that this does NOT attempt to reconcile ControllerRef (adopt/orphan),
    // because only the controller itself should do that.
    // However, it does filter out anything whose ControllerRef doesn't match.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 07:09:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  6. pkg/controller/statefulset/stateful_set.go

    	logger.V(4).Info("Pod deleted.", "pod", klog.KObj(pod), "caller", utilruntime.GetCaller())
    	ssc.enqueueStatefulSet(set)
    }
    
    // getPodsForStatefulSet returns the Pods that a given StatefulSet should manage.
    // It also reconciles ControllerRef by adopting/orphaning.
    //
    // NOTE: Returned Pods are pointers to objects from the cache.
    // If you need to modify one, you need to copy it first.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  7. operator/README.md

    `.
    
    1. In IntelliJ, create a new Go Remote debug configuration with default settings.
    
    1. Start debugging process and verify it is working. For example, try adding a breakpoint at Reconcile logic and apply a new CR.
    
    ### Relationship between the CLI and controller
    
    The CLI and controller share the same API and codebase for generating manifests from the API. You can think of the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Sep 17 08:27:52 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/testdata/sidecar-injector-configmap-with-revision-canary.yaml

    kind: ConfigMap
    metadata:
      labels:
        app: sidecar-injector
        istio: sidecar-injector
        operator.istio.io/component: Injector
        operator.istio.io/managed: Reconcile
        operator.istio.io/version: 1.3.1
        release: istio
      name: istio-sidecar-injector-canary
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-configmap.yaml

    kind: ConfigMap
    metadata:
      labels:
        app: sidecar-injector
        istio: sidecar-injector
        operator.istio.io/component: Injector
        operator.istio.io/managed: Reconcile
        operator.istio.io/version: 1.3.1
        release: istio
      name: istio-sidecar-injector
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-enabled-nsbydefault.yaml

    kind: ConfigMap
    metadata:
      labels:
        app: sidecar-injector
        istio: sidecar-injector
        operator.istio.io/component: Injector
        operator.istio.io/managed: Reconcile
        operator.istio.io/version: 1.3.1
        release: istio
      name: istio-sidecar-injector
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
Back to top