Interface V1beta1Extensions.HTTPIngressRuleValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1beta1Extensions.HTTPIngressRuleValue, V1beta1Extensions.HTTPIngressRuleValue.Builder
Enclosing class:
V1beta1Extensions

public static interface V1beta1Extensions.HTTPIngressRuleValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPathsList

       A collection of paths that map requests to backends.
       
      repeated .k8s.io.api.extensions.v1beta1.HTTPIngressPath paths = 1;
    • getPaths

      V1beta1Extensions.HTTPIngressPath getPaths(int index)
       A collection of paths that map requests to backends.
       
      repeated .k8s.io.api.extensions.v1beta1.HTTPIngressPath paths = 1;
    • getPathsCount

      int getPathsCount()
       A collection of paths that map requests to backends.
       
      repeated .k8s.io.api.extensions.v1beta1.HTTPIngressPath paths = 1;
    • getPathsOrBuilderList

      List<? extends V1beta1Extensions.HTTPIngressPathOrBuilder> getPathsOrBuilderList()
       A collection of paths that map requests to backends.
       
      repeated .k8s.io.api.extensions.v1beta1.HTTPIngressPath paths = 1;
    • getPathsOrBuilder

      V1beta1Extensions.HTTPIngressPathOrBuilder getPathsOrBuilder(int index)
       A collection of paths that map requests to backends.
       
      repeated .k8s.io.api.extensions.v1beta1.HTTPIngressPath paths = 1;