Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for tgroup (0.17 sec)

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                  "type": "string"
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              },
              "group": {
                "description": "group is the preferred group of the resource.  Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale\".",
                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                          properties:
                            group:
                              description: |-
                                Group is the group of the referent. For example, "gateway.networking.k8s.io".
                                When unspecified or empty string, core API group is inferred.
                              maxLength: 253
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                        type: object
                    type: object
                  targetRef:
                    description: Optional.
                    properties:
                      group:
                        description: group is the group of the target resource.
                        type: string
                      kind:
                        description: kind is kind of the target resource.
                        type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  7. 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)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(UnknownGroupIdError).Error", Method, 7},
    		{"(UnknownUserError).Error", Method, 0},
    		{"(UnknownUserIdError).Error", Method, 0},
    		{"Current", Func, 0},
    		{"Group", Type, 7},
    		{"Group.Gid", Field, 7},
    		{"Group.Name", Field, 7},
    		{"Lookup", Func, 0},
    		{"LookupGroup", Func, 7},
    		{"LookupGroupId", Func, 7},
    		{"LookupId", Func, 0},
    		{"UnknownGroupError", Type, 7},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  9. 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)
  10. 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