Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 29 for nfinal (0.2 sec)

  1. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"terminationMessagePath":   "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-DAG-SAME: {slice_sizes = dense<[1, 1, 97]> : tensor<3xi64>} :
      // CHECK-DAG-SAME: (tensor<32x1x97xi32>, tensor<i32>, tensor<i32>, tensor<i32>) -> tensor<1x1x97xi32>
      // CHECK-NEXT: %[[FINAL:.*]] = mhlo.reshape %[[SLICED]] : (tensor<1x1x97xi32>) -> tensor<1x97xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// Optional: Path at which the file to which the container's termination message
    	// will be written is mounted into the container's filesystem.
    	// Message written is intended to be brief final status, such as an assertion failure message.
    	// Will be truncated by the node if greater than 4096 bytes. The total message length across
    	// all containers will be limited to 12kb.
    	// Defaults to /dev/termination-log.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssagen/ssa.go

    	// code between exits if the shareDeferExits option (disabled by default)
    	// is on.
    	lastDeferExit       *ssa.Block // Entry block of last defer exit code we generated
    	lastDeferFinalBlock *ssa.Block // Final block of last defer exit code we generated
    	lastDeferCount      int        // Number of defers encountered at that point
    
    	prevCall *ssa.Value // the previous call; use this to tie results to the call op.
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	// logs are shown from the creation of the container or sinceSeconds or sinceTime
    	TailLines *int64
    	// If set, the number of bytes to read from the server before terminating the
    	// log output. This may not display a complete final line of logging, and may return
    	// slightly more or slightly less than the specified limit.
    	LimitBytes *int64
    
    	// insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation.go

    	}
    
    	if container == nil {
    		// The container is not available yet.
    		// Stop validation now, Pod validation will refuse final
    		// Pods with Bidirectional propagation in non-privileged containers.
    		return allErrs
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.6.md

    * Fix GCI mounter issue ([#38124](https://github.com/kubernetes/kubernetes/pull/38124), [@jingxu97](https://github.com/jingxu97))
    * Exit with error if <version number or publication> is not the final parameter. ([#37723](https://github.com/kubernetes/kubernetes/pull/37723), [@mtaufen](https://github.com/mtaufen))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.28.md

    - In the API Priority and Fairness feature, priority levels that are exempt from limitation can now be given a nominal and a lendable concurrency and their dispatching borrows from the concurrency limits of the other priority levels.  For details see https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/1040-priority-and-fairness#dispatching...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  9. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  10. pkg/proxy/iptables/proxier_test.go

    // IP (for rules matching "LOCAL"). (The protocol value should be lowercase as in iptables
    // rules, not uppercase as in corev1.)
    //
    // The return values are: an array of matched rules (for debugging), the final packet
    // destinations (a comma-separated list of IPs, or one of the special targets "ACCEPT",
    // "DROP", or "REJECT"), and whether the packet would be masqueraded.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
Back to top