Class LabelSelectorOptions

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.59.0 (build eb02c92)",
               date="2022-06-03T02:45:46.907Z")
    @Stability(Stable)
    public class LabelSelectorOptions
    extends software.amazon.jsii.JsiiObject
    Options for `LabelSelector.of`.
    • Constructor Detail

      • LabelSelectorOptions

        protected LabelSelectorOptions​(software.amazon.jsii.JsiiObjectRef objRef)
      • LabelSelectorOptions

        protected LabelSelectorOptions​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • LabelSelectorOptions

        @Stability(Stable)
        public LabelSelectorOptions()
    • Method Detail

      • getExpressions

        @Stability(Stable)
        @Nullable
        public List<LabelExpression> getExpressions()
        Expression based label matchers.
      • getLabels

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getLabels()
        Strict label matchers.