Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 83 for Managed (0.31 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverRequest.java

                return this;
            }
    
            /**
             * Adds the specified managed dependency.
             *
             * @param managedDependency The managed dependency to add, may be {@code null} in which case the call
             *                          will have no effect.
             * @return this request for chaining, never {@code null}
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/ztunnel-dashboard.gen.json

          },
          {
             "datasource": {
                "type": "datasource",
                "uid": "-- Mixed --"
             },
             "description": "Count of active and pending proxies managed by each instance.\nPending is expected to converge to zero.\n",
             "fieldConfig": {
                "defaults": {
                   "custom": {
                      "fillOpacity": 10,
                      "gradientMode": "hue",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  3. cluster/gce/util.sh

      echo "Bringing down cluster"
      set +e  # Do not stop on error
    
      if [[ "${KUBE_DELETE_NODES:-}" != "false" ]]; then
        # Get the name of the managed instance group template before we delete the
        # managed instance group. (The name of the managed instance group template may
        # change during a cluster upgrade.)
        local templates
        templates=$(get-template "${PROJECT}")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  4. pkg/config/constants/constants.go

    	// testing the validation webhook.
    	AlwaysReject = "internal.istio.io/webhook-always-reject"
    
    	ManagedGatewayLabel               = "gateway.istio.io/managed"
    	UnmanagedGatewayController        = "istio.io/unmanaged-gateway"
    	ManagedGatewayControllerLabel     = "istio.io-gateway-controller"
    	ManagedGatewayMeshControllerLabel = "istio.io-mesh-controller"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 10K bytes
    - Viewed (0)
  5. cni/pkg/cmd/root.go

    		"The value portion of the label which will be set by the race repair if label pods is true")
    	registerStringParameter(constants.RepairNodeName, "", "The name of the managed node (will manage all nodes if unset)")
    	registerStringParameter(constants.RepairSidecarAnnotation, "sidecar.istio.io/status",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 16:26:35 UTC 2024
    - 13K bytes
    - Viewed (0)
  6. manifests/addons/dashboards/pilot-dashboard.gen.json

          },
          {
             "datasource": {
                "type": "datasource",
                "uid": "-- Mixed --"
             },
             "description": "Count of active and pending proxies managed by each instance.\nPending is expected to converge to zero.\n",
             "gridPos": {
                "h": 10,
                "w": 8,
                "x": 8,
                "y": 14
             },
             "id": 13,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  7. maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java

            assertNotNull(result.getProject().getParentFile());
        }
    
        @Test
        void testVersionlessManagedDependency() throws Exception {
            File pomFile = new File("src/test/resources/projects/versionless-managed-dependency.xml");
            MavenSession mavenSession = createMavenSession(null);
            ProjectBuildingRequest configuration = new DefaultProjectBuildingRequest();
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:06:12 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_pods.go

    	"k8s.io/kubernetes/third_party/forked/golang/expansion"
    	utilnet "k8s.io/utils/net"
    )
    
    const (
    	managedHostsHeader                = "# Kubernetes-managed hosts file.\n"
    	managedHostsHeaderWithHostNetwork = "# Kubernetes-managed hosts file (host network).\n"
    )
    
    // Container state reason list
    const (
    	PodInitializing   = "PodInitializing"
    	ContainerCreating = "ContainerCreating"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/conversion.go

    		return gs
    	})
    }
    
    // IsManaged checks if a Gateway is managed (ie we create the Deployment and Service) or unmanaged.
    // This is based on the address field of the spec. If address is set with a Hostname type, it should point to an existing
    // Service that handles the gateway traffic. If it is not set, or refers to only a single IP, we will consider it managed and provision the Service.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  10. pkg/controller/job/job_controller.go

    		if job != nil {
    			// Skip cleanup of finalizers for pods owned by a job managed by an external controller
    			if controllerName := managedByExternalController(job); controllerName != nil {
    				logger.V(2).Info("Skip cleanup of the job finalizer for a pod owned by a job that is managed by an external controller", "key", key, "podUID", sharedPod.UID, "jobUID", job.UID, "controllerName", controllerName)
    				return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
Back to top