TestResourceClient

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def make[T : K8sObject, DeleteResult](createDeleteResult: () => DeleteResult): ZIO[Any, Nothing, TestResourceClient[T, DeleteResult]]

Creates a test implementation of Resource and ResourceDeleteAll to be used from unit tests

Creates a test implementation of Resource and ResourceDeleteAll to be used from unit tests

Type Params
DeleteResult

Result type of the delete operation

T

Resource type

Returns

Test client