Packages

case class Binding(metadata: Optional[ObjectMeta] = Optional.Absent, target: ObjectReference) extends Product with Serializable

Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.

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

Instance Constructors

  1. new Binding(metadata: Optional[ObjectMeta] = Optional.Absent, target: ObjectReference)

Value Members

  1. def getMetadata: IO[K8sFailure, ObjectMeta]

    Gets metadata.

    Gets metadata.

    If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

  2. def getTarget: IO[K8sFailure, ObjectReference]

    Gets target.

    Gets target.

    This effect always succeeds, it is safe to use the field target directly.

  3. val metadata: Optional[ObjectMeta]
  4. val target: ObjectReference