OperatorContext

case
class OperatorContext(resourceType: K8sResourceType, namespace: Option[K8sNamespace])

Static contextual information for the event processors, usable for implementing generic loggers/metrics etc.

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

Value members

Concrete methods

def withSpecificNamespace(namespace: Option[K8sNamespace]): OperatorContext

Inherited methods

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