Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for SELF (0.03 sec)

  1. CHANGELOG/CHANGELOG-1.26.md

    - Add auth API to get self subject attributes (new selfsubjectreviews API is added). 
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  2. pkg/registry/core/service/storage/storage_test.go

    type svcTestCase struct {
    	svc         *api.Service
    	expectError bool
    
    	// We could calculate these by looking at the Service, but that's a
    	// vector for test bugs and more importantly it makes the test cases less
    	// self-documenting.
    	expectClusterIPs          bool
    	expectStackDowngrade      bool
    	expectHeadless            bool
    	expectNodePorts           bool
    	expectHealthCheckNodePort bool
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top