File tree
Expand file treeCollapse file tree
4 files changed
+87
-0
lines changedFilter options
- pkg/kubeapiserver/options
- testdata
Expand file treeCollapse file tree
4 files changed
+87
-0
lines changedpkg/kubeapiserver/options/authentication.go
Copy file name to clipboardExpand all lines: pkg/kubeapiserver/options/authentication.go+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
| 54 | + |
53 | 55 |
|
54 | 56 |
|
55 | 57 |
|
| ||
307 | 309 |
|
308 | 310 |
|
309 | 311 |
|
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
310 | 327 |
|
311 | 328 |
|
312 | 329 |
|
313 | 330 |
|
314 | 331 |
|
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
315 | 345 |
|
316 | 346 |
|
317 | 347 |
|
|
pkg/kubeapiserver/options/authentication_test.go
Copy file name to clipboardExpand all lines: pkg/kubeapiserver/options/authentication_test.go+37Lines changed: 37 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| ||
55 | 56 |
|
56 | 57 |
|
57 | 58 |
|
| 59 | + |
| 60 | + |
58 | 61 |
|
59 | 62 |
|
| 63 | + |
| 64 | + |
60 | 65 |
|
61 | 66 |
|
62 | 67 |
|
| ||
251 | 256 |
|
252 | 257 |
|
253 | 258 |
|
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
254 | 289 |
|
255 | 290 |
|
256 | 291 |
|
257 | 292 |
|
258 | 293 |
|
| 294 | + |
| 295 | + |
259 | 296 |
|
260 | 297 |
|
261 | 298 |
|
|
pkg/kubeapiserver/options/testdata/client-ca.pem
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
pkg/kubeapiserver/options/testdata/server-ca.pem
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
0 commit comments