Class IngressBackend


  • public final class IngressBackend
    extends java.lang.Object
    • Method Detail

      • resource

        public java.util.Optional<TypedLocalObjectReference> resource()
        Returns:
        Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified.
      • serviceName

        public java.lang.String serviceName()
        Returns:
        Specifies the name of the referenced service.
      • servicePort

        public com.pulumi.core.Either<java.lang.Integer,​java.lang.String> servicePort()
        Returns:
        Specifies the port of the referenced service.