Uses of Class
io.kubernetes.client.proto.V1Networking.HTTPIngressPath
-
Uses of V1Networking.HTTPIngressPath in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1Networking.HTTPIngressPathModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1Networking.HTTPIngressPath>V1Networking.HTTPIngressPath.PARSERDeprecated.Methods in io.kubernetes.client.proto that return V1Networking.HTTPIngressPathModifier and TypeMethodDescriptionV1Networking.HTTPIngressPath.Builder.build()V1Networking.HTTPIngressPath.Builder.buildPartial()static V1Networking.HTTPIngressPathV1Networking.HTTPIngressPath.getDefaultInstance()V1Networking.HTTPIngressPath.Builder.getDefaultInstanceForType()V1Networking.HTTPIngressPath.getDefaultInstanceForType()V1Networking.HTTPIngressRuleValue.Builder.getPaths(int index) A collection of paths that map requests to backends.V1Networking.HTTPIngressRuleValue.getPaths(int index) A collection of paths that map requests to backends.V1Networking.HTTPIngressRuleValueOrBuilder.getPaths(int index) A collection of paths that map requests to backends.static V1Networking.HTTPIngressPathV1Networking.HTTPIngressPath.parseDelimitedFrom(InputStream input) static V1Networking.HTTPIngressPathV1Networking.HTTPIngressPath.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Networking.HTTPIngressPathV1Networking.HTTPIngressPath.parseFrom(byte[] data) static V1Networking.HTTPIngressPathV1Networking.HTTPIngressPath.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Networking.HTTPIngressPathV1Networking.HTTPIngressPath.parseFrom(com.google.protobuf.ByteString data) static V1Networking.HTTPIngressPathV1Networking.HTTPIngressPath.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Networking.HTTPIngressPathV1Networking.HTTPIngressPath.parseFrom(com.google.protobuf.CodedInputStream input) static V1Networking.HTTPIngressPathV1Networking.HTTPIngressPath.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Networking.HTTPIngressPathV1Networking.HTTPIngressPath.parseFrom(InputStream input) static V1Networking.HTTPIngressPathV1Networking.HTTPIngressPath.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Networking.HTTPIngressPathV1Networking.HTTPIngressPath.parseFrom(ByteBuffer data) static V1Networking.HTTPIngressPathV1Networking.HTTPIngressPath.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1Networking.HTTPIngressPathModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1Networking.HTTPIngressPath>V1Networking.HTTPIngressPath.getParserForType()V1Networking.HTTPIngressRuleValue.Builder.getPathsList()A collection of paths that map requests to backends.V1Networking.HTTPIngressRuleValue.getPathsList()A collection of paths that map requests to backends.V1Networking.HTTPIngressRuleValueOrBuilder.getPathsList()A collection of paths that map requests to backends.static com.google.protobuf.Parser<V1Networking.HTTPIngressPath>V1Networking.HTTPIngressPath.parser()Methods in io.kubernetes.client.proto with parameters of type V1Networking.HTTPIngressPathModifier and TypeMethodDescriptionV1Networking.HTTPIngressRuleValue.Builder.addPaths(int index, V1Networking.HTTPIngressPath value) A collection of paths that map requests to backends.V1Networking.HTTPIngressRuleValue.Builder.addPaths(V1Networking.HTTPIngressPath value) A collection of paths that map requests to backends.V1Networking.HTTPIngressPath.Builder.mergeFrom(V1Networking.HTTPIngressPath other) V1Networking.HTTPIngressPath.newBuilder(V1Networking.HTTPIngressPath prototype) V1Networking.HTTPIngressRuleValue.Builder.setPaths(int index, V1Networking.HTTPIngressPath value) A collection of paths that map requests to backends.Method parameters in io.kubernetes.client.proto with type arguments of type V1Networking.HTTPIngressPathModifier and TypeMethodDescriptionV1Networking.HTTPIngressRuleValue.Builder.addAllPaths(Iterable<? extends V1Networking.HTTPIngressPath> values) A collection of paths that map requests to backends.