Package io.kubernetes.client.proto
Interface V1.PodPortForwardOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.PodPortForwardOptions
,V1.PodPortForwardOptions.Builder
- Enclosing class:
- V1
public static interface V1.PodPortForwardOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
getPorts
(int index) List of ports to forward Required when using WebSockets +optionalint
List of ports to forward Required when using WebSockets +optionalList of ports to forward Required when using WebSockets +optionalMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPortsList
List of ports to forward Required when using WebSockets +optional
repeated int32 ports = 1;
-
getPortsCount
int getPortsCount()List of ports to forward Required when using WebSockets +optional
repeated int32 ports = 1;
-
getPorts
int getPorts(int index) List of ports to forward Required when using WebSockets +optional
repeated int32 ports = 1;
-