Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 494 for Managed (0.15 sec)

  1. 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)
  2. 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)
  3. 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)
  4. istioctl/pkg/waypoint/waypoint.go

    		},
    	}
    	waypointDeleteCmd.Flags().BoolVar(&deleteAll, "all", false, "Delete all waypoints in the namespace")
    
    	waypointListCmd := &cobra.Command{
    		Use:   "list",
    		Short: "List managed waypoint configurations",
    		Long:  "List managed waypoint configurations in the cluster",
    		Example: `  # List all waypoints in a specific namespace
      istioctl waypoint list --namespace default
    
      # List all waypoints in the cluster
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 15:59:33 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  5. cmd/metrics-v3-types.go

    }
    
    // MetricDescriptor - represents a metric descriptor.
    type MetricDescriptor struct {
    	Name           MetricName
    	Type           MetricType
    	Help           string
    	VariableLabels []string
    
    	// managed values follow:
    	labelSet map[string]struct{}
    }
    
    func (md *MetricDescriptor) getLabelSet() map[string]struct{} {
    	if md.labelSet != nil {
    		return md.labelSet
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 07:41:18 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/service_injection.adoc

    ====
    
    TIP: It is preferable to let Gradle create objects automatically by using <<properties_providers.adoc#managed_properties,managed properties>>.
    
    Using `ObjectFactory` to create these objects ensures that they are properly managed by Gradle, especially in terms of configuration avoidance and lazy evaluation.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/subresources_test.go

    	}
    
    	// Managed fields should have 3 entries: one for scale, one for spec, and one for the rest of the fields
    	managedFields := obj.GetManagedFields()
    	if len(managedFields) != 3 {
    		t.Fatalf("Expected 3 managed fields, got %v: %v", len(managedFields), obj.GetManagedFields())
    	}
    	specEntry := managedFields[0]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:35:34 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  8. pkg/apis/resource/validation/validation_resourceclassparameters_test.go

    				}
    				return parameters
    			}(),
    		},
    		"managed-fields": {
    			parameters: func() *resource.ResourceClassParameters {
    				parameters := testResourceClassParameters(goodName, goodName, goodFilters)
    				parameters.ManagedFields = []metav1.ManagedFieldsEntry{
    					{
    						FieldsType: "FieldsV1",
    						Operation:  "Apply",
    						APIVersion: "apps/v1",
    						Manager:    "foo",
    					},
    				}
    				return parameters
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:21:16 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/node.yaml

    apiVersion: v1
    kind: Node
    metadata:
      annotations:
        container.googleapis.com/instance_id: "123456789321654789"
        node.alpha.kubernetes.io/ttl: "0"
        volumes.kubernetes.io/controller-managed-attach-detach: "true"
      creationTimestamp: "2019-07-09T16:17:29Z"
      labels:
        kubernetes.io/arch: amd64
        beta.kubernetes.io/fluentd-ds-ready: "true"
        beta.kubernetes.io/instance-type: n1-standard-4
        kubernetes.io/os: linux
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  10. pkg/scheduler/apis/config/types.go

    	// assuming that the extender already cached full details of all nodes in the cluster
    	NodeCacheCapable bool
    	// ManagedResources is a list of extended resources that are managed by
    	// this extender.
    	// - A pod will be sent to the extender on the Filter, Prioritize and Bind
    	//   (if the extender is the binder) phases iff the pod requests at least
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 18:47:23 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top