- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 262 for assignTo (0.07 sec)
-
helm-releases/minio-5.3.0.tgz
enabled: false runAsUser: 1000 runAsGroup: 1000 resources: requests: memory: 128Mi # Command to run after the main command on exit exitCommand: "" ## List of users to be created after minio install ## users: ## Username, password and policy to be assigned to the user ## Default policies are [readonly|readwrite|writeonly|consoleAdmin|diagnostics] ## Add new policies as explained here https://min.io/docs/minio/kubernetes/upstream/administration/identity-access-management.html#access-management ## NOTE:...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Oct 11 12:21:05 UTC 2024 - 21.7K bytes - Viewed (0) -
helm-releases/minio-4.0.15.tgz
nodeSelector: {} tolerations: [] affinity: {} extraVolumes: [] extraVolumeMounts: [] # Command to run after the main command on exit exitCommand: "" ## List of users to be created after minio install ## users: ## Username, password and policy to be assigned to the user ## Default policies are [readonly|readwrite|writeonly|consoleAdmin|diagnostics] ## Add new policies as explained here https://docs.min.io/docs/minio-multi-user-quickstart-guide.html ## NOTE: this will fail if LDAP is enabled in your MinIO...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Sep 21 11:07:01 UTC 2022 - 20K bytes - Viewed (0) -
docs/en/docs/tutorial/dependencies/index.md
- ///
- Whenever a new request arrives, **FastAPI** will take care of:
- * Calling your dependency ("dependable") function with the correct parameters.
- * Get the result from your function.
- * Assign that result to the parameter in your *path operation function*.
- ```mermaid
- graph TB
- common_parameters(["common_parameters"])
- read_items["/items/"]
- read_users["/users/"]
- common_parameters --> read_items
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Oct 28 11:18:17 UTC 2024 - 9.2K bytes - Viewed (0) -
cmd/erasure-metadata_test.go
- metaArr[i] = fi
- parities[i] = parity
- if i < agree {
- continue
- }
- metaArr[i].Erasure.Index = 0 // creates invalid fi on remaining drives
- parities[i] = -1 // invalid fi are assigned parity -1
- }
- res.metaArr = metaArr
- res.parities = parities
- res.errs = make([]error, N)
- if agree >= N-parity {
- res.parity = parity
- } else {
- res.parity = -1
- }
- return res
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jul 25 21:02:50 UTC 2024 - 13.5K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/-HostnamesCommon.kt
- i++
- }
- val groupLength = i - groupOffset
- if (groupLength == 0 || groupLength > 4) return null // Group is the wrong size.
- // We've successfully read a group. Assign its value to our byte array.
- address[b++] = (value.ushr(8) and 0xff).toByte()
- address[b++] = (value and 0xff).toByte()
- }
- // All done. If compression happened, we need to move bytes to the right place in the
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 11.2K bytes - Viewed (0) -
cni/pkg/nodeagent/server.go
- var addedIPSnapshot []netip.Addr
- for _, pod := range ambientPods {
- podIPs := util.GetPodIPsIfPresent(pod)
- if len(podIPs) == 0 {
- log.Warnf("pod %s does not appear to have any assigned IPs, not syncing with ipset", pod.Name)
- } else {
- addedIps, err := s.addPodToHostNSIpset(pod, podIPs)
- if err != nil {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Sep 25 20:54:34 UTC 2024 - 13.4K bytes - Viewed (0) -
apache-maven/src/main/appended-resources/licenses/EPL-2.0.txt
- this Agreement from time to time. No one other than the Agreement
- Steward has the right to modify this Agreement. The Eclipse Foundation
- is the initial Agreement Steward. The Eclipse Foundation may assign the
- responsibility to serve as the Agreement Steward to a suitable separate
- entity. Each new version of the Agreement will be given a distinguishing
- version number. The Program (including Contributions) may always be
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Jun 04 06:45:16 UTC 2024 - 13.9K bytes - Viewed (0) -
helm-releases/minio-2.0.1.tgz
{} ## Configure resource requests and limits ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ ## resources: requests: memory: 16Gi ## List of users to be created after minio install ## users: ## Username, password and policy to be assigned to the user ## Default policies are [readonly|readwrite|writeonly|consoleAdmin|diagnostics] ## Add new policies as explained here https://docs.min.io/docs/minio-multi-user-quickstart-guide.html ## NOTE: this will fail if LDAP is enabled in your MinIO...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Aug 31 09:09:09 UTC 2021 - 13.6K bytes - Viewed (0) -
helm-releases/minio-3.6.2.tgz
securityContext: enabled: false runAsUser: 1000 runAsGroup: 1000 fsGroup: 1000 resources: requests: memory: 128Mi nodeSelector: {} tolerations: [] affinity: {} ## List of users to be created after minio install ## users: ## Username, password and policy to be assigned to the user ## Default policies are [readonly|readwrite|writeonly|consoleAdmin|diagnostics] ## Add new policies as explained here https://docs.min.io/docs/minio-multi-user-quickstart-guide.html ## NOTE: this will fail if LDAP is enabled in your MinIO...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Mar 17 18:30:55 UTC 2022 - 17.9K bytes - Viewed (0) -
cmd/storage-datatypes.go
- // TransitionedObjName is the object name on the remote tier corresponding
- // to object (version) on the source tier.
- TransitionedObjName string `msg:"to"`
- // TransitionTier is the storage class label assigned to remote tier.
- TransitionTier string `msg:"tt"`
- // TransitionVersionID stores a version ID of the object associate
- // with the remote tier.
- TransitionVersionID string `msg:"tv"`
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 17.3K bytes - Viewed (0)