Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for tgroup (0.49 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified).  If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                      rule: '[self.group, self.kind] in [[''core'',''Service''], ['''',''Service''],
                        [''gateway.networking.k8s.io'',''Gateway'']]'
                  targetRefs:
                    description: Optional.
                    items:
                      properties:
                        group:
                          description: group is the group of the target resource.
                          maxLength: 253
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                      rule: '[self.group, self.kind] in [[''core'',''Service''], ['''',''Service''],
                        [''gateway.networking.k8s.io'',''Gateway'']]'
                  targetRefs:
                    description: Optional.
                    items:
                      properties:
                        group:
                          description: group is the group of the target resource.
                          maxLength: 253
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    		},
    		"populate RunAsUser SupplementalGroups FSGroup with minID 0": {
    			Containers: []core.Container{{Name: "ctr", Image: "image", ImagePullPolicy: "IfNotPresent", TerminationMessagePolicy: "File"}},
    			SecurityContext: &core.PodSecurityContext{
    				SupplementalGroups: []int64{minGroupID},
    				RunAsUser:          &minUserID,
    				FSGroup:            &minGroupID,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. RELEASE.md

    on GitHub for insight into recent issues and development progress.
    
    If you experience any snags when using TF 2.0, please let us know at the
    [TF 2.0 Testing User Group](https://groups.google.com/a/tensorflow.org/forum/?utm_medium=email&utm_source=footer#!forum/testing).
    We have a support mailing list as well as weekly testing meetings, and would
    love to hear your migration feedback and questions.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_CollectiveAssignGroupV2Op : TF_Op<"CollectiveAssignGroupV2", [Pure, TF_NoConstantFold]> {
      let summary = "Assign group keys based on group assignment.";
    
      let arguments = (ins
        TF_Int32Tensor:$group_assignment,
        TF_Int32Tensor:$device_index,
        TF_Int32Tensor:$base_key
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top