K8sObject

com.coralogix.zio.k8s.client.model.K8sObject$
See theK8sObject companion trait
object K8sObject

Attributes

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

Members list

Type members

Classlikes

implicit class Ops[T](val obj: T)(implicit val impl: K8sObject[T]) extends K8sObjectOps[T]

Extension methods for resource types implementing the K8sObject type class

Extension methods for resource types implementing the K8sObject type class

Attributes

Supertypes
trait K8sObjectOps[T]
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def Ops[T](obj: T)(implicit impl: K8sObject[T]): Ops[T]

Extension methods for resource types implementing the K8sObject type class

Extension methods for resource types implementing the K8sObject type class

Attributes