Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for output0 (0.14 sec)

  1. pkg/proxy/iptables/proxier_test.go

    			if protocol == "" {
    				protocol = "tcp"
    			}
    			matches, output, masq := tracePacket(t, ipt, tc.sourceIP, protocol, tc.destIP, fmt.Sprintf("%d", tc.destPort), nodeIPs)
    			var errors []string
    			if output != tc.output {
    				errors = append(errors, fmt.Sprintf("wrong output: expected %q got %q", tc.output, output))
    			}
    			if masq != tc.masq {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.30.md

    - kubeadm: Added support for machine-readable output with `-o yaml` and `-o json` to the command `kubeadm certs check-expiration`. This change is introduced in a new API: ``` kind: CertificateExpirationInfo apiVersion: output.kubeadm.k8s.io/v1alpha3 ``` The existing non-structured formatting is preserved. The output API version v1alpha2 is now deprecated and will be removed in a future release. Please migrate to using v1alpha3.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  3. pkg/registry/core/service/storage/storage_test.go

    func TestVerifyEquiv(t *testing.T) {
    	testCases := []struct {
    		name   string
    		input  svcTestCase
    		output *api.Service
    		expect bool
    	}{{
    		name: "ExternalName",
    		input: svcTestCase{
    			svc: svctest.MakeService("foo", svctest.SetTypeExternalName),
    		},
    		output: svctest.MakeService("foo", svctest.SetTypeExternalName),
    		expect: true,
    	}, {
    		name: "ClusterIPs_unspecified",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"imagePullPolicy":          "Image pull policy. One of Always, Never, IfNotPresent. Defaults to...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/optimize.mlir

    }
    
    // CHECK-LABEL: @FuseReshapeAroundBMMRHS
    func.func @FuseReshapeAroundBMMRHS(%arg0: tensor<1x3x6x5x1024xf32>) -> tensor<1x3x6x5x8192xf32> attributes {tf.entry_function = {control_outputs = "", inputs = "inputs", outputs = "Identity_1"}} {
      %cst = arith.constant dense_resource<__elided__> : tensor<1x1024x8192xf32>
      %cst_0 = arith.constant dense_resource<__elided__> : tensor<5xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-NEXT: %[[OUTPUT_STATE:.*]], %[[OUTPUT:.*]] = "mhlo.rng_bit_generator"(%[[STATE]]) <{rng_algorithm = #mhlo.rng_algorithm<DEFAULT>}> : (tensor<2xui64>) -> (tensor<2xui64>, tensor<10x12xui32>)
      // CHECK-NEXT: return %[[OUTPUT_STATE]], %[[OUTPUT]] : tensor<2xui64>, tensor<10x12xui32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	// terminationMessagePath to populate the container status message on both success and failure.
    	// FallbackToLogsOnError will use the last chunk of container log output if the termination
    	// message file is empty and the container exited with an error.
    	// The log output is limited to 2048 bytes or 80 lines, whichever is smaller.
    	// Defaults to File.
    	// Cannot be updated.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

                /*broadcast_dimensions=*/DenseI64ArrayAttr());
          }
    
          if (std::is_same<FusedBatchNormOpT, TF::FusedBatchNormV2Op>::value) {
            // FusedBatchNormV2 expects 4 outputs.
            // Outputs 3 and 4 are currently marked as "reserved spaces 1 and 2".
            // They are used to pass the per-batch mean and variance to the
            // gradiant. Here we maintain the same behavior by setting them to the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  9. prow/config/calico.yaml

                              from bird.ctl output.
                            type: string
                          lastReconfigurationTime:
                            description: LastReconfigurationTime holds the value of lastReconfigTime
                              from bird.ctl output.
                            type: string
                          routerID:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  10. pkg/apis/core/types.go

    }
    
    // ResourceFieldSelector represents container resources (cpu, memory) and their output format
    type ResourceFieldSelector struct {
    	// Container name: required for volumes, optional for env vars
    	// +optional
    	ContainerName string
    	// Required: resource to select
    	Resource string
    	// Specifies the output format of the exposed resources, defaults to "1"
    	// +optional
    	Divisor resource.Quantity
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
Back to top