Class ParamRefV1Beta1.Jsii$Proxy

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

    @Stability(Stable)
    @Internal
    public static final class ParamRefV1Beta1.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements ParamRefV1Beta1
    An implementation for ParamRefV1Beta1
    • 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

      • getName

        public final String getName()
        Description copied from interface: ParamRefV1Beta1
        name is the name of the resource being referenced.

        One of name or selector must be set, but name and selector are mutually exclusive properties. If one is set, the other must be unset.

        A single parameter used for all admission requests can be configured by setting the name field, leaving selector blank, and setting namespace if paramKind is namespace-scoped.

        Specified by:
        getName in interface ParamRefV1Beta1
      • getNamespace

        public final String getNamespace()
        Description copied from interface: ParamRefV1Beta1
        namespace is the namespace of the referenced resource.

        Allows limiting the search for params to a specific namespace. Applies to both name and selector fields.

        A per-namespace parameter may be used by specifying a namespace-scoped paramKind in the policy and leaving this field empty.

        • If paramKind is cluster-scoped, this field MUST be unset. Setting this field results in a configuration error.
        • If paramKind is namespace-scoped, the namespace of the object being evaluated for admission will be used when this field is left unset. Take care that if this is left empty the binding must not match any cluster-scoped resources, which will result in an error.
        Specified by:
        getNamespace in interface ParamRefV1Beta1
      • getParameterNotFoundAction

        public final String getParameterNotFoundAction()
        Description copied from interface: ParamRefV1Beta1
        parameterNotFoundAction controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding.

        If the value is set to Allow, then no matched parameters will be treated as successful validation by the binding. If set to Deny, then no matched parameters will be subject to the failurePolicy of the policy.

        Allowed values are Allow or Deny

        Required

        Specified by:
        getParameterNotFoundAction in interface ParamRefV1Beta1
      • getSelector

        public final LabelSelector getSelector()
        Description copied from interface: ParamRefV1Beta1
        selector can be used to match multiple param objects based on their labels.

        Supply selector: {} to match all resources of the ParamKind.

        If multiple params are found, they are all evaluated with the policy expressions and the results are ANDed together.

        One of name or selector must be set, but name and selector are mutually exclusive properties. If one is set, the other must be unset.

        Specified by:
        getSelector in interface ParamRefV1Beta1
      • $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