Packages

c

com.coralogix.zio.k8s.client

UndefinedField

final case class UndefinedField(field: String) extends K8sFailure with Product with Serializable

Error produced by the generated getter methods on Kubernetes data structures.

Indicates that the requested field is not present.

field

Field name

Linear Supertypes
Serializable, Serializable, Product, Equals, K8sFailure, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UndefinedField
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. K8sFailure
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UndefinedField(field: String)

    field

    Field name

Value Members

  1. val field: String