- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for 14 (0.03 sec)
-
CHANGELOG/CHANGELOG-1.4.md
Old version kubectl's rolling-update command is compatible with Kubernetes 1.4 and higher only if you specify a new replication controller name. You will need to update to kubectl 1.4 or higher to use the rolling update command against a 1.4 cluster if you want to keep the original name, or you'll have to do two rolling updates.
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s
VRANGEPD $14, Z23, Z27, K1, Z2 // 62b3a54150d70e VRANGEPD $14, Z9, Z27, K1, Z2 // 62d3a54150d10e VRANGEPD $14, (R14), Z27, K1, Z2 // 62d3a54150160e VRANGEPD $14, -7(DI)(R8*8), Z27, K1, Z2 // 62b3a5415094c7f9ffffff0e VRANGEPD $14, Z23, Z25, K1, Z2 // 62b3b54150d70e
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 194.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.5.md
* If you used the [PodDisruptionBudget](http://kubernetes.io/docs/admin/disruptions/) feature in 1.4 (i.e. created `PodDisruptionBudget` objects), then **BEFORE** upgrading from 1.4 to 1.5, you must delete all `PodDisruptionBudget` objects (`policy/v1alpha1/PodDisruptionBudget`) that you have created. It is not possible to delete these objects after you upgrade, and their presence will prevent...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
### Changed - github.com/armon/circbuf: [bbbad09 → 5111143](https://github.com/armon/circbuf/compare/bbbad09...5111143) - github.com/docker/docker: [v27.1.1+incompatible → v26.1.4+incompatible](https://github.com/docker/docker/compare/v27.1.1...v26.1.4) - github.com/exponent-io/jsonpath: [d6023ce → 1de76d7](https://github.com/exponent-io/jsonpath/compare/d6023ce...1de76d7)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Oct 29 20:17:52 UTC 2024 - 121.6K bytes - Viewed (0) -
internal/s3select/csv/testdata/testdata.zip
40700,4040700,E,QN26,North Corona,4102,641,377,4,Queens,037700,4037700,E,QN26,North Corona,4102^3389272,1,2014-03-06 12:39:41,2014-03-06 12:50:50,N,1,-73.86492919921875,40.748310089111328,-73.873153686523438,40.774505615234375,1,3.70,13,0,0.5,1,0,,,14.5,1,,173,138,green,0.00,3.9,0.0,31,16,8.50,1281,407,4,Queens,040700,4040700,E,QN26,North Corona,4102,1840,331,4,Queens,033100,4033100,I,QN98,Airport,4102^3389273,1,2014-03-08 11:31:27,2014-03-08 11:45:12,N,1,-73.862953186035156,40.750247955322266,-...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jun 01 21:59:40 UTC 2021 - 111.6K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<description> Specifies that this profile will be activated when a matching JDK is detected. For example, {@code 1.4} only activates on JDKs versioned 1.4, while {@code !1.4} matches any JDK that is not version 1.4. Ranges are supported too: {@code [1.5,)} activates when the JDK is 1.5 minimum. </description> </field> <field>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Oct 09 11:07:31 UTC 2024 - 115.1K bytes - Viewed (0) -
cmd/object-handlers_test.go
accessKey: credentials.AccessKey, secretKey: credentials.SecretKey, expectedRespStatus: http.StatusPreconditionFailed, }, // Test case - 14, copy metadata from newObject1 with wrong modified header format 14: { bucketName: bucketName, newObjectName: "newObject1", copySourceHeader: url.QueryEscape(SlashSeparator + bucketName + SlashSeparator + objectName),
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 12 20:10:44 UTC 2024 - 163.2K bytes - Viewed (0) -
manifests/addons/dashboards/istio-service-dashboard.json
}, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 4, "w": 6, "x": 6, "y": 4 }, "id": 14, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Mar 27 03:47:04 UTC 2024 - 111.8K bytes - Viewed (0) -
manifests/addons/dashboards/istio-workload-dashboard.json
}, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 4, "w": 8, "x": 8, "y": 4 }, "id": 14, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Mar 27 03:47:04 UTC 2024 - 102.7K bytes - Viewed (0) -
doc/go1.17_spec.html
in the result. The result has indices starting at 0 and length equal to <code>high</code> - <code>low</code>. After slicing the array <code>a</code> </p> <pre> a := [5]int{1, 2, 3, 4, 5} s := a[1:4] </pre> <p> the slice <code>s</code> has type <code>[]int</code>, length 3, capacity 4, and elements </p> <pre> s[0] == 2 s[1] == 3 s[2] == 4 </pre> <p>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0)