Class AggregationRule.Jsii$Proxy

  • All Implemented Interfaces:
    AggregationRule, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    AggregationRule

    @Stability(Stable)
    @Internal
    public static final class AggregationRule.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements AggregationRule
    An implementation for AggregationRule
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getClusterRoleSelectors

        public final List<LabelSelector> getClusterRoleSelectors()
        Description copied from interface: AggregationRule
        ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.

        If any of the selectors match, then the ClusterRole's permissions will be added

        Specified by:
        getClusterRoleSelectors in interface AggregationRule
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object