Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,101 for Managed (0.15 sec)

  1. istioctl/pkg/tag/generate.go

    	AutoInjectNamespaces bool
    	// CustomLabels are labels to add to the generated webhook.
    	CustomLabels map[string]string
    	// UserManaged indicates whether the revision tag is user managed.
    	// If true, the revision tag will not be affected by the installer.
    	UserManaged bool
    }
    
    // Generate generates the manifests for a revision tag pointed the given revision.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 16 17:43:49 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  2. pkg/kubelet/stats/cri_stats_provider.go

    }
    
    // ListPodStats returns the stats of all the pod-managed containers.
    func (p *criStatsProvider) ListPodStats(ctx context.Context) ([]statsapi.PodStats, error) {
    	// Don't update CPU nano core usage.
    	return p.listPodStats(ctx, false)
    }
    
    // ListPodStatsAndUpdateCPUNanoCoreUsage updates the cpu nano core usage for
    // the containers and returns the stats for all the pod-managed containers.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 35.1K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/model/ObjectFactory.java

         *
         * <p>Interfaces are supported if they declare a read-only {@code name} property of type String, and are otherwise empty or consist entirely of managed properties.</p>
         *
         * <p>All objects <b>MUST</b> expose their name as a bean property called "name". The name must be constant for the life of the object.</p>
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  4. 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)
  5. pkg/controller/volume/attachdetach/util/util.go

    		// If the node the pod is scheduled to does not exist in the desired
    		// state of the world data structure, that indicates the node is not
    		// yet managed by the controller. Therefore, ignore the pod.
    		logger.V(4).Info("Skipping processing of pod, it is scheduled to node which is not managed by the controller", "node", klog.KRef("", string(nodeName)), "pod", klog.KObj(pod))
    		return
    	}
    
    	// Process volume spec for each volume defined in pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 10:42:15 UTC 2024
    - 12K bytes
    - Viewed (0)
  6. tensorflow/c/c_api_experimental.h

    TF_CAPI_EXPORT extern char* TF_FunctionDebugString(TF_Function* func,
                                                       size_t* len);
    
    // On success, dequeues a tensor from a TF-managed FifoQueue given by
    // `tensor_id`, associated with `session`. There must be a graph node named
    // "fifo_queue_dequeue_<tensor_id>", to be executed by this API call.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 21:07:00 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  7. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/CustomComponentPluginIntegrationTest.groovy

    @UnsupportedWithConfigurationCache(because = "software model")
    class CustomComponentPluginIntegrationTest extends AbstractIntegrationSpec {
        def "setup"() {
            buildFile << """
    @Managed
    interface SampleComponent extends ComponentSpec {
        String getVersion()
        void setVersion(String version)
    }
    """
        }
    
        def "plugin declares custom component"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  8. docs/security/README.md

    ### Server-Side Encryption - Preliminaries
    
    #### Secret Keys
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 12 00:51:25 UTC 2022
    - 13.8K bytes
    - Viewed (0)
  9. src/runtime/mspanset.go

    	// quite limited.
    	//
    	// The spine and all blocks are allocated off-heap, which
    	// allows this to be used in the memory manager and avoids the
    	// need for write barriers on all of these. spanSetBlocks are
    	// managed in a pool, though never freed back to the operating
    	// system. We never release spine memory because there could be
    	// concurrent lock-free access and we're likely to reuse it
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  10. docs/bigdata/README.md

    Kubernetes manages stateless Spark and Hive containers elastically on the compute nodes. Spark has native scheduler integration with Kubernetes. Hive, for legacy reasons, uses YARN scheduler on top of Kubernetes.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 14.7K bytes
    - Viewed (0)
Back to top