Class IngressBackendPatch


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

      • resource

        public java.util.Optional<TypedLocalObjectReferencePatch> 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.util.Optional<java.lang.String> serviceName()
        Returns:
        Specifies the name of the referenced service.
      • servicePort

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