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
8c505cca
Commit
8c505cca
authored
Feb 26, 2019
by
Tuan Do Anh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trivial fix typo
Although it is spelling mistakes, it might make an effect while reading.
parent
4e8e3c2f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
types.go
pkg/scheduler/api/types.go
+1
-1
types.go
pkg/scheduler/api/v1/types.go
+1
-1
No files found.
pkg/scheduler/api/types.go
View file @
8c505cca
...
@@ -176,7 +176,7 @@ type ExtenderTLSConfig struct {
...
@@ -176,7 +176,7 @@ type ExtenderTLSConfig struct {
// Server should be accessed without verifying the TLS certificate. For testing only.
// Server should be accessed without verifying the TLS certificate. For testing only.
Insecure
bool
Insecure
bool
// ServerName is passed to the server for SNI and is used in the client to check server
// ServerName is passed to the server for SNI and is used in the client to check server
// cer
i
tificates against. If ServerName is empty, the hostname used to contact the
// certificates against. If ServerName is empty, the hostname used to contact the
// server is used.
// server is used.
ServerName
string
ServerName
string
...
...
pkg/scheduler/api/v1/types.go
View file @
8c505cca
...
@@ -156,7 +156,7 @@ type ExtenderTLSConfig struct {
...
@@ -156,7 +156,7 @@ type ExtenderTLSConfig struct {
// Server should be accessed without verifying the TLS certificate. For testing only.
// Server should be accessed without verifying the TLS certificate. For testing only.
Insecure
bool
`json:"insecure,omitempty"`
Insecure
bool
`json:"insecure,omitempty"`
// ServerName is passed to the server for SNI and is used in the client to check server
// ServerName is passed to the server for SNI and is used in the client to check server
// cer
i
tificates against. If ServerName is empty, the hostname used to contact the
// certificates against. If ServerName is empty, the hostname used to contact the
// server is used.
// server is used.
ServerName
string
`json:"serverName,omitempty"`
ServerName
string
`json:"serverName,omitempty"`
...
...
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