- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 30 for printf (0.06 sec)
-
operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz
$defaults := $.Values.defaults }} {{- $_ := unset $.Values "defaults" }} {{- $profile := dict }} {{- with .Values.profile }} {{- with $.Files.Get (printf "files/profile-%s.yaml" .)}} {{- $profile = (. | fromYaml) }} {{- else }} {{ fail (cat "unknown profile" $.Values.profile) }} {{- end }} {{- end }} {{- with .Values.compatibilityVersion }} {{- with $.Files.Get (printf "files/profile-compatibility-version-%s.yaml" .) }} {{- $ignore := mustMergeOverwrite $profile (. | fromYaml) }} {{- else }} {{ fail (cat...
Registered: 2025-05-28 22:53 - Last Modified: 2024-08-12 20:50 - 266.2K bytes - Viewed (0) -
doc/go_spec.html
</p> <pre> [...]Point{{1.5, -3.5}, {0, 0}} // same as [...]Point{Point{1.5, -3.5}, Point{0, 0}} [][]int{{1, 2, 3}, {4, 5}} // same as [][]int{[]int{1, 2, 3}, []int{4, 5}} [][]Point{{{0, 1}, {1, 2}}} // same as [][]Point{[]Point{Point{0, 1}, Point{1, 2}}} map[string]Point{"orig": {0, 0}} // same as map[string]Point{"orig": Point{0, 0}}
Registered: 2025-05-27 11:13 - Last Modified: 2025-05-06 19:12 - 286.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.7.md
* Get command uses OpenAPI schema to enhance display for a resource if run with flag 'use-openapi-print-columns'. ([#46235](https://github.com/kubernetes/kubernetes/pull/46235), [@droot](https://github.com/droot)) * An example command: * kubectl get pods --use-openapi-print-columns
Registered: 2025-05-30 09:05 - Last Modified: 2022-05-05 13:44 - 308.7K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.15.md
- `kubectl rollout restart` now works for DaemonSets and StatefulSets. ([#77423](https://github.com/kubernetes/kubernetes/pull/77423), [@apelisse](https://github.com/apelisse)) - `kubectl get --watch=true` now prints custom resource definitions with custom print columns. ([#76161](https://github.com/kubernetes/kubernetes/pull/76161), [@liggitt](https://github.com/liggitt))
Registered: 2025-05-30 09:05 - Last Modified: 2022-05-05 13:44 - 278.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.16.md
- Implement `post-filter` extension point for scheduling framework ([#78097](https://github.com/kubernetes/kubernetes/pull/78097), [@draveness](https://github.com/draveness)) - Add Bind extension point of the scheduling framework ([#78513](https://github.com/kubernetes/kubernetes/pull/78513), [@chenchun](https://github.com/chenchun))
Registered: 2025-05-30 09:05 - Last Modified: 2024-10-23 20:13 - 345.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.12.md
- kubectl: `--use-openapi-print-columns` has been deprecated in favor of `--server-print`, and will be removed in a future version. ([#65601](https://github.com/kubernetes/kubernetes/pull/65601), [@liggitt](https://github.com/liggitt))
Registered: 2025-05-30 09:05 - Last Modified: 2020-02-06 06:04 - 293.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.13.md
- The DynamicKubeletConfig feature gate is deprecated. The functionality is still accessible by using the kubeadm alpha kubelet enable-dynamic command. - The command `kubeadm config print-defaults` is deprecated in favor of `kubeadm config print init-defaults` and `kubeadm config print join-defaults` ([#69617](https://github.com/kubernetes/kubernetes/pull/69617), [@rosti](https://github.com/rosti))
Registered: 2025-05-30 09:05 - Last Modified: 2022-05-05 13:44 - 273.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
* kubectl: fixes a regression with --use-openapi-print-columns that would not print object contents ([#65600](https://github.com/kubernetes/kubernetes/pull/65600), [@liggitt](https://github.com/liggitt))
Registered: 2025-05-30 09:05 - Last Modified: 2020-02-06 06:04 - 328.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.6.md
* Fix kubectl get -f <file> -o <nondefault printer> so it prints all items in the file ([#39038](https://github.com/kubernetes/kubernetes/pull/39038), [@ncdc](https://github.com/ncdc)) * kubectl describe no longer prints the last-applied-configuration annotation for secrets. ([#34664](https://github.com/kubernetes/kubernetes/pull/34664), [@ymqytw](https://github.com/ymqytw))
Registered: 2025-05-30 09:05 - Last Modified: 2020-12-24 02:28 - 304K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.24.md
changed to not return an error when the specified target can be detected as not a mount point. On Linux, the behavior of detecting a mount point depends on `umount` command is validated when the mounter is created. Additionally, mount point checks will be skipped in CleanupMountPoint/CleanupMountWithForce if the mounter's Unmount having the changed behavior of not returning error when target is not a mount point. ([#109676](https://github.com/kubernetes/kubernetes/pull/109676), [@cartermckinnon](h...
Registered: 2025-05-30 09:05 - Last Modified: 2023-08-24 00:02 - 473.4K bytes - Viewed (0)