Binding core/v1
Binding ties one object to another; for example, a pod is bound to a node by a scheduler.
Fields
- apiVersion:
v1 - kind:
Binding - metadata (ObjectMeta)
-
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- target (ObjectReference)
-
The target object that you want to bind to the standard object.