1
+ <!doctype html>
2
+ < html itemscope itemtype ="http://schema.org/WebPage " lang ="en " class ="no-js ">
3
+ < head > < script src ="/livereload.js?mindelay=10&v=2&port=1313&path=livereload " data-no-instant defer > </ script >
4
+ < meta charset ="utf-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
6
+ < meta name ="robots " content ="noindex, nofollow ">
7
+
8
+
9
+ < link rel ="shortcut icon " href ="/favicons/favicon.ico " >
10
+ < link rel ="apple-touch-icon " href ="/favicons/apple-touch-icon-180x180.png " sizes ="180x180 ">
11
+ < link rel ="icon " type ="image/png " href ="/favicons/favicon-16x16.png " sizes ="16x16 ">
12
+ < link rel ="icon " type ="image/png " href ="/favicons/favicon-32x32.png " sizes ="32x32 ">
13
+ < link rel ="icon " type ="image/png " href ="/favicons/android-36x36.png " sizes ="36x36 ">
14
+ < link rel ="icon " type ="image/png " href ="/favicons/android-48x48.png " sizes ="48x48 ">
15
+ < link rel ="icon " type ="image/png " href ="/favicons/android-72x72.png " sizes ="72x72 ">
16
+ < link rel ="icon " type ="image/png " href ="/favicons/android-96x96.png " sizes ="96x96 ">
17
+ < link rel ="icon " type ="image/png " href ="/favicons/android-144x144.png " sizes ="144x144 ">
18
+ < link rel ="icon " type ="image/png " href ="/favicons/android-192x192.png " sizes ="192x192 ">
19
+
20
+ < title > Migrating from v4.2 to v4.3 | Java Operator SDK</ title >
21
+ < meta name ="description " content ="Java Operator SDK v5 RC1 Released! ">
22
+ < meta property ="og:url " content ="//localhost:1313/blog/1/01/01/migrating-from-v4.2-to-v4.3/ ">
23
+ < meta property ="og:site_name " content ="Java Operator SDK ">
24
+ < meta property ="og:title " content ="Migrating from v4.2 to v4.3 ">
25
+ < meta property ="og:description " content ="Java Operator SDK v5 RC1 Released! ">
26
+ < meta property ="og:locale " content ="en ">
27
+ < meta property ="og:type " content ="article ">
28
+ < meta property ="article:section " content ="blog ">
29
+
30
+ < meta itemprop ="name " content ="Migrating from v4.2 to v4.3 ">
31
+ < meta itemprop ="description " content ="Java Operator SDK v5 RC1 Released! ">
32
+ < meta itemprop ="wordCount " content ="6 "> < meta name ="twitter:card " content ="summary "> < meta name ="twitter:title " content ="Migrating from v4.2 to v4.3 ">
33
+ < meta name ="twitter:description " content ="Java Operator SDK v5 RC1 Released! ">
34
+
35
+
36
+
37
+
38
+
39
+ < link href ="/scss/main.css " rel ="stylesheet ">
40
+
41
+ < script
42
+ src ="https://code.jquery.com/jquery-3.7.1.min.js "
43
+ integrity ="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g== "
44
+ crossorigin ="anonymous "> </ script >
45
+
46
+ </ head >
47
+ < body class ="td-page td-blog ">
48
+ < header >
49
+ < nav class ="td-navbar js-navbar-scroll " data-bs-theme ="dark ">
50
+ < div class ="container-fluid flex-column flex-md-row ">
51
+ < a class ="navbar-brand " href ="/ "> < span class ="navbar-brand__logo navbar-logo "> < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 192 192.13 "> < defs > < style > .cls-1 , .cls-2 {fill : none;stroke : # fff ;stroke-linecap : round;stroke-miterlimit : 10 }.cls-1 {stroke-width : 10px }.cls-2 {stroke-width : 9.71px }.cls-3 , .cls-4 {fill : # fff }.cls-4 {font-size : 76px ;font-family : asap, sans-serif;font-weight : 700 }</ style > </ defs > < g id ="Layer_2 " data-name ="Layer 2 "> < g id ="Layer_4 " data-name ="Layer 4 "> < path class ="cls-1 " d ="M120.17 96.34c15.37 2.82 25.14 7 25.14 11.77.0 8.48-31.41 15.35-70.15 15.35S5 116.59 5 108.11c0-5.33 12.43-10 31.29-12.77 "/> < path class ="cls-2 " d ="M143.26 137.18c0 24.37-30.49 44.13-68.1 44.13S7.05 161.55 7.05 137.18 "/> < path class ="cls-3 " d ="M72.66 108.54 90.37 62.59c1.63-4.23.55-9.44-2.47-11.92-6.75-5.53-17-15.86-14.25-25.76 1.43-5.15 3.88-13.64 6.44-22.42C80.71.36 78.44-1 77.66 1L60 46.94c-1.64 4.23-.56 9.44 2.46 11.91 6.75 5.54 17 15.86 14.25 25.77-1.43 5.15-3.88 13.63-6.43 22.42C69.61 109.17 71.87 110.57 72.66 108.54z "/> </ g > </ g > </ svg > </ span > < span class ="navbar-brand__name "> Java Operator SDK</ span > </ a >
52
+ < div class ="td-navbar-nav-scroll ms-md-auto " id ="main_navbar ">
53
+ < ul class ="navbar-nav ">
54
+ < li class ="nav-item ">
55
+ < a class ="nav-link " href ="/docs/ "> < span > Docs</ span > </ a >
56
+ </ li >
57
+ < li class ="nav-item ">
58
+ < a class ="nav-link active " href ="/blog/ "> < span > Blog</ span > </ a >
59
+ </ li >
60
+ < li class ="nav-item ">
61
+ < a class ="nav-link " href ="/community/ "> < span > Community</ span > </ a >
62
+ </ li >
63
+ </ ul >
64
+ </ div >
65
+ < div class ="d-none d-lg-block ">
66
+ < div class ="td-search ">
67
+ < div class ="td-search__icon "> </ div >
68
+ < input type ="search " class ="td-search__input form-control td-search-input " placeholder ="Search this site… " aria-label ="Search this site… " autocomplete ="off ">
69
+ </ div >
70
+ </ div >
71
+ </ div >
72
+ </ nav >
73
+ </ header >
74
+ < div class ="container-fluid td-outer ">
75
+ < div class ="td-main ">
76
+ < div class ="row flex-xl-nowrap ">
77
+ < aside class ="col-12 col-md-3 col-xl-2 td-sidebar d-print-none ">
78
+ < div id ="td-sidebar-menu " class ="td-sidebar__inner ">
79
+ < form class ="td-sidebar__search d-flex align-items-center ">
80
+ < div class ="td-search ">
81
+ < div class ="td-search__icon "> </ div >
82
+ < input type ="search " class ="td-search__input form-control td-search-input " placeholder ="Search this site… " aria-label ="Search this site… " autocomplete ="off ">
83
+ </ div >
84
+ < button class ="btn btn-link td-sidebar__toggle d-md-none p-0 ms-3 fas fa-bars " type ="button " data-bs-toggle ="collapse " data-bs-target ="#td-section-nav " aria-controls ="td-section-nav " aria-expanded ="false " aria-label ="Toggle section navigation ">
85
+ </ button >
86
+ </ form >
87
+ < nav class ="td-sidebar-nav collapse " id ="td-section-nav ">
88
+ < ul class ="td-sidebar-nav__section pe-md-3 ul-0 ">
89
+ < li class ="td-sidebar-nav__section-title td-sidebar-nav__section with-child active-path " id ="m-blog-li ">
90
+ < a href ="/blog/ " class ="align-left ps-0 td-sidebar-link td-sidebar-link__section tree-root " id ="m-blog "> < span class =""> Blog</ span > </ a >
91
+ < ul class ="ul-1 ">
92
+ < li class ="td-sidebar-nav__section-title td-sidebar-nav__section without-child " id ="m-blognews-li ">
93
+ < a href ="/blog/news/ " class ="align-left ps-0 td-sidebar-link td-sidebar-link__section " id ="m-blognews "> < span class =""> News</ span > </ a >
94
+ </ li > < li class ="td-sidebar-nav__section-title td-sidebar-nav__section with-child active-path " id ="m-blogreleases-li ">
95
+ < a href ="/blog/releases/ " class ="align-left ps-0 td-sidebar-link td-sidebar-link__section " id ="m-blogreleases "> < span class =""> Releases</ span > </ a >
96
+ < ul class ="ul-2 foldable ">
97
+ < li class ="td-sidebar-nav__section-title td-sidebar-nav__section without-child active-path " id ="m-blog10101migrating-from-v42-to-v43-li ">
98
+ < a href ="/blog/1/01/01/migrating-from-v4.2-to-v4.3/ " class ="align-left ps-0 active td-sidebar-link td-sidebar-link__page " id ="m-blog10101migrating-from-v42-to-v43 "> < span class ="td-sidebar-nav-active-item "> Migrating from v4.2 to v4.3</ span > </ a >
99
+ </ li >
100
+ </ ul >
101
+ </ li >
102
+ </ ul >
103
+ </ li >
104
+ </ ul >
105
+ </ nav >
106
+ </ div >
107
+
108
+ </ aside >
109
+ < aside class ="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none ">
110
+ < div class ="td-page-meta ms-2 pb-1 pt-2 mb-0 ">
111
+ < a href ="https://github.com/operator-framework/java-operator-sdk//tree/main/docsy/content/en/blog/releases/v5-release.md " class ="td-page-meta--view td-page-meta__view " target ="_blank " rel ="noopener "> < i class ="fa-solid fa-file-lines fa-fw "> </ i > View page source</ a >
112
+ < a href ="https://github.com/operator-framework/java-operator-sdk//edit/main/docsy/content/en/blog/releases/v5-release.md " class ="td-page-meta--edit td-page-meta__edit " target ="_blank " rel ="noopener "> < i class ="fa-solid fa-pen-to-square fa-fw "> </ i > Edit this page</ a >
113
+ < a href ="https://github.com/operator-framework/java-operator-sdk//new/main/docsy/content/en/blog/releases?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A " class ="td-page-meta--child td-page-meta__child " target ="_blank " rel ="noopener "> < i class ="fa-solid fa-pen-to-square fa-fw "> </ i > Create child page</ a >
114
+ < a href ="https://github.com/operator-framework/java-operator-sdk//issues/new?title=Migrating%20from%20v4.2%20to%20v4.3 " class ="td-page-meta--issue td-page-meta__issue " target ="_blank " rel ="noopener "> < i class ="fa-solid fa-list-check fa-fw "> </ i > Create documentation issue</ a >
115
+ < a id ="print " href ="/blog/releases/_print/ "> < i class ="fa-solid fa-print fa-fw "> </ i > Print entire section</ a >
116
+
117
+ </ div >
118
+
119
+
120
+
121
+
122
+ </ aside >
123
+ < main class ="col-12 col-md-9 col-xl-8 ps-md-5 pe-md-4 " role ="main ">
124
+ < a class ="td-rss-button " title ="RSS " href ="/blog/releases/index.xml " target ="_blank " rel ="noopener ">
125
+ < i class ="fa-solid fa-rss " aria-hidden ="true "> </ i >
126
+ </ a >
127
+
128
+ < div class ="td-content ">
129
+ < h1 > Migrating from v4.2 to v4.3</ h1 >
130
+
131
+ < div class ="td-byline mb-4 ">
132
+
133
+ < time datetime ="0001-01-01 " class ="text-body-secondary "> Monday, January 01, 0001</ time >
134
+ </ div >
135
+ < header class ="article-meta ">
136
+
137
+ </ header >
138
+ < h1 id ="java-operator-sdk-v5-rc1-released "> Java Operator SDK v5 RC1 Released!< a class ="td-heading-self-link " href ="#java-operator-sdk-v5-rc1-released " aria-label ="Heading self-link "> </ a > </ h1 >
139
+
140
+ < ul class ="list-unstyled d-flex justify-content-between align-items-center mb-0 pt-5 ">
141
+ < li >
142
+ < a class ="btn btn-primary disabled "> < span class ="me-1 "> ←</ span > Previous</ a >
143
+ </ li >
144
+ < li >
145
+ < a class ="btn btn-primary disabled "> Next< span class ="ms-1 "> →</ span > </ a >
146
+ </ li >
147
+ </ ul >
148
+
149
+ </ div >
150
+
151
+
152
+ </ main >
153
+ </ div >
154
+ </ div >
155
+ < footer class ="td-footer row d-print-none ">
156
+ < div class ="container-fluid ">
157
+ < div class ="row mx-md-2 ">
158
+ < div class ="td-footer__left col-6 col-sm-4 order-sm-1 ">
159
+ < ul class ="td-footer__links-list ">
160
+
161
+ < li class ="td-footer__links-item " data-bs-toggle ="tooltip " title ="Twitter " aria-label ="Twitter ">
162
+ < a target ="_blank " rel ="noopener " href ="https://twitter.com/javaoperatorsdk " aria-label ="Twitter ">
163
+ < i class ="fab fa-twitter "> </ i >
164
+ </ a >
165
+ </ li >
166
+
167
+ < li class ="td-footer__links-item " data-bs-toggle ="tooltip " title ="Slack " aria-label ="Slack ">
168
+ < a target ="_blank " rel ="noopener " href ="https://kubernetes.slack.com/archives/CAW0GV7A5 " aria-label ="Slack ">
169
+ < i class ="fab fa-slack "> </ i >
170
+ </ a >
171
+ </ li >
172
+
173
+ < li class ="td-footer__links-item " data-bs-toggle ="tooltip " title ="Discord " aria-label ="Discord ">
174
+ < a target ="_blank " rel ="noopener " href ="https://discord.gg/DacEhAy " aria-label ="Discord ">
175
+ < i class ="fab fa-discord "> </ i >
176
+ </ a >
177
+ </ li >
178
+
179
+ </ ul >
180
+
181
+ </ div > < div class ="td-footer__right col-6 col-sm-4 order-sm-3 ">
182
+ < ul class ="td-footer__links-list ">
183
+
184
+ < li class ="td-footer__links-item " data-bs-toggle ="tooltip " title ="GitHub " aria-label ="GitHub ">
185
+ < a target ="_blank " rel ="noopener " href ="https://github.com/operator-framework/java-operator-sdk " aria-label ="GitHub ">
186
+ < i class ="fab fa-github "> </ i >
187
+ </ a >
188
+ </ li >
189
+
190
+ </ ul >
191
+
192
+ </ div > < div class ="td-footer__center col-12 col-sm-4 py-2 order-sm-2 ">
193
+ < span class ="td-footer__copyright "> ©
194
+ 2019–2024
195
+ < span class ="td-footer__authors "> Java Operator SDK Developers</ span > </ span > < span class ="td-footer__all_rights_reserved "> All Rights Reserved</ span >
196
+ </ div >
197
+ </ div >
198
+ </ div >
199
+ </ footer >
200
+
201
+ </ div >
202
+ < script src ="/js/main.js "> </ script >
203
+ < script defer src ="/js/click-to-copy.js " crossorigin ="anonymous "> </ script >
204
+ < script src ='/js/tabpane-persist.js '> </ script >
205
+
206
+ </ body >
207
+ </ html >
0 commit comments