File tree Expand file tree Collapse file tree
extended/src/main/java/io/kubernetes/client/extended/generic Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
4242public 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 ;
You can’t perform that action at this time.
0 commit comments