- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Burns (0.07 sec)
-
CHANGELOG/CHANGELOG-1.6.md
* **[stable]** Volume plugin for Portworx added capability to use [Portworx](http://www.portworx.com) as a storage provider for Kubernetes clusters. Portworx pools server capacity and turns servers or cloud instances into converged, highly available compute and storage nodes. * **[stable]** Add support to use NFSv3, NFSv4, and GlusterFS on GCE/GKE GCI image based clusters.
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 304K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.21.md
- Upgrade node local dns to 1.17.0 for better IPv6 support ([#99749](https://github.com/kubernetes/kubernetes/pull/99749), [@pacoxu](https://github.com/pacoxu)) [SIG Cloud Provider and Network]
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Fri Oct 14 07:03:14 UTC 2022 - 367.3K bytes - Viewed (0) -
doc/go_spec.html
</pre> <p> A <a href="#Type_parameter_declarations">type parameter</a> or a <a href="#Type_declarations">generic type</a> may be used as a type in a case. If upon <a href="#Instantiations">instantiation</a> that type turns out to duplicate another entry in the switch, the first matching case is chosen. </p> <pre> func f[P any](x any) int { switch x.(type) { case P: return 0 case string: return 1
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0)