Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 68 for Reconciled (0.2 sec)

  1. operator/cmd/mesh/uninstall.go

    		if err != nil {
    			return err
    		}
    		iop.Name = savedIOPName(iop)
    	}
    
    	h, err = helmreconciler.NewHelmReconciler(client, kubeClient, iop, opts)
    	if err != nil {
    		return fmt.Errorf("failed to create reconciler: %v", err)
    	}
    	objectsList, err := h.GetPrunedResources(uiArgs.revision, uiArgs.purge, "")
    	if err != nil {
    		return err
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 01:18:49 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. pkg/controller/volume/attachdetach/cache/actual_state_of_world.go

    	// based on the current actual state of the world. This function is currently used by
    	// reconciler to verify whether the volume is still attached to the node.
    	GetAttachedVolumesPerNode() map[types.NodeName][]operationexecutor.AttachedVolume
    
    	// GetNodesForAttachedVolume returns the nodes on which the volume is attached.
    	// This function is used by reconciler for multi-attach check.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 07:35:17 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  3. pkg/controller/resourcequota/resource_quota_monitor.go

    	// TODO: if we can share storage with garbage collector, it may make sense to support other resources
    	// until that time, aggregated api servers will have to run their own controller to reconcile their own quota.
    	return nil, fmt.Errorf("unable to monitor quota for resource %q", resource.String())
    }
    
    // SyncMonitors rebuilds the monitor set according to the supplied resources,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  4. pilot/pkg/features/pilot.go

    		"Name of the default GatewayClass").Get()
    
    	ManagedGatewayController = env.Register("PILOT_GATEWAY_API_CONTROLLER_NAME", "istio.io/gateway-controller",
    		"Gateway API controller name. istiod will only reconcile Gateway API resources referencing a GatewayClass with this controller name").Get()
    )
    
    // UnsafeFeaturesEnabled returns true if any unsafe features are enabled.
    func UnsafeFeaturesEnabled() bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  5. pilot/pkg/model/context.go

    }
    
    type GatewayController interface {
    	ConfigStoreController
    	// Reconcile updates the internal state of the gateway controller for a given input. This should be
    	// called before any List/Get calls if the state has changed
    	Reconcile(ctx *PushContext) error
    	// SecretAllowed determines if a SDS credential is accessible to a given namespace.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 33.6K bytes
    - Viewed (0)
  6. pkg/controlplane/controller/clusterauthenticationtrust/cluster_authentication_trust_controller.go

    		if c.NotAfter.After(fiveMinutesAgo) {
    			validCerts = append(validCerts, c)
    		}
    	}
    
    	return validCerts
    }
    
    // Enqueue a method to allow separate control loops to cause the controller to trigger and reconcile content.
    func (c *Controller) Enqueue() {
    	c.queue.Add(keyFn())
    }
    
    // Run the controller until stopped.
    func (c *Controller) Run(ctx context.Context, workers int) {
    	defer utilruntime.HandleCrash()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  7. pkg/kubelet/volumemanager/cache/actual_state_of_world.go

    	asw.Lock()
    	defer asw.Unlock()
    
    	volumeObj, volumeExists := asw.attachedVolumes[volumeName]
    	if !volumeExists {
    		return
    	}
    	if volumeObj.deviceMountState != operationexecutor.DeviceMountUncertain {
    		// Reconciler must have updated volume state, i.e. when a pod uses the volume and
    		// succeeded mounting the volume. Such update has fixed the device path.
    		return
    	}
    
    	volumeObj.devicePath = devicePath
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 45.8K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top