Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for DelegatingAuthorizationOptions (0.61 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/authorization.go

    func (s *DelegatingAuthorizationOptions) WithAlwaysAllowGroups(groups ...string) *DelegatingAuthorizationOptions {
    	s.AlwaysAllowGroups = append(s.AlwaysAllowGroups, groups...)
    	return s
    }
    
    // WithAlwaysAllowPaths appends the list of paths to AlwaysAllowPaths
    func (s *DelegatingAuthorizationOptions) WithAlwaysAllowPaths(paths ...string) *DelegatingAuthorizationOptions {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 9.3K bytes
    - Viewed (0)
  2. cmd/kube-scheduler/app/options/options_test.go

    						GroupHeaders:        []string{"x-remote-group"},
    						ExtraHeaderPrefixes: []string{"x-remote-extra-"},
    					},
    					RemoteKubeConfigFileOptional: true,
    				},
    				Authorization: &apiserveroptions.DelegatingAuthorizationOptions{
    					AllowCacheTTL:                10 * time.Second,
    					DenyCacheTTL:                 10 * time.Second,
    					RemoteKubeConfigFileOptional: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 13 07:42:19 UTC 2023
    - 30.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/server/options/recommended.go

    type RecommendedOptions struct {
    	Etcd           *EtcdOptions
    	SecureServing  *SecureServingOptionsWithLoopback
    	Authentication *DelegatingAuthenticationOptions
    	Authorization  *DelegatingAuthorizationOptions
    	Audit          *AuditOptions
    	Features       *FeatureOptions
    	CoreAPI        *CoreAPIOptions
    
    	// FeatureGate is a way to plumb feature gate through if you have them.
    	FeatureGate featuregate.FeatureGate
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 18:51:27 UTC 2024
    - 6K bytes
    - Viewed (0)
  4. cmd/kube-scheduler/app/options/options.go

    	SecureServing  *apiserveroptions.SecureServingOptionsWithLoopback
    	Authentication *apiserveroptions.DelegatingAuthenticationOptions
    	Authorization  *apiserveroptions.DelegatingAuthorizationOptions
    	Metrics        *metrics.Options
    	Logs           *logs.Options
    	Deprecated     *DeprecatedOptions
    	LeaderElection *componentbaseconfig.LeaderElectionConfiguration
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 17 17:06:29 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  5. cmd/kube-controller-manager/app/options/options.go

    	SecureServing  *apiserveroptions.SecureServingOptionsWithLoopback
    	Authentication *apiserveroptions.DelegatingAuthenticationOptions
    	Authorization  *apiserveroptions.DelegatingAuthorizationOptions
    	Metrics        *metrics.Options
    	Logs           *logs.Options
    
    	Master                      string
    	ShowHiddenMetricsForVersion string
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 13 20:41:50 UTC 2023
    - 20.7K bytes
    - Viewed (0)
  6. cmd/kube-controller-manager/app/options/options_test.go

    				GroupHeaders:        []string{"x-remote-group"},
    				ExtraHeaderPrefixes: []string{"x-remote-extra-"},
    			},
    			RemoteKubeConfigFileOptional: true,
    		},
    		Authorization: &apiserveroptions.DelegatingAuthorizationOptions{
    			AllowCacheTTL:                10 * time.Second,
    			DenyCacheTTL:                 10 * time.Second,
    			ClientTimeout:                10 * time.Second,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.20.md

    - Exposes and sets a default timeout for the SubjectAccessReview client for DelegatingAuthorizationOptions ([#95725](https://github.com/kubernetes/kubernetes/pull/95725), [@p0lyn0mial](https://github.com/p0lyn0mial)) [SIG API Machinery and Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.19.md

    - Exposes and sets a default timeout for the SubjectAccessReview client for DelegatingAuthorizationOptions ([#95910](https://github.com/kubernetes/kubernetes/pull/95910), [@p0lyn0mial](https://github.com/p0lyn0mial)) [SIG API Machinery and Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.17.md

    - Exposes and sets a default timeout for the SubjectAccessReview client for DelegatingAuthorizationOptions ([#96153](https://github.com/kubernetes/kubernetes/pull/96153), [@p0lyn0mial](https://github.com/p0lyn0mial)) [SIG API Machinery and Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.18.md

    - Exposes and sets a default timeout for the SubjectAccessReview client for DelegatingAuthorizationOptions ([#96152](https://github.com/kubernetes/kubernetes/pull/96152), [@p0lyn0mial](https://github.com/p0lyn0mial)) [SIG API Machinery and Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
Back to top