Class IngressProps.Jsii$Proxy

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

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

      • getDefaultBackend

        public final IngressBackend getDefaultBackend()
        Description copied from interface: IngressProps
        The default backend services requests that do not match any rule.

        Using this option or the addDefaultBackend() method is equivalent to adding a rule with both path and host undefined.

        Specified by:
        getDefaultBackend in interface IngressProps
      • getRules

        public final List<IngressRule> getRules()
        Description copied from interface: IngressProps
        Routing rules for this ingress.

        Each rule must define an IngressBackend that will receive the requests that match this rule. If both host and path are not specifiec, this backend will be used as the default backend of the ingress.

        You can also add rules later using addRule(), addHostRule(), addDefaultBackend() and addHostDefaultBackend().

        Specified by:
        getRules in interface IngressProps
      • getTls

        public final List<IngressTls> getTls()
        Description copied from interface: IngressProps
        TLS settings for this ingress.

        Using this option tells the ingress controller to expose a TLS endpoint. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.

        Specified by:
        getTls in interface IngressProps
      • getMetadata

        public final org.cdk8s.ApiObjectMetadata getMetadata()
        Description copied from interface: ResourceProps
        Metadata that all persisted resources must have, which includes all objects users must create.
        Specified by:
        getMetadata in interface ResourceProps
      • $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