K8sRequestInfo

com.coralogix.zio.k8s.client.K8sRequestInfo
See theK8sRequestInfo companion object
case class K8sRequestInfo(resourceType: K8sResourceType, operation: String, namespace: Option[K8sNamespace], fieldSelector: Option[FieldSelector], labelSelector: Option[LabelSelector], name: Option[String])

K8s API request information to be provided in K8sFailure failures

Value parameters

operation

Operation name

resourceType

Resource type

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product