- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 461 for visible (0.11 sec)
-
CHANGELOG/CHANGELOG-1.13.md
For detailed release notes on the three alpha features from SIG AWS, please refer to the following Changelogs:
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 273.1K bytes - Viewed (0) -
doc/go_spec.html
which becomes an attribute for all the fields in the corresponding field declaration. An empty tag string is equivalent to an absent tag. The tags are made visible through a <a href="/pkg/reflect/#StructTag">reflection interface</a> and take part in <a href="#Type_identity">type identity</a> for structs but are otherwise ignored. </p> <pre> struct {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
* Fix detect exceptions plugin to analyze message field instead of log field. * Fix detect exceptions plugin to analyze streams based on local resource id. * Disable the metadata agent for monitored resource construction in logging. * Disable timestamp adjustment in logs to optimize performance. * Reduce logging agent buffer chunk limit to 512k to optimize performance.
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
cni/test/testdata/env_vars.sh
KUBE_DNS_PORT_53_TCP_PORT=53 # shellcheck disable=SC2034 KUBE_DNS_PORT_53_TCP=tcp://10.110.0.10:53 # shellcheck disable=SC2034 KUBERNETES_SERVICE_PORT=443 # shellcheck disable=SC2034 KUBE_DNS_SERVICE_PORT_DNS=53 # shellcheck disable=SC2034 KUBE_DNS_SERVICE_PORT_DNS_TCP=53 # shellcheck disable=SC2034 KUBERNETES_SERVICE_HOST=10.110.0.1 # shellcheck disable=SC2034 KUBE_DNS_PORT_53_UDP_PORT=53 # shellcheck disable=SC2034
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Nov 19 23:19:19 UTC 2020 - 1.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.19.md
### Deprecation warnings SIG API Machinery implemented [warnings when using deprecated APIs](https://kubernetes.io/docs/reference/using-api/deprecation-policy/#rest-resources-aka-api-objects) that are visible to `kubectl` users and API consumers, and metrics visible to cluster administrators. Requests to a deprecated API are returned with a warning containing a target removal release and any replacement API.
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.25.md
- The `metadata.clusterName` field is completely removed. This should not have any user-visible impact. ([#109602](https://github.com/kubernetes/kubernetes/pull/109602), [@lavalamp](https://github.com/lavalamp))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Mon May 06 09:23:20 UTC 2024 - 419.1K bytes - Viewed (0) -
ci/official/containers/linux_arm64/builder.devtoolset/build_devtoolset.sh
"${TARGET}-src/configure" \ --prefix="${TARGET}/usr" \ --with-sysroot="/${TARGET}" \ --disable-bootstrap \ --disable-libmpx \ --enable-libsanitizer \ --disable-libunwind-exceptions \ --disable-libunwind-exceptions \ --disable-lto \ --disable-multilib \ --enable-__cxa_atexit \ --enable-gnu-indirect-function \ --enable-gnu-unique-object \
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Fri Sep 29 00:26:34 UTC 2023 - 6.1K bytes - Viewed (0) -
tensorflow/__init__.py
# Bring in all of the public TensorFlow interface into this # module. # pylint: disable=g-bad-import-order from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import from tensorflow.python.platform import flags # pylint: disable=g-import-not-at-top from tensorflow.python.platform import app # pylint: disable=g-import-not-at-top app.flags = flags
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Sep 28 21:37:05 UTC 2021 - 1.4K bytes - Viewed (0) -
cmd/batch-job-common-types_gen.go
switch msgp.UnsafeString(field) { case "Disable": if dc.IsNil() { err = dc.ReadNil() if err != nil { err = msgp.WrapError(err, "Disable") return } z.Disable = nil } else { if z.Disable == nil { z.Disable = new(bool) } *z.Disable, err = dc.ReadBool() if err != nil { err = msgp.WrapError(err, "Disable") return } }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Dec 02 10:51:33 UTC 2023 - 21.9K bytes - Viewed (0) -
compat/maven-settings-builder/src/main/java/org/apache/maven/settings/building/SettingsBuildingRequest.java
* settings and global settings are given, the user settings take precedence. * * @param globalSettingsFile The global settings file, may be {@code null} to disable global settings. * @return This request, never {@code null}. */ SettingsBuildingRequest setGlobalSettingsFile(File globalSettingsFile); /** * Gets the global settings source. *
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6K bytes - Viewed (0)