Skip to content

Commit ef53376

Browse files
authored
Merge pull request #972 from alstolten/master
Update GenericKubernetesApi.java
2 parents 913ecb9 + 1746580 commit ef53376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extended/src/main/java/io/kubernetes/client/extended/generic/GenericKubernetesApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
/**
3030
* The Generic kubernetes api provides a unified client interface for not only the non-core-group
31-
* built-in resources from kuberntes but also the custom-resources models meet the following
31+
* built-in resources from kubernetes but also the custom-resources models meet the following
3232
* requirements:
3333
*
3434
* <p>1. there's a `V1ObjectMeta` field in the model along with its getter/setter. 2. there's a
@@ -42,7 +42,7 @@
4242
public class GenericKubernetesApi<ApiType, ApiListType> {
4343

4444
// TODO(yue9944882): supports status operations..
45-
// TODO(yue9944882): supports generic sub-resoruce operations..
45+
// TODO(yue9944882): supports generic sub-resource operations..
4646
// TODO(yue9944882): supports delete-collections..
4747

4848
private Class<ApiType> apiTypeClass;

0 commit comments

Comments
 (0)