Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 84 for claims0 (0.1 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

              }
            ],
            "resources": {
              "limits": {
                "limitsKey": "0"
              },
              "requests": {
                "requestsKey": "0"
              },
              "claims": [
                {
                  "name": "nameValue"
                }
              ]
            },
            "resizePolicy": [
              {
                "resourceName": "resourceNameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/route/route.go

    // The currently only supported header is @request.auth.claims for JWT claims matching. Claims of type string or list of string
    // are supported and nested claims are also supported using `.` or `[]` as a separator for claim names, `[]` is recommended.
    //
    // Examples using `.` as a separator:
    // - `@request.auth.claims.admin` matches the claim "admin".
    // - `@request.auth.claims.group.id` matches the nested claims "group" and "id".
    //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  3. cmd/iam-store.go

    		}
    
    		var (
    			err    error
    			claims map[string]interface{} = cred.Claims
    		)
    
    		if cred.IsServiceAccount() {
    			claims, err = getClaimsFromTokenWithSecret(cred.SessionToken, cred.SecretKey)
    		} else if cred.IsTemp() {
    			var secretKey string
    			secretKey, err = getTokenSigningKey()
    			if err != nil {
    				continue
    			}
    			claims, err = getClaimsFromTokenWithSecret(cred.SessionToken, secretKey)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 75.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apps/v1/types.go

    	// volumeClaimTemplates is a list of claims that pods are allowed to reference.
    	// The StatefulSet controller is responsible for mapping network identities to
    	// claims in a way that maintains the identity of a pod. Every claim in
    	// this list must have at least one matching (by name) volumeMount in one
    	// container in the template. A claim in this list takes precedence over
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  5. cmd/bucket-handlers.go

    				Action:          policy.ListBucketAction,
    				BucketName:      bucketInfo.Name,
    				ConditionValues: getConditionValues(r, "", cred),
    				IsOwner:         owner,
    				ObjectName:      "",
    				Claims:          cred.Claims,
    			}) {
    				bucketsInfo[n] = bucketInfo
    				n++
    			} else if globalIAMSys.IsAllowed(policy.Args{
    				AccountName:     cred.AccessKey,
    				Groups:          cred.Groups,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.json

                "resources": {
                  "limits": {
                    "limitsKey": "0"
                  },
                  "requests": {
                    "requestsKey": "0"
                  },
                  "claims": [
                    {
                      "name": "nameValue"
                    }
                  ]
                },
                "resizePolicy": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/extensions.v1beta1.DaemonSet.json

                "resources": {
                  "limits": {
                    "limitsKey": "0"
                  },
                  "requests": {
                    "requestsKey": "0"
                  },
                  "claims": [
                    {
                      "name": "nameValue"
                    }
                  ]
                },
                "resizePolicy": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 54.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/extensions.v1beta1.ReplicaSet.json

                "resources": {
                  "limits": {
                    "limitsKey": "0"
                  },
                  "requests": {
                    "requestsKey": "0"
                  },
                  "claims": [
                    {
                      "name": "nameValue"
                    }
                  ]
                },
                "resizePolicy": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.json

                "resources": {
                  "limits": {
                    "limitsKey": "0"
                  },
                  "requests": {
                    "requestsKey": "0"
                  },
                  "claims": [
                    {
                      "name": "nameValue"
                    }
                  ]
                },
                "resizePolicy": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.json

                "resources": {
                  "limits": {
                    "limitsKey": "0"
                  },
                  "requests": {
                    "requestsKey": "0"
                  },
                  "claims": [
                    {
                      "name": "nameValue"
                    }
                  ]
                },
                "resizePolicy": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.4K bytes
    - Viewed (0)
Back to top