Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 73 for layers (0.26 sec)

  1. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "format": "int64",
                "type": "integer"
              },
              "labels": {
                "additionalProperties": {
                  "default": "",
                  "type": "string"
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  2. cmd/object-handlers.go

    		// is from replication
    		if opts.CheckDMReplicationReady {
    			topts := opts
    			topts.VersionID = ""
    			goi, gerr := getObjectInfo(ctx, bucket, object, topts)
    			if gerr == nil || goi.VersionID != "" { // object layer returned more info because object is deleted
    				w.Header().Set(xhttp.MinIOTargetReplicationReady, "true")
    			}
    		}
    
    		writeErrorResponseHeadersOnly(w, toAPIError(ctx, err))
    		return
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet.go

    	}
    
    	// If the pod should not be running, we request the pod's containers be stopped. This is not the same
    	// as termination (we want to stop the pod, but potentially restart it later if soft admission allows
    	// it later). Set the status and phase appropriately
    	runnable := kl.canRunPod(pod)
    	if !runnable.Admit {
    		// Pod is not runnable; and update the Pod and Container statuses to why.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  4. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	return "preEnqueuePlugin"
    }
    
    func (pl *preEnqueuePlugin) PreEnqueue(ctx context.Context, p *v1.Pod) *framework.Status {
    	for _, allowed := range pl.allowlists {
    		for label := range p.Labels {
    			if label == allowed {
    				return nil
    			}
    		}
    	}
    	return framework.NewStatus(framework.UnschedulableAndUnresolvable, "pod name not in allowlists")
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  5. samples/addons/grafana.yaml

    ---
    # Source: grafana/templates/serviceaccount.yaml
    apiVersion: v1
    kind: ServiceAccount
    automountServiceAccountToken: false
    metadata:
      labels:
        helm.sh/chart: grafana-8.0.1
        app.kubernetes.io/name: grafana
        app.kubernetes.io/instance: grafana
        app.kubernetes.io/version: "11.0.0"
        app.kubernetes.io/managed-by: Helm
      name: grafana
      namespace: istio-system
    ---
    # Source: grafana/templates/configmap.yaml
    apiVersion: v1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    ed:function(){this.inView&&!st(this.$el,"preload")&&(this.$el.preload="none"),this.player=new Mi(this.$el),this.automute&&this.player.mute()},update:{read:function(){return!!this.player&&{visible:Wt(this.$el)&&"hidden"!==Ve(this.$el,"visibility"),inView:this.inView&&Pi(this.$el)}},write:function(t){var e=t.visible,i=t.inView;!e||this.inView&&!i?this.player.pause():(!0===this.autoplay||this.inView&&i)&&this.player.play()},events:["resize","scroll"]}},fn={mixins:[hn,dn],props:{width:Number,height:...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  7. src/runtime/proc.go

    	newg.ancestors = saveAncestors(callergp)
    	newg.startpc = fn.fn
    	if isSystemGoroutine(newg, false) {
    		sched.ngsys.Add(1)
    	} else {
    		// Only user goroutines inherit pprof labels.
    		if mp.curg != nil {
    			newg.labels = mp.curg.labels
    		}
    		if goroutineProfile.active {
    			// A concurrent goroutine profile is running. It should include
    			// exactly the set of goroutines that were alive when the goroutine
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

              .dyn_cast_or_null<ShapedType>();
      if (!broadcasted_ty ||
          (broadcasted_ty.hasRank() && broadcasted_ty.getRank() != 2))
        return op.emitOpError(
            "requires features and labels to be broadcast compatible to rank two");
    
      return success();
    }
    
    //===----------------------------------------------------------------------===//
    // SpaceToBatchNDOp
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  9. cluster/gce/gci/configure-helper.sh

      mount --bind -o ro /dev "${CONTAINERIZED_MOUNTER_ROOTFS}/dev"
      cp /etc/resolv.conf "${CONTAINERIZED_MOUNTER_ROOTFS}/etc/"
    }
    
    # Updates node labels used by addons.
    function update-legacy-addon-node-labels() {
      # need kube-apiserver to be ready
      until kubectl get nodes; do
        sleep 5
      done
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  10. pkg/test/framework/features/allowlist.txt

    // This file contains all test cases known to exist before 6/8/2020
    // It will be used to allow old test cases to lack feature labels,
    // while failing on new tests that don't use labels.
    authn_policy,TestAuthnPolicy
    authz_deny,TestAuthzDeny
    authz_ingress,TestAuthzIngress
    authz_jwt,TestAuthzJWT
    authz_tcp,TestAuthzTCP
    cert_mtls_test,TestCertMtls
    cert_provision_prometheus,TestPrometheusCert
    client_tracing_test,TestClientTracing
    cni,TestCNIReachability
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
Back to top