Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 125 for Userinfo (0.21 sec)

  1. staging/src/k8s.io/apiserver/pkg/authentication/serviceaccount/util.go

    	return ServiceAccountGroupPrefix + namespace
    }
    
    // UserInfo returns a user.Info interface for the given namespace, service account name and UID
    func UserInfo(namespace, name, uid string) user.Info {
    	return (&ServiceAccountInfo{
    		Name:      name,
    		Namespace: namespace,
    		UID:       uid,
    	}).UserInfo()
    }
    
    type ServiceAccountInfo struct {
    	Name, Namespace, UID string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 05 10:24:31 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/authentication.k8s.io.v1beta1.SelfSubjectReview.json

            "time": "2004-01-01T01:01:01Z",
            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "status": {
        "userInfo": {
          "username": "usernameValue",
          "uid": "uidValue",
          "groups": [
            "groupsValue"
          ],
          "extra": {
            "extraKey": [
              "extraValue"
            ]
          }
        }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 23:42:33 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/authentication.k8s.io.v1beta1.SelfSubjectReview.yaml

        blockOwnerDeletion: true
        controller: true
        kind: kindValue
        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    status:
      userInfo:
        extra:
          extraKey:
          - extraValue
        groups:
        - groupsValue
        uid: uidValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1020 bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/authentication.k8s.io.v1beta1.SelfSubjectReview.json

            "time": "2004-01-01T01:01:01Z",
            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "status": {
        "userInfo": {
          "username": "usernameValue",
          "uid": "uidValue",
          "groups": [
            "groupsValue"
          ],
          "extra": {
            "extraKey": [
              "extraValue"
            ]
          }
        }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/authentication/v1/types_swagger_doc_generated.go

    	return map_SelfSubjectReview
    }
    
    var map_SelfSubjectReviewStatus = map[string]string{
    	"":         "SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.",
    	"userInfo": "User attributes of the user making this request.",
    }
    
    func (SelfSubjectReviewStatus) SwaggerDoc() map[string]string {
    	return map_SelfSubjectReviewStatus
    }
    
    var map_TokenRequest = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 12:50:40 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/authentication.k8s.io.v1.SelfSubjectReview.json

            "time": "2004-01-01T01:01:01Z",
            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "status": {
        "userInfo": {
          "username": "usernameValue",
          "uid": "uidValue",
          "groups": [
            "groupsValue"
          ],
          "extra": {
            "extraKey": [
              "extraValue"
            ]
          }
        }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 12:50:40 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/authentication.k8s.io.v1.SelfSubjectReview.yaml

        blockOwnerDeletion: true
        controller: true
        kind: kindValue
        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    status:
      userInfo:
        extra:
          extraKey:
          - extraValue
        groups:
        - groupsValue
        uid: uidValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 12:50:40 UTC 2023
    - 1015 bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/authentication.k8s.io.v1beta1.SelfSubjectReview.yaml

        blockOwnerDeletion: true
        controller: true
        kind: kindValue
        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    status:
      userInfo:
        extra:
          extraKey:
          - extraValue
        groups:
        - groupsValue
        uid: uidValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 23:42:33 UTC 2023
    - 1020 bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/authentication.k8s.io.v1beta1.SelfSubjectReview.json

            "time": "2004-01-01T01:01:01Z",
            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "status": {
        "userInfo": {
          "username": "usernameValue",
          "uid": "uidValue",
          "groups": [
            "groupsValue"
          ],
          "extra": {
            "extraKey": [
              "extraValue"
            ]
          }
        }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  10. pkg/apis/admission/zz_generated.deepcopy.go

    		*out = new(v1.GroupVersionKind)
    		**out = **in
    	}
    	if in.RequestResource != nil {
    		in, out := &in.RequestResource, &out.RequestResource
    		*out = new(v1.GroupVersionResource)
    		**out = **in
    	}
    	in.UserInfo.DeepCopyInto(&out.UserInfo)
    	if in.Object != nil {
    		out.Object = in.Object.DeepCopyObject()
    	}
    	if in.OldObject != nil {
    		out.OldObject = in.OldObject.DeepCopyObject()
    	}
    	if in.DryRun != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 3.9K bytes
    - Viewed (0)
Back to top