Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Gid (0.12 sec)

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

              "fsGroup": {
    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. pkg/apis/core/validation/validation_test.go

    						UID:                badUID,
    						GID:                badGID,
    						SupplementalGroups: []int64{badGID},
    					},
    				},
    			}},
    			wantFieldErrors: field.ErrorList{
    				field.Invalid(field.NewPath("[0].linux.uid"), badUID, "must be between 0 and 2147483647, inclusive"),
    				field.Invalid(field.NewPath("[0].linux.gid"), badGID, "must be between 0 and 2147483647, inclusive"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. RELEASE.md

        clarity. The 1.x API remains available in the compat.v1 module. A list of
        all symbol changes can be found
        [here](https://docs.google.com/spreadsheets/d/1FLFJLzg7WNP6JHODX5q8BDgptKafq_slHpnHVbJIteQ/edit#gid=0).
        *   API clean-up, included removing `tf.app`, `tf.flags`, and `tf.logging`
            in favor of [absl-py](https://github.com/abseil/abseil-py).
    *   No more global variables with helper methods like
    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