Binding Args
data class BindingArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val target: Output<ObjectReferenceArgs>? = null) : ConvertibleToJava<BindingArgs>
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.
Constructors
Link copied to clipboard
fun BindingArgs(apiVersion: Output<String>? = null, kind: Output<String>? = null, metadata: Output<ObjectMetaArgs>? = null, target: Output<ObjectReferenceArgs>? = null)