Interface V1Networking.HTTPIngressRuleValueOrBuilder

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

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

    • getPathsList

       A collection of paths that map requests to backends.
       +listType=atomic
       
      repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;
    • getPaths

      V1Networking.HTTPIngressPath getPaths(int index)
       A collection of paths that map requests to backends.
       +listType=atomic
       
      repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;
    • getPathsCount

      int getPathsCount()
       A collection of paths that map requests to backends.
       +listType=atomic
       
      repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;
    • getPathsOrBuilderList

      List<? extends V1Networking.HTTPIngressPathOrBuilder> getPathsOrBuilderList()
       A collection of paths that map requests to backends.
       +listType=atomic
       
      repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;
    • getPathsOrBuilder

      V1Networking.HTTPIngressPathOrBuilder getPathsOrBuilder(int index)
       A collection of paths that map requests to backends.
       +listType=atomic
       
      repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;