File tree Expand file tree Collapse file tree 9 files changed +8
-7
lines changed
extended/src/main/java/io/kubernetes/client/extended Expand file tree Collapse file tree 9 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 55.settings /
66.project
77.vscode /
8+ .attach_pid *
89
910# Maven builds
1011* /target /
Original file line number Diff line number Diff line change 1313package io .kubernetes .client .extended .event .legacy ;
1414
1515import io .kubernetes .client .openapi .models .CoreV1Event ;
16- import org .apache .commons .lang .RandomStringUtils ;
16+ import org .apache .commons .lang3 .RandomStringUtils ;
1717import org .apache .commons .lang3 .tuple .MutablePair ;
1818import org .joda .time .DateTime ;
1919
Original file line number Diff line number Diff line change 2020import io .kubernetes .client .util .generic .KubernetesApiResponse ;
2121import java .util .HashMap ;
2222import java .util .Map ;
23- import org .apache .commons .lang .StringUtils ;
23+ import org .apache .commons .lang3 .StringUtils ;
2424
2525public class KubectlAnnotate <ApiType extends KubernetesObject >
2626 extends Kubectl .ResourceBuilder <ApiType , KubectlAnnotate <ApiType >>
Original file line number Diff line number Diff line change 1616import io .kubernetes .client .extended .kubectl .exception .KubectlException ;
1717import io .kubernetes .client .openapi .ApiException ;
1818import io .kubernetes .client .util .ModelMapper ;
19- import org .apache .commons .lang .StringUtils ;
19+ import org .apache .commons .lang3 .StringUtils ;
2020
2121public class KubectlDelete <ApiType extends KubernetesObject >
2222 extends Kubectl .ResourceBuilder <ApiType , KubectlDelete <ApiType >>
Original file line number Diff line number Diff line change 1919import io .kubernetes .client .util .generic .GenericKubernetesApi ;
2020import io .kubernetes .client .util .generic .options .ListOptions ;
2121import java .util .List ;
22- import org .apache .commons .lang .StringUtils ;
22+ import org .apache .commons .lang3 .StringUtils ;
2323
2424public class KubectlGet <ApiType extends KubernetesObject >
2525 extends Kubectl .ApiClientBuilder <KubectlGet <ApiType >>
Original file line number Diff line number Diff line change 1919import io .kubernetes .client .util .labels .Labels ;
2020import java .util .HashMap ;
2121import java .util .Map ;
22- import org .apache .commons .lang .StringUtils ;
22+ import org .apache .commons .lang3 .StringUtils ;
2323
2424public class KubectlLabel <ApiType extends KubernetesObject >
2525 extends Kubectl .ResourceBuilder <ApiType , KubectlLabel <ApiType >>
Original file line number Diff line number Diff line change 1717import io .kubernetes .client .openapi .ApiException ;
1818import io .kubernetes .client .util .ModelMapper ;
1919import io .kubernetes .client .util .generic .options .UpdateOptions ;
20- import org .apache .commons .lang .StringUtils ;
20+ import org .apache .commons .lang3 .StringUtils ;
2121
2222public class KubectlReplace <ApiType extends KubernetesObject >
2323 extends Kubectl .ResourceBuilder <ApiType , KubectlReplace <ApiType >>
Original file line number Diff line number Diff line change 141141 <dependency >
142142 <groupId >io.sundr</groupId >
143143 <artifactId >builder-annotations</artifactId >
144+ <optional >true</optional >
144145 </dependency >
145146 <dependency >
146147 <groupId >javax.annotation</groupId >
Original file line number Diff line number Diff line change 167167 </plugins >
168168 </build >
169169</project >
170-
You can’t perform that action at this time.
0 commit comments