K8sRequestInfo

case
class K8sRequestInfo(resourceType: K8sResourceType, operation: String)

K8s API request information to be provided in K8sFailure failures

Value Params
operation

Operation name

resourceType

Resource type

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product