Interface K8sGenericStub.GenericSupplier<O extends io.kubernetes.client.common.KubernetesObject,L extends io.kubernetes.client.common.KubernetesListObject,R extends K8sGenericStub<O,L>>

Type Parameters:
O - the object type
L - the object list type
R - the result type
Enclosing class:
K8sGenericStub<O extends io.kubernetes.client.common.KubernetesObject,L extends io.kubernetes.client.common.KubernetesListObject>

public static interface K8sGenericStub.GenericSupplier<O extends io.kubernetes.client.common.KubernetesObject,L extends io.kubernetes.client.common.KubernetesListObject,R extends K8sGenericStub<O,L>>
A supplier for generic stubs.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(K8sClient client, String namespace, String name)
    Gets a new stub.
  • Method Details

    • get

      R get(K8sClient client, String namespace, String name)
      Gets a new stub.
      Parameters:
      client - the client
      namespace - the namespace
      name - the name
      Returns:
      the result