Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 48 of 48 for gids (0.21 sec)

  1. pkg/workloadapi/workload.pb.go

    	//
    	// cluster/group/kind/namespace/name/section-name
    	//
    	// As an example, a ServiceEntry with two WorkloadEntries inlined could become
    	// two Workloads with the following UIDs:
    	// - cluster1/networking.istio.io/v1alpha3/ServiceEntry/default/external-svc/endpoint1
    	// - cluster1/networking.istio.io/v1alpha3/ServiceEntry/default/external-svc/endpoint2
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

      # Ensure TasksMax is sufficient for docker.
      # (https://github.com/kubernetes/kubernetes/issues/51977)
      echo "Extend the docker.service configuration to set a higher pids limit"
      mkdir -p /etc/systemd/system/docker.service.d
      cat <<EOF >/etc/systemd/system/docker.service.d/01tasksmax.conf
    [Service]
    TasksMax=infinity
    EOF
    
        systemctl daemon-reload
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  3. src/crypto/x509/x509_test.go

    	}
    }
    
    // mismatchingSigAlgIDPEM contains a certificate where the Certificate
    // signatureAlgorithm and the TBSCertificate signature contain
    // mismatching OIDs
    const mismatchingSigAlgIDPEM = `-----BEGIN CERTIFICATE-----
    MIIBBzCBrqADAgECAgEAMAoGCCqGSM49BAMCMAAwIhgPMDAwMTAxMDEwMDAwMDBa
    GA8wMDAxMDEwMTAwMDAwMFowADBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABOqV
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  4. cmd/testdata/undeleteable-object.tgz

    ^#¿lêG{% )b— ¾:9º] % ‰CwTŽW `çºs(F% yd `š’¾!!) Ž7*"…?ÖF % G¸ñž][-ì t6xE ò œ[¼@[ìÔˆ^ ±´±:ê #: ˆQ/’ vCø @ M¸ëÒuï“ $ˆh‰Ÿ‰&¨5 ê‰Ëù²LpzÛ!vâËàµÍ¼ w.Ñ R¢‡ç0 # ìÑ3ÈÓà mzZsœõ!Ê'¥G -Q \@øðO1 ¹ Þ~'= •²ÅÏá§ØèØ“àH† ð3&å C_Œé¿ö ÈW = ±zÆ› ŽŒ+6÷ä ³Ò¹Of5 ÿ 5¼} Ïa0Y×­2 "gÎðÐ £ G à’ºµ mž?zV ¤DÅ tõÇ» "ÑK †båL‹ ´ I5 R n Í ƒ`?. ,cØÅô™çï±~ âJ’E[zô"…ì#9Î é†`#Èá AU(¿ù# ëŸ Õyò˜3 59ÄO½ŒX ¯#äÓZï Ñ–g1 bœŽENkƒ '…m å Ñó¤â‰7X= o=è»=%ä›Òû´¿©]ÁŽ ® £a 3°¹ multisitea/data/disterasure/xl5/.minio.sys/pool.bin/xl.meta XL2 Æ w Ä$•Ä Ó ÉŸþ¥¹...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 26 00:31:12 UTC 2024
    - 8.7M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    embedding_indices and aggregation_weights into rows.
    It corresponds to ids.row_splits in embedding_lookup(), when ids is a
    RaggedTensor.}]>:$sample_splits,
        Arg<Variadic<TF_I32OrI64Tensor>, [{A list of rank 1 Tensors, indices into the embedding tables.
    It corresponds to ids.values in embedding_lookup(), when ids is a RaggedTensor.}]>:$embedding_indices,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

    message LinuxContainerUser {
      // UID is the primary uid initially attached to the first process in the container
      optional int64 uid = 1;
    
      // GID is the primary gid initially attached to the first process in the container
      optional int64 gid = 2;
    
      // SupplementalGroups are the supplemental groups initially attached to the first process in the container
      // +optional
      // +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. RELEASE.md

        *   Benchmark for tf.scan in graph and eager modes.
        *   Added complex128 support to FFT, FFT2D, FFT3D, IFFT, IFFT2D, and IFFT3D.
        *   Making ids unique in `nn.embedding_lookup_sparse`. This helps to reduce
            RPC calls for looking up the embeddings when there are repeated ids in
            the batch.
        *   Support indicator column in boosted trees.
        *   Prevent `tf.gradients()` from backpropagating through integer tensors.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top