- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 336 for concerns (1.12 sec)
-
helm-releases/minio-1.0.4.tgz
Update strategy for Deployments DeploymentUpdate: type: RollingUpdate maxUnavailable: 0 maxSurge: 100% ## Update strategy for StatefulSets StatefulSetUpdate: updateStrategy: RollingUpdate ## Pod priority settings ## ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ ## priorityClassName: "" ## Set default rootUser, rootPassword ## AccessKey and secretKey is generated when not set ## Distributed MinIO ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide ##...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Aug 25 02:12:51 UTC 2021 - 13.6K bytes - Viewed (0) -
helm-releases/minio-1.0.5.tgz
Update strategy for Deployments DeploymentUpdate: type: RollingUpdate maxUnavailable: 0 maxSurge: 100% ## Update strategy for StatefulSets StatefulSetUpdate: updateStrategy: RollingUpdate ## Pod priority settings ## ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ ## priorityClassName: "" ## Set default rootUser, rootPassword ## AccessKey and secretKey is generated when not set ## Distributed MinIO ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide ##...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Aug 25 19:53:57 UTC 2021 - 13.6K bytes - Viewed (0) -
helm-releases/minio-2.0.0.tgz
Update strategy for Deployments DeploymentUpdate: type: RollingUpdate maxUnavailable: 0 maxSurge: 100% ## Update strategy for StatefulSets StatefulSetUpdate: updateStrategy: RollingUpdate ## Pod priority settings ## ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ ## priorityClassName: "" ## Set default rootUser, rootPassword ## AccessKey and secretKey is generated when not set ## Distributed MinIO ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide ##...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Aug 26 07:36:46 UTC 2021 - 13.6K bytes - Viewed (0) -
docs/em/docs/deployment/docker.md
2๏ธโฃ. ๐ Uvicorn & ๐ฌ โซ๏ธ ๐ `app` ๐ โช๏ธโก๏ธ `main` (โฉ๏ธ ๐ญ โช๏ธโก๏ธ `app.main`). โคด๏ธ ๐ Uvicorn ๐ โ๏ธ ๐ ๐น `main` โฉ๏ธ `app.main` ๐ FastAPI ๐ `app`. ## ๐ ๏ธ ๐ง โก๏ธ ๐ฌ ๐ ๐ ๐ [๐ ๏ธ ๐ง](concepts.md){.internal-link target=_blank} โ ๐ฆ. ๐ฆ โด๏ธ ๐งฐ ๐ ๐ ๏ธ **๐ & ๐ ๏ธ** ๐ธ, โ๏ธ ๐ซ ๐ซ ๐ ๏ธ ๐ฏ ๐ฏ ๐ต ๐ **๐ ๏ธ ๐ง**, & ๐ค ๐ ๐ช ๐. **๐ ๐ฐ** ๐ โฎ๏ธ ๐ ๐ ๐ ๐ค ๐ ๐ ๐ ๐ ๏ธ ๐ง. ๐ถ โก๏ธ ๐ ๐ **๐ ๏ธ ๐ง** โ ๐ฆ:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 27.9K bytes - Viewed (0) -
docs/ko/docs/tutorial/extra-models.md
์ด๋ฅผ ์ํด ํ์ค Python ํ์ ํํธ์ธ <a href="https://docs.python.org/3/library/typing.html#typing.Union" class="external-link" target="_blank">`typing.Union`</a>์ ์ฌ์ฉํ ์ ์์ต๋๋ค: /// note | ์ฐธ๊ณ <a href="https://docs.pydantic.dev/latest/concepts/types/#unions" class="external-link" target="_blank">`Union`</a>์ ์ ์ํ ๋๋ ๋ ๊ตฌ์ฒด์ ์ธ ํ์ ์ ๋จผ์ ํฌํจํ๊ณ , ๋ ๊ตฌ์ฒด์ ์ธ ํ์ ์ ๊ทธ ๋ค์ ๋์ดํด์ผํฉ๋๋ค. ์๋ ์์ ์์๋ `Union[PlaneItem, CarItem]` ๋ฅผ ๋ณด๋ฉด, ๋ ๊ตฌ์ฒด์ ์ธ `PlaneItem`์ด `CarItem`๋ณด๋ค ์์ ์์นํฉ๋๋ค. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:38:33 UTC 2025 - 8.4K bytes - Viewed (0) -
docs/en/docs/tutorial/handling-errors.md
/// warning These are technical details that you might skip if it's not important for you now. /// `RequestValidationError` is a sub-class of Pydantic's <a href="https://docs.pydantic.dev/latest/concepts/models/#error-handling" class="external-link" target="_blank">`ValidationError`</a>. **FastAPI** uses it so that, if you use a Pydantic model in `response_model`, and your data has an error, you will see the error in your log.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 9.4K bytes - Viewed (0) -
tensorflow/c/c_api_experimental.cc
status->status = tensorflow::errors::NotFound( op_name, " does not have number_attr() defined."); return nullptr; } // The returned string is owned by OpRegistry, so liveness is not a concern. return input_arg.number_attr().c_str(); } int TF_OpIsStateful(const char* op_type, TF_Status* status) { const tensorflow::OpRegistrationData* op_reg_data; status->status =
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 03:53:25 UTC 2025 - 29.5K bytes - Viewed (0) -
docs/es/docs/deployment/docker.md
## Conceptos de Despliegue Hablemos nuevamente de algunos de los mismos [Conceptos de Despliegue](concepts.md){.internal-link target=_blank} en tรฉrminos de contenedores.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:15:52 UTC 2025 - 31K bytes - Viewed (0) -
src/main/java/org/codelibs/core/collection/ArrayUtil.java
copyOfArray2[i] = array2[j]; copyOfArray2[j] = o2; } } return true; } /** * Converts an array to an object array ({@literal Object[]}). * <p> * The source array can be a primitive array. In that case, the resulting array will contain the corresponding wrapper types. * </p> *
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 41.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java
} break; default: break; } return OptionalEntity.empty(); } /** * Converts a form to a WebAuthentication entity with proper user and timestamp information. * * @param form the form containing the web authentication data * @return an optional WebAuthentication entity with updated metadata
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 20.3K bytes - Viewed (0)