Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for SAME (0.21 sec)

  1. pkg/registry/core/service/storage/storage_test.go

    					delete(ports, i)
    				}
    			}
    
    			// Make sure any allocated ports are unique
    			seen := map[int32]int32{}
    			for i, p := range ports {
    				// We allow the same NodePort for different protocols of the
    				// same Port.
    				if prev, found := seen[p.NodePort]; found && prev != p.Port {
    					t.Errorf("found non-unique allocation in Ports[%d].NodePort: %d -> %d", i, p.NodePort, p.Port)
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.30.md

    - Text logging in Kubernetes components now uses [textlogger](https://pkg.go.dev/k8s.io/klog/v2@v2.120.0/textlogger). The same split streams of info and error log entries with buffering of info entries is now also supported for text output (off by default, alpha feature). Previously, this was only supported for JSON. Performance is better also without split streams. ([#11...
    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. CHANGELOG/CHANGELOG-1.8.md

    * `metrics-server` is now the recommended way to provide the resource
      metrics API. Deploy `metrics-server` as an add-on in the same way that you deploy Heapster.
    
    ##### Cluster Autoscaler
    
    * Cluster autoscaler is now GA
    * Cluster support size is increased to 1000 nodes
    * Respect graceful pod termination of up to 10 minutes
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	ImagePullPolicy string `protobuf:"bytes,13,opt,name=imagePullPolicy,proto3" json:"imagePullPolicy,omitempty"`
    	// ImagePullSecrets for the control plane ServiceAccount, list of secrets in the same namespace
    	// to use for pulling any images in pods that reference this ServiceAccount.
    	// Must be set for any cluster configured with private docker registry.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  5. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    reduce)")},darkVariants:({config:i,addVariant:e})=>{let[t,r=".dark"]=[].concat(i("darkMode","media"));if(t===!1&&(t="media",F.warn("darkmode-false",["The `darkMode` option in your Tailwind CSS configuration is set to `false`, which now behaves the same as `media`.","Change `darkMode` to `media` or remove it entirely.","https://tailwindcss.com/docs/upgrade-guide#remove-dark-mode-configuration"])),t==="variant"){let n;if(Array.isArray(r)||typeof r=="function"?n=r:typeof r=="string"&&(n=[r]),Array.isArray(n))for(let...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  6. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="application/x-ms-owner">
        <_comment>Temporary files created by MSOffice applications</_comment>
        <_comment>PRONOM fmt-473</_comment>
        <_comment>First byte and 53rd byte are the same -- the length of the name.</_comment>
        <_comment>Based on TIKA-2469, we've added a heuristic/wild guess that the first 10 chars</_comment>
        <_comment>after the length byte should be \x00 or a non-control character.</_comment>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top