io.k8s.api.core.v1.Binding
See theBinding companion object
final case class Binding(target: ObjectReference, metadata: Option[ObjectMeta]) extends KObject
Binding ties one object to another; for example, a pod is bound to a node by a scheduler.
Attributes
- Companion
- object
- Source
- Binding.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
if metadata has a value, transforms to the result of function
transforms target to result of function
Returns a new data with metadata set to new value
Returns a new data with target set to new value
Inherited methods
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
In this article