Package io.kubernetes.client.proto
Interface V1beta1Policy.HostPortRangeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Policy.HostPortRange,V1beta1Policy.HostPortRange.Builder
- Enclosing class:
- V1beta1Policy
public static interface V1beta1Policy.HostPortRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMin
boolean hasMin()min is the start of the range, inclusive.
optional int32 min = 1; -
getMin
int getMin()min is the start of the range, inclusive.
optional int32 min = 1; -
hasMax
boolean hasMax()max is the end of the range, inclusive.
optional int32 max = 2; -
getMax
int getMax()max is the end of the range, inclusive.
optional int32 max = 2;
-