Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
83c1334e
Commit
83c1334e
authored
Feb 14, 2018
by
Mike Danese
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apiserver: fix some typos from refactor
introduced in #59582
parent
6535c955
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
config.go
staging/src/k8s.io/apiserver/pkg/server/config.go
+1
-4
No files found.
staging/src/k8s.io/apiserver/pkg/server/config.go
View file @
83c1334e
...
@@ -85,16 +85,13 @@ type Config struct {
...
@@ -85,16 +85,13 @@ type Config struct {
// Authentication is the configuration for authentication
// Authentication is the configuration for authentication
Authentication
AuthenticationInfo
Authentication
AuthenticationInfo
// Auth
entication is the configuration for authentic
ation
// Auth
orization is the configuration for authoriz
ation
Authorization
AuthorizationInfo
Authorization
AuthorizationInfo
// LoopbackClientConfig is a config for a privileged loopback connection to the API server
// LoopbackClientConfig is a config for a privileged loopback connection to the API server
// This is required for proper functioning of the PostStartHooks on a GenericAPIServer
// This is required for proper functioning of the PostStartHooks on a GenericAPIServer
// TODO: move into SecureServing(WithLoopback) as soon as insecure serving is gone
// TODO: move into SecureServing(WithLoopback) as soon as insecure serving is gone
LoopbackClientConfig
*
restclient
.
Config
LoopbackClientConfig
*
restclient
.
Config
// Authorizer determines whether the subject is allowed to make the request based only
// on the RequestURI
Authorizer
authorizer
.
Authorizer
// RuleResolver is required to get the list of rules that apply to a given user
// RuleResolver is required to get the list of rules that apply to a given user
// in a given namespace
// in a given namespace
RuleResolver
authorizer
.
RuleResolver
RuleResolver
authorizer
.
RuleResolver
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment