Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for appendCmd (0.12 sec)

  1. pkg/apis/core/validation/validation_test.go

    				}},
    			},
    		},
    		validation: func(t *testing.T, desc string, allErrs field.ErrorList, pod *v1.Pod) {
    			require.NotNil(t, allErrs, desc)
    		},
    	}, {
    		description: "Nil errors must not be appended (pod)",
    		pod: &core.Pod{
    			ObjectMeta: metav1.ObjectMeta{
    				Annotations: map[string]string{
    					v1.SeccompPodAnnotationKey: "localhost/anyprofile",
    				},
    			},
    			Spec: core.PodSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "nameservers": {
                "description": "A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.",
                "items": {
                  "default": "",
                  "type": "string"
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    while all other locations take value `off_value`.
    
    If the input `indices` is rank `N`, the output will have rank `N+1`,
    The new axis is created at dimension `axis` (default: the new axis is
    appended at the end).
    
    If `indices` is a scalar the output shape will be a vector of length `depth`.
    
    If `indices` is a vector of length `features`, the output shape will be:
    ```
      features x depth if axis == -1
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top