File tree 9 files changed +8
-7
lines changed
extended/src/main/java/io/kubernetes/client/extended
9 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 5
5
.settings /
6
6
.project
7
7
.vscode /
8
+ .attach_pid *
8
9
9
10
# Maven builds
10
11
* /target /
Original file line number Diff line number Diff line change 13
13
package io .kubernetes .client .extended .event .legacy ;
14
14
15
15
import io .kubernetes .client .openapi .models .CoreV1Event ;
16
- import org .apache .commons .lang .RandomStringUtils ;
16
+ import org .apache .commons .lang3 .RandomStringUtils ;
17
17
import org .apache .commons .lang3 .tuple .MutablePair ;
18
18
import org .joda .time .DateTime ;
19
19
Original file line number Diff line number Diff line change 20
20
import io .kubernetes .client .util .generic .KubernetesApiResponse ;
21
21
import java .util .HashMap ;
22
22
import java .util .Map ;
23
- import org .apache .commons .lang .StringUtils ;
23
+ import org .apache .commons .lang3 .StringUtils ;
24
24
25
25
public class KubectlAnnotate <ApiType extends KubernetesObject >
26
26
extends Kubectl .ResourceBuilder <ApiType , KubectlAnnotate <ApiType >>
Original file line number Diff line number Diff line change 16
16
import io .kubernetes .client .extended .kubectl .exception .KubectlException ;
17
17
import io .kubernetes .client .openapi .ApiException ;
18
18
import io .kubernetes .client .util .ModelMapper ;
19
- import org .apache .commons .lang .StringUtils ;
19
+ import org .apache .commons .lang3 .StringUtils ;
20
20
21
21
public class KubectlDelete <ApiType extends KubernetesObject >
22
22
extends Kubectl .ResourceBuilder <ApiType , KubectlDelete <ApiType >>
Original file line number Diff line number Diff line change 19
19
import io .kubernetes .client .util .generic .GenericKubernetesApi ;
20
20
import io .kubernetes .client .util .generic .options .ListOptions ;
21
21
import java .util .List ;
22
- import org .apache .commons .lang .StringUtils ;
22
+ import org .apache .commons .lang3 .StringUtils ;
23
23
24
24
public class KubectlGet <ApiType extends KubernetesObject >
25
25
extends Kubectl .ApiClientBuilder <KubectlGet <ApiType >>
Original file line number Diff line number Diff line change 19
19
import io .kubernetes .client .util .labels .Labels ;
20
20
import java .util .HashMap ;
21
21
import java .util .Map ;
22
- import org .apache .commons .lang .StringUtils ;
22
+ import org .apache .commons .lang3 .StringUtils ;
23
23
24
24
public class KubectlLabel <ApiType extends KubernetesObject >
25
25
extends Kubectl .ResourceBuilder <ApiType , KubectlLabel <ApiType >>
Original file line number Diff line number Diff line change 17
17
import io .kubernetes .client .openapi .ApiException ;
18
18
import io .kubernetes .client .util .ModelMapper ;
19
19
import io .kubernetes .client .util .generic .options .UpdateOptions ;
20
- import org .apache .commons .lang .StringUtils ;
20
+ import org .apache .commons .lang3 .StringUtils ;
21
21
22
22
public class KubectlReplace <ApiType extends KubernetesObject >
23
23
extends Kubectl .ResourceBuilder <ApiType , KubectlReplace <ApiType >>
Original file line number Diff line number Diff line change 141
141
<dependency >
142
142
<groupId >io.sundr</groupId >
143
143
<artifactId >builder-annotations</artifactId >
144
+ <optional >true</optional >
144
145
</dependency >
145
146
<dependency >
146
147
<groupId >javax.annotation</groupId >
Original file line number Diff line number Diff line change 167
167
</plugins >
168
168
</build >
169
169
</project >
170
-
You can’t perform that action at this time.
0 commit comments