Skip to content

Commit 91da908

Browse files
authored
1.18 API ref generation (#19814)
1 parent 7194aae commit 91da908

File tree

14 files changed

+51285
-2
lines changed

14 files changed

+51285
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: v1.17
2+
title: v1.18
33
weight: 50
44
---
55

6-
[Kubernetes API v1.17](/docs/reference/generated/kubernetes-api/v1.17/)
6+
[Kubernetes API v1.18](/docs/reference/generated/kubernetes-api/v1.18/)

static/docs/reference/generated/kubernetes-api/v1.18/css/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/docs/reference/generated/kubernetes-api/v1.18/css/font-awesome.min.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 232 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,232 @@
1+
/*
2+
Kubernetes colors
3+
4+
kubernetes blue - rgb(50, 109, 230)
5+
dark blue - rgb(51, 113, 227)
6+
dark grey - rgb(48, 48, 48)
7+
light grey - rgb(161, 160, 158)
8+
*/
9+
10+
/* User agent CSS overrides */
11+
#sidebar-wrapper ul, #sidebar-wrapper li {
12+
margin-left: 10px;
13+
padding-left: 0;
14+
}
15+
16+
.body-content hr {
17+
margin: 2em 0;
18+
border-top: 2px solid dimgrey;
19+
border-bottom: 2px solid antiquewhite;
20+
}
21+
22+
.body-content table {
23+
margin-bottom: 1em;
24+
width: 100%;
25+
overflow: auto;
26+
}
27+
28+
.body-content table th, .body-content table td {
29+
text-align: left;
30+
vertical-align: top;
31+
line-height: 1.5;
32+
}
33+
34+
.body-content table th {
35+
padding: 15px 20px;
36+
border-bottom: 1px solid lightsteelblue;
37+
vertical-align: bottom;
38+
}
39+
40+
.body-content table td {
41+
padding: 10px;
42+
}
43+
44+
.body-content table tr:last-child {
45+
border-bottom: 1px solid lightsteelblue;
46+
}
47+
48+
.body-content table tr:nth-child(odd) > td {
49+
background-color: WhiteSmoke;
50+
}
51+
52+
.body-content table tr:nth-child(even) > td {
53+
background-color: Gainsboro;
54+
}
55+
56+
.body-content dt {
57+
font-weight: bold;
58+
}
59+
60+
.body-content dd {
61+
margin-left: 15px;
62+
}
63+
64+
.body-content p, .body-content li, .body-content dt, .body-content dd {
65+
line-height: 1.6;
66+
margin-top: 0;
67+
}
68+
69+
/* Brodoc CSS */
70+
71+
body > #wrapper {
72+
display: block;
73+
padding-bottom: 500px;
74+
}
75+
76+
#sidebar-wrapper {
77+
display: block;
78+
height: 100%;
79+
width: 20%;
80+
position: fixed;
81+
z-index: 1;
82+
top: 0;
83+
left: 0;
84+
background-color: whitesmoke;
85+
border-right: 2px solid slategrey;
86+
overflow-x: auto;
87+
padding-top: 60px;
88+
}
89+
90+
#sidebar-wrapper a {
91+
text-decoration: none;
92+
white-space: nowrap;
93+
overflow: hidden;
94+
text-overflow: ellipsis;
95+
padding: 0 5px;
96+
}
97+
98+
#sidebar-wrapper ul {
99+
list-style: none;
100+
}
101+
102+
#sidebar-wrapper a.selected {
103+
font-style: bold;
104+
color: whitesmoke;
105+
border: 1px solid rgb(161, 160, 158);
106+
background-color: rgb(51, 113, 227);
107+
border-radius: 5px;
108+
}
109+
110+
#sidebar-wrapper .strong-nav {
111+
font-family: monospace;
112+
font-weight: bold;
113+
}
114+
115+
#sidebar-wrapper .nav-level-1.strong-nav {
116+
margin-top: 25px;
117+
}
118+
119+
#sidebar-wrapper .copyright {
120+
padding-left: 10px;
121+
padding-top: 50px;
122+
padding-bottom: 50px;
123+
text-decoration: underline;
124+
}
125+
126+
#page-content-wrapper {
127+
margin-left: 20%;
128+
padding-top: 60px;
129+
}
130+
131+
#page-content-wrapper table tr td:first-child {
132+
white-space: pre;
133+
}
134+
135+
.body-content h1, .body-content h2 {
136+
clear: both;
137+
border-bottom: 3px solid lightslategrey;
138+
padding-top: 20px;
139+
}
140+
141+
.body-content > h3, .body-content > h4, .body-content > h5, .body-content > h6, .body-content > p, .body-content > aside, .body-content > ul > li, .body-content > ul > li {
142+
padding-top: 20px;
143+
}
144+
145+
.body-content table tr td:not(:first-child) {
146+
overflow-wrap: break-word;
147+
word-wrap: break-word;
148+
}
149+
150+
.body-content table tr td a {
151+
word-break: break-word;
152+
}
153+
154+
.body-content p code {
155+
text-overflow: ellipsis;
156+
color: #802060;
157+
display: inline-block;
158+
font-size: smaller;
159+
word-break: break-word;
160+
}
161+
162+
.body-content blockquote {
163+
border-left: 0;
164+
border-radius: 5px;
165+
}
166+
167+
.body-content pre.code-block {
168+
margin-top: 5px;
169+
margin-bottom: 5px;
170+
}
171+
172+
.body-content blockquote p, .body-content pre {
173+
color: black;
174+
font-size: 13px;
175+
}
176+
177+
.body-content blockquote.code-block {
178+
background: Wheat;
179+
}
180+
181+
.body-content pre.code-block code {
182+
word-wrap: normal;
183+
white-space: pre;
184+
}
185+
186+
.body-content code {
187+
color: Brown !important;
188+
}
189+
190+
.code-block {
191+
display: none;
192+
width: 60%;
193+
float: left;
194+
clear: right;
195+
}
196+
197+
.code-block.active {
198+
display: initial;
199+
}
200+
201+
#code-tabs-wrapper {
202+
width: 55%;
203+
height: 60px;
204+
/* position: fixed; */
205+
top: 0;
206+
right: 0;
207+
}
208+
209+
#code-tabs-wrapper .code-tab-list {
210+
float: right;
211+
margin-top: 0;
212+
padding: 0 10px;
213+
}
214+
215+
#code-tabs-wrapper .code-tab {
216+
color: white;
217+
/* display: inline-block; */
218+
padding: 0 30px;
219+
background: rgb(48, 48, 48);
220+
border: 1px solid rgb(161, 160, 158);
221+
border-radius: 5px;
222+
}
223+
224+
#code-tabs-wrapper .tab-selected {
225+
background: rgb(51, 113, 227);
226+
font-style: bold;
227+
border-radius: 5px;
228+
}
229+
230+
.side-nav a {
231+
color: black;
232+
}
Binary file not shown.

static/docs/reference/generated/kubernetes-api/v1.18/fonts/fontawesome-webfont.svg

Lines changed: 2671 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)