Class Generated.IngressRuleValue.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Generated.IngressRuleValueOrBuilder
    Enclosing class:
    Generated.IngressRuleValue

    public static final class Generated.IngressRuleValue.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Generated.IngressRuleValue.Builder>
    implements Generated.IngressRuleValueOrBuilder
     IngressRuleValue represents a rule to apply against incoming requests. If the
     rule is satisfied, the request is routed to the specified backend. Currently
     mixing different types of rules in a single Ingress is disallowed, so exactly
     one of the following must be set.
     
    Protobuf type k8s.io.api.networking.v1.IngressRuleValue