Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 262 for assignTo (0.06 sec)

  1. helm-releases/minio-4.0.12.tgz

    1000 resources: requests: memory: 128Mi nodeSelector: {} tolerations: [] affinity: {} # 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: Sun Aug 14 05:50:43 UTC 2022
    - 19.4K bytes
    - Viewed (0)
  2. helm-releases/minio-4.0.13.tgz

    1000 resources: requests: memory: 128Mi nodeSelector: {} tolerations: [] affinity: {} # 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: Tue Aug 23 18:18:14 UTC 2022
    - 19.5K bytes
    - Viewed (0)
  3. helm-releases/minio-4.0.5.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: Sat Jul 16 06:42:56 UTC 2022
    - 18.3K bytes
    - Viewed (0)
  4. helm-releases/minio-4.0.8.tgz

    1000 resources: requests: memory: 128Mi nodeSelector: {} tolerations: [] affinity: {} # 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: Fri Jul 29 23:39:54 UTC 2022
    - 18.6K bytes
    - Viewed (0)
  5. common/config/.golangci.yml

    1. # Which checks should be enabled in addition to default checks. Since we don't want
    2. # all of the default checks, we do the disable-all first.
    3. enabled-checks:
    4. - appendCombine
    5. - argOrder
    6. - assignOp
    7. - badCond
    8. - boolExprSimplify
    9. - builtinShadow
    10. - captLocal
    11. - caseOrder
    12. - codegenComment
    13. - commentedOutCode
    14. - commentedOutImport
    15. - defaultCaseOrder
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 17:36:49 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/networking/v1beta1/generated.proto

    1. // used to indicate that an IngressClass should be considered default. When a
    2. // single IngressClass resource has this annotation set to true, new Ingress
    3. // resources without a class specified will be assigned this default class.
    4. message IngressClass {
    5. // Standard object's metadata.
    6. // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    7. // +optional
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  7. cni/pkg/nodeagent/informers.go

    1. // it's not routable at this point and something is wrong/we should discard this event.
    2. podIPs := util.GetPodIPsIfPresent(pod)
    3. if len(podIPs) == 0 {
    4. log.Debugf("pod update event skipped: no IP assigned yet")
    5. return nil
    6. }
    7.  
    8. log.Debugf("pod is now enrolled, adding to mesh")
    9. err := s.dataplane.AddPodToMesh(s.ctx, pod, podIPs, "")
    10. if err != nil {
    11. log.Warnf("AddPodToMesh returned: %v", err)
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Oct 09 16:05:45 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/cache/PopulatedCachesTest.java

    1. // System.identityHashCode, which means the assignment of keys to segments is nondeterministic,
    2. // so more than (maximumSize / #segments) keys could get assigned to the same segment, which
    3. // would cause one to be evicted.
    4. return new CacheBuilderFactory()
    5. .withKeyStrengths(ImmutableSet.of(Strength.STRONG, Strength.WEAK))
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jul 02 18:21:29 UTC 2024
    - 15K bytes
    - Viewed (0)
  9. okhttp/src/main/kotlin/okhttp3/internal/connection/RealConnectionPool.kt

    1. * was acquired, or null if no connection was acquired. The acquired connection will also be
    2. * given to [connectionUser] who may (for example) assign it to a [RealCall.connection].
    3. *
    4. * This confirms the returned connection is healthy before returning it. If this encounters any
    5. * unhealthy connections in its search, this will clean them up.
    6. *
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  10. okhttp/src/main/kotlin/okhttp3/internal/connection/RealConnection.kt

    1. internal var allocationLimit = 1
    2. private set
    3.  
    4. /** Current calls carried by this connection. */
    5. val calls = mutableListOf<Reference<RealCall>>()
    6.  
    7. /** Timestamp when `allocations.size()` reached zero. Also assigned upon initial connection. */
    8. var idleAtNs = Long.MAX_VALUE
    9.  
    10. /**
    11. * Returns true if this is an HTTP/2 connection. Such connections can be used in multiple HTTP
    12. * requests simultaneously.
    13. */
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 15.4K bytes
    - Viewed (0)
Back to top