TestResourceClient

com.coralogix.zio.k8s.client.test.TestResourceClient$
See theTestResourceClient companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def make[T : Encoder, 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 parameters

DeleteResult

Result type of the delete operation

T

Resource type

Attributes

Returns

Test client