Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 79 for 100kb (0.04 sec)

  1. CHANGELOG/CHANGELOG-1.9.md

    * [fluentd-gcp addon] Fluentd will trim lines exceeding 100KB instead of dropping them. ([#52289](https://github.com/kubernetes/kubernetes/pull/52289), [@crassirostris](https://github.com/crassirostris))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  2. src/runtime/string_test.go

    		{"0KB", 0, false},
    		{"0MB", 0, false},
    		{"0GB", 0, false},
    		{"0TB", 0, false},
    		{"1KB", 0, false},
    		{"05KB", 0, false},
    		{"1MB", 0, false},
    		{"10MB", 0, false},
    		{"1GB", 0, false},
    		{"100GB", 0, false},
    		{"1TB", 0, false},
    		{"99TB", 0, false},
    		{"1K", 0, false},
    		{"05K", 0, false},
    		{"10M", 0, false},
    		{"100G", 0, false},
    		{"99T", 0, false},
    		{"99999999999999999999KB", 0, false},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 13 14:05:23 UTC 2022
    - 13.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1alpha1/types_swagger_doc_generated.go

    included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb.\n\nIf multiple ValidatingAdmissionPolicyBinding resources match an API request, then the valueExpression will be evaluated for each binding. All unique values produced by the valueExpressions will be joined together in a comma-separated...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 27K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_server_journal.go

    	SinceTime *time.Time
    	// UntilTime is an RFC3339 timestamp until which to show logs.
    	UntilTime *time.Time
    	// TailLines is used to retrieve the specified number of lines (not more than 100k) from the end of the log.
    	// Support for this is implementation specific and only available for service logs.
    	TailLines *int
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 26 18:56:28 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1alpha1/types.go

    	// evaluates to null or empty string the audit annotation will be omitted.
    	// The valueExpression may be no longer than 5kb in length.
    	// If the result of the valueExpression is more than 10kb in length, it
    	// will be truncated to 10kb.
    	//
    	// If multiple ValidatingAdmissionPolicyBinding resources match an
    	// API request, then the valueExpression will be evaluated for
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 05 20:06:13 UTC 2023
    - 33.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/cel/library/cost_test.go

    		{
    			name:                "arith_chain_1",
    			expr:                `quantity("50k").add(20).sub(quantity("100k")).asInteger() > 0`,
    			expectEstimatedCost: checker.CostEstimate{Min: 6, Max: 6},
    			expectRuntimeCost:   6,
    		},
    		{
    			name:                "arith_chain",
    			expr:                `quantity("50k").add(20).sub(quantity("100k")).sub(-50000).asInteger() > 0`,
    			expectEstimatedCost: checker.CostEstimate{Min: 7, Max: 7},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      // evaluates to null or empty string the audit annotation will be omitted.
      // The valueExpression may be no longer than 5kb in length.
      // If the result of the valueExpression is more than 10kb in length, it
      // will be truncated to 10kb.
      //
      // If multiple ValidatingAdmissionPolicyBinding resources match an
      // API request, then the valueExpression will be evaluated for
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  8. cluster/gce/config-default.sh

    MASTER_DISK_SIZE=${MASTER_DISK_SIZE:-$(get-master-disk-size)}
    MASTER_ROOT_DISK_SIZE=${MASTER_ROOT_DISK_SIZE:-$(get-master-root-disk-size)}
    NODE_DISK_TYPE=${NODE_DISK_TYPE:-pd-standard}
    NODE_DISK_SIZE=${NODE_DISK_SIZE:-100GB}
    NODE_LOCAL_SSDS=${NODE_LOCAL_SSDS:-0}
    NODE_LABELS="${KUBE_NODE_LABELS:-}"
    WINDOWS_NODE_LABELS="${WINDOWS_NODE_LABELS:-}"
    NODE_LOCAL_SSDS_EPHEMERAL=${NODE_LOCAL_SSDS_EPHEMERAL:-}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 20:16:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  9. cluster/gce/config-test.sh

    MASTER_DISK_SIZE=${MASTER_DISK_SIZE:-$(get-master-disk-size)}
    MASTER_ROOT_DISK_SIZE=${MASTER_ROOT_DISK_SIZE:-$(get-master-root-disk-size)}
    NODE_DISK_TYPE=${NODE_DISK_TYPE:-pd-standard}
    NODE_DISK_SIZE=${NODE_DISK_SIZE:-100GB}
    NODE_LOCAL_SSDS=${NODE_LOCAL_SSDS:-0}
    NODE_LABELS=${KUBE_NODE_LABELS:-}
    WINDOWS_NODE_LABELS=${WINDOWS_NODE_LABELS:-}
    NODE_LOCAL_SSDS_EPHEMERAL=${NODE_LOCAL_SSDS_EPHEMERAL:-}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 17:20:24 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1beta1/types_swagger_doc_generated.go

    included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb.\n\nIf multiple ValidatingAdmissionPolicyBinding resources match an API request, then the valueExpression will be evaluated for each binding. All unique values produced by the valueExpressions will be joined together in a comma-separated...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 46.9K bytes
    - Viewed (0)
Back to top