Interface KubeBindingProps

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    KubeBindingProps.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.79.0 (build b22f628)",
               date="2023-03-31T02:28:41.822Z")
    @Stability(Stable)
    public interface KubeBindingProps
    extends software.amazon.jsii.JsiiSerializable
    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.

    • Method Detail

      • getTarget

        @Stability(Stable)
        @NotNull
        ObjectReference getTarget()
        The target object that you want to bind to the standard object.
      • getMetadata

        @Stability(Stable)
        @Nullable
        default ObjectMeta getMetadata()
        Standard object's metadata.

        More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata