File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
extended/src/main/java/io/kubernetes/client/extended/generic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
29
29
/**
30
30
* 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
32
32
* requirements:
33
33
*
34
34
* <p>1. there's a `V1ObjectMeta` field in the model along with its getter/setter. 2. there's a
42
42
public class GenericKubernetesApi <ApiType , ApiListType > {
43
43
44
44
// TODO(yue9944882): supports status operations..
45
- // TODO(yue9944882): supports generic sub-resoruce operations..
45
+ // TODO(yue9944882): supports generic sub-resource operations..
46
46
// TODO(yue9944882): supports delete-collections..
47
47
48
48
private Class <ApiType > apiTypeClass ;
You can’t perform that action at this time.
0 commit comments