Clarify intend.
This commit is contained in:
parent
6ef4c2aaa2
commit
7d298ce24b
2 changed files with 2 additions and 0 deletions
|
|
@ -240,6 +240,7 @@ public class K8sClusterGenericStub<O extends KubernetesObject,
|
|||
* @param <L> the object list type
|
||||
* @param <R> the result type
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface GenericSupplier<O extends KubernetesObject,
|
||||
L extends KubernetesListObject,
|
||||
R extends K8sClusterGenericStub<O, L>> {
|
||||
|
|
|
|||
|
|
@ -359,6 +359,7 @@ public class K8sGenericStub<O extends KubernetesObject,
|
|||
* @param <L> the object list type
|
||||
* @param <R> the result type
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface GenericSupplier<O extends KubernetesObject,
|
||||
L extends KubernetesListObject, R extends K8sGenericStub<O, L>> {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue