Binding
Binding ties one object to another; for example, a pod is bound to a node by a scheduler.
apiVersion: v1
import "k8s.io/api/core/v1"
Binding
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.
-
apiVersion: v1
-
kind: Binding
-
target (
The target object that you want to bind to the standard object.
Operations
create
create a Binding
HTTP Request
POST /api/v1/namespaces/{namespace}/bindings
Parameters
-
namespace (in path): string, required
-
dryRun (in query): string
-
fieldManager (in query): string
-
fieldValidation (in query): string
-
pretty (in query): string
Response
200 (
201 (