Interface KubeBindingProps

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

    @Generated(value="jsii-pacmak/1.69.0 (build f656c31)",
               date="2022-10-05T02:57:36.470Z")
    @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