Package k8s.io.api.core.v1
Interface Generated.PodProxyOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.PodProxyOptions,Generated.PodProxyOptions.Builder
- Enclosing class:
- Generated
public static interface Generated.PodProxyOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPath()Path is the URL path to use for the current proxy request to pod.com.google.protobuf.ByteStringgetPathBytes()Path is the URL path to use for the current proxy request to pod.booleanhasPath()Path is the URL path to use for the current proxy request to pod.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPath
boolean hasPath()
Path is the URL path to use for the current proxy request to pod. +optional
optional string path = 1;- Returns:
- Whether the path field is set.
-
getPath
String getPath()
Path is the URL path to use for the current proxy request to pod. +optional
optional string path = 1;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
Path is the URL path to use for the current proxy request to pod. +optional
optional string path = 1;- Returns:
- The bytes for path.
-
-