Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeBindingProps

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.

schema

io.k8s.api.core.v1.Binding

Hierarchy

  • KubeBindingProps

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta
schema

io.k8s.api.core.v1.Binding#metadata

Readonly target

The target object that you want to bind to the standard object.

schema

io.k8s.api.core.v1.Binding#target

Generated using TypeDoc