Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 69 for selfsubjectreview (0.33 sec)

  1. staging/src/k8s.io/api/authentication/v1alpha1/zz_generated.deepcopy.go

    func (in *SelfSubjectReview) DeepCopyInto(out *SelfSubjectReview) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
    	in.Status.DeepCopyInto(&out.Status)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SelfSubjectReview.
    func (in *SelfSubjectReview) DeepCopy() *SelfSubjectReview {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 14 16:00:26 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  2. api/discovery/apis__authentication.k8s.io__v1alpha1.json

    {
      "apiVersion": "v1",
      "groupVersion": "authentication.k8s.io/v1alpha1",
      "kind": "APIResourceList",
      "resources": [
        {
          "kind": "SelfSubjectReview",
          "name": "selfsubjectreviews",
          "namespaced": false,
          "singularName": "selfsubjectreview",
          "verbs": [
            "create"
          ]
        }
      ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 323 bytes
    - Viewed (0)
  3. pkg/apis/authentication/v1/zz_generated.conversion.go

    	if err := s.AddGeneratedConversionFunc((*v1.SelfSubjectReview)(nil), (*authentication.SelfSubjectReview)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1_SelfSubjectReview_To_authentication_SelfSubjectReview(a.(*v1.SelfSubjectReview), b.(*authentication.SelfSubjectReview), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 12:50:40 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  4. pkg/apis/authentication/v1beta1/zz_generated.conversion.go

    func RegisterConversions(s *runtime.Scheme) error {
    	if err := s.AddGeneratedConversionFunc((*v1beta1.SelfSubjectReview)(nil), (*authentication.SelfSubjectReview)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1beta1_SelfSubjectReview_To_authentication_SelfSubjectReview(a.(*v1beta1.SelfSubjectReview), b.(*authentication.SelfSubjectReview), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 23:42:33 UTC 2023
    - 14K bytes
    - Viewed (0)
  5. pkg/registry/authentication/rest/storage_authentication.go

    	storage := map[string]rest.Storage{}
    
    	// selfsubjectreviews
    	if resource := "selfsubjectreviews"; apiResourceConfigSource.ResourceEnabled(authenticationv1alpha1.SchemeGroupVersion.WithResource(resource)) {
    		selfSRStorage := selfsubjectreview.NewREST()
    		storage[resource] = selfSRStorage
    	}
    	return storage
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 12:50:40 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/authentication/v1beta1/zz_generated.deepcopy.go

    func (in *SelfSubjectReview) DeepCopyInto(out *SelfSubjectReview) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
    	in.Status.DeepCopyInto(&out.Status)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SelfSubjectReview.
    func (in *SelfSubjectReview) DeepCopy() *SelfSubjectReview {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 23:42:33 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  7. api/discovery/apis__authentication.k8s.io__v1beta1.json

    {
      "apiVersion": "v1",
      "groupVersion": "authentication.k8s.io/v1beta1",
      "kind": "APIResourceList",
      "resources": [
        {
          "kind": "SelfSubjectReview",
          "name": "selfsubjectreviews",
          "namespaced": false,
          "singularName": "selfsubjectreview",
          "verbs": [
            "create"
          ]
        }
      ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 322 bytes
    - Viewed (0)
  8. api/discovery/apis__authentication.k8s.io__v1.json

    {
      "apiVersion": "v1",
      "groupVersion": "authentication.k8s.io/v1",
      "kind": "APIResourceList",
      "resources": [
        {
          "kind": "SelfSubjectReview",
          "name": "selfsubjectreviews",
          "namespaced": false,
          "singularName": "selfsubjectreview",
          "verbs": [
            "create"
          ]
        },
        {
          "kind": "TokenReview",
          "name": "tokenreviews",
          "namespaced": false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 495 bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/authentication/v1alpha1/generated.pb.go

    func (m *SelfSubjectReview) Reset()      { *m = SelfSubjectReview{} }
    func (*SelfSubjectReview) ProtoMessage() {}
    func (*SelfSubjectReview) Descriptor() ([]byte, []int) {
    	return fileDescriptor_f003acd72d3d5efb, []int{0}
    }
    func (m *SelfSubjectReview) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *SelfSubjectReview) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/authentication/v1alpha1/zz_generated.prerelease-lifecycle.go

    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *SelfSubjectReview) APILifecycleIntroduced() (major, minor int) {
    	return 1, 26
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 23:42:33 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top