Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 116 for annot1 (0.53 sec)

  1. pkg/scheduler/internal/queue/scheduling_queue_test.go

    		st.MakePod().Name("p0").Namespace("ns1").Annotation("annot1", "val1").NominatedNodeName("node1").Obj(),
    		st.MakePod().Name("p1").Namespace("ns1").Annotation("annot", "val").Obj(),
    		st.MakePod().Name("p2").Namespace("ns2").Annotation("annot2", "val2").Annotation("annot3", "val3").NominatedNodeName("node3").Obj(),
    		st.MakePod().Name("p3").Namespace("ns4").Annotation("annot2", "val2").Annotation("annot3", "val3").NominatedNodeName("node1").Obj(),
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. pkg/config/validation/validation.go

    func ValidateHTTPHeaderOperationName(name string) error {
    	if name == "" {
    		return fmt.Errorf("header name cannot be empty")
    	}
    	if strings.EqualFold(name, "host") {
    		return fmt.Errorf(`invalid header %q: cannot set Host header`, name)
    	}
    	if isInternalHeader(name) {
    		return fmt.Errorf(`invalid header %q: header cannot have ":" prefix`, name)
    	}
    	return nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  3. pkg/apis/admissionregistration/validation/validation_test.go

    					APIVersions: []string{"a"},
    					Resources:   []string{"a"},
    				},
    			}},
    		},
    		}, true),
    		expectedError: `Unsupported value: "PATCH"`,
    	}, {
    		name: "wildcard operation cannot be mixed with other strings",
    		config: newValidatingWebhookConfiguration([]admissionregistration.ValidatingWebhook{{
    			Name: "webhook.k8s.io",
    			Rules: []admissionregistration.RuleWithOperations{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

    is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        (*recv_at_host_dtypes)[index] = dtype;
      }
      for (int i = 0, end = recv_at_host_dtypes->size(); i < end; i++) {
        if ((*recv_at_host_dtypes)[i] == DT_INVALID) {
          return errors::Internal("Cannot get datatype for input ", i);
        }
      }
      return absl::OkStatus();
    }
    
    // Builds XlaRecvAtHost node.
    absl::StatusOr<Node*> BuildRecvAtHostNode(
        Graph* g, const string& oc_cluster_name,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  6. pkg/config/validation/validation_test.go

    				CaCertificates:    "Commander William T. Riker",
    			},
    			"cannot have associated", "",
    		},
    		{
    			"istio_mutual with private key",
    			&networking.ServerTLSSettings{
    				Mode:       networking.ServerTLSSettings_ISTIO_MUTUAL,
    				PrivateKey: "Khan Noonien Singh",
    			},
    			"cannot have associated private key", "",
    		},
    		{
    			"istio_mutual with credential name",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_pods.go

    		}
    		vol, ok := podVolumes[device.Name]
    		if !ok || vol.BlockVolumeMapper == nil {
    			klog.ErrorS(nil, "Block volume cannot be satisfied for container, because the volume is missing or the volume mapper is nil", "containerName", container.Name, "device", device)
    			return nil, fmt.Errorf("cannot find volume %q to pass into container %q", device.Name, container.Name)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  8. src/reflect/value.go

    		v := Value{typ, nil, flag(typ.Kind())}
    		steps := abid.call.stepsForValue(i)
    		if st := steps[0]; st.kind == abiStepStack {
    			if typ.IfaceIndir() {
    				// value cannot be inlined in interface data.
    				// Must make a copy, because f might keep a reference to it,
    				// and we cannot let f keep a reference to the stack frame
    				// after this function returns, not even a read-only reference.
    				v.ptr = unsafe_New(typ)
    				if typ.Size() > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__events.k8s.io__v1_openapi.json

                "type": "string"
              },
              "reportingInstance": {
                "description": "reportingInstance is the ID of the controller instance, e.g. `kubelet-xyzf`. This field cannot be empty for new Events and it can have at most 128 characters.",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 142.7K bytes
    - Viewed (0)
  10. pkg/apis/batch/validation/validation_test.go

    	}{
    		"update removing TZ should work": {
    			cronJob:   invalidCronJob,
    			createErr: "cannot use TZ or CRON_TZ in schedule",
    			update: func(cj *batch.CronJob) {
    				cj.Spec.Schedule = validSchedule
    			},
    		},
    		"update not modifying TZ should work": {
    			cronJob:   invalidCronJob,
    			createErr: "cannot use TZ or CRON_TZ in schedule, use timeZone field instead",
    			update: func(cj *batch.CronJob) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
Back to top