Interface ResourceFieldSelector

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

    @Generated(value="jsii-pacmak/1.79.0 (build b22f628)",
               date="2023-03-31T02:28:42.022Z")
    @Stability(Stable)
    public interface ResourceFieldSelector
    extends software.amazon.jsii.JsiiSerializable
    ResourceFieldSelector represents container resources (cpu, memory) and their output format.
    • Method Detail

      • getResource

        @Stability(Stable)
        @NotNull
        String getResource()
        Required: resource to select.
      • getContainerName

        @Stability(Stable)
        @Nullable
        default String getContainerName()
        Container name: required for volumes, optional for env vars.
      • getDivisor

        @Stability(Stable)
        @Nullable
        default Quantity getDivisor()
        Specifies the output format of the exposed resources, defaults to "1".