Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 69 for selfsubjectreview (0.42 sec)

  1. staging/src/k8s.io/api/authentication/v1/register.go

    )
    
    // Adds the list of known types to the given scheme.
    func addKnownTypes(scheme *runtime.Scheme) error {
    	scheme.AddKnownTypes(SchemeGroupVersion,
    		&TokenReview{},
    		&TokenRequest{},
    		&SelfSubjectReview{},
    	)
    	metav1.AddToGroupVersion(scheme, SchemeGroupVersion)
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 12:50:40 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/authentication/v1beta1/generated.proto

      repeated string items = 1;
    }
    
    // SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request.
    // When using impersonation, users will receive the user info of the user being impersonated.  If impersonation or
    // request header authentication is used, any extra keys will have their case ignored and returned as lowercase.
    message SelfSubjectReview {
      // Standard object's metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/authentication/v1beta1/generated.proto

      repeated string items = 1;
    }
    
    // SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request.
    // When using impersonation, users will receive the user info of the user being impersonated.  If impersonation or
    // request header authentication is used, any extra keys will have their case ignored and returned as lowercase.
    message SelfSubjectReview {
      // Standard object's metadata.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  4. pkg/apis/authentication/types.go

    // SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request.
    // When using impersonation, users will receive the user info of the user being impersonated.  If impersonation or
    // request header authentication is used, any extra keys will have their case ignored and returned as lowercase.
    type SelfSubjectReview struct {
    	metav1.TypeMeta
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 05:33:37 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/authentication/v1/generated.proto

      repeated string items = 1;
    }
    
    // SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request.
    // When using impersonation, users will receive the user info of the user being impersonated.  If impersonation or
    // request header authentication is used, any extra keys will have their case ignored and returned as lowercase.
    message SelfSubjectReview {
      // Standard object's metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/authentication/v1/types_swagger_doc_generated.go

    	"uid":        "UID of the referent.",
    }
    
    func (BoundObjectReference) SwaggerDoc() map[string]string {
    	return map_BoundObjectReference
    }
    
    var map_SelfSubjectReview = 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)
  7. staging/src/k8s.io/api/authentication/v1/types.go

    // +k8s:prerelease-lifecycle-gen:introduced=1.28
    
    // SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request.
    // When using impersonation, users will receive the user info of the user being impersonated.  If impersonation or
    // request header authentication is used, any extra keys will have their case ignored and returned as lowercase.
    type SelfSubjectReview struct {
    	metav1.TypeMeta `json:",inline"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 10K bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "description": "UID of the referent.",
              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.authentication.v1.SelfSubjectReview": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  9. api/openapi-spec/swagger.json

              "description": "UID of the referent.",
              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.authentication.v1.SelfSubjectReview": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  10. pkg/quota/v1/install/registry.go

    	{Group: "", Resource: "componentstatuses"}:                              {},
    	{Group: authentication.GroupName, Resource: "tokenreviews"}:             {},
    	{Group: authentication.GroupName, Resource: "selfsubjectreviews"}:       {},
    	{Group: authorization.GroupName, Resource: "subjectaccessreviews"}:      {},
    	{Group: authorization.GroupName, Resource: "selfsubjectaccessreviews"}:  {},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 14 16:00:26 UTC 2022
    - 2.6K bytes
    - Viewed (0)
Back to top