Interface Generated.HTTPIngressRuleValueOrBuilder

    • Method Detail

      • getPathsList

        List<Generated.HTTPIngressPath> getPathsList()
         paths is a collection of paths that map requests to backends.
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;
      • getPaths

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

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

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

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