Package k8s.io.api.core.v1
Interface Generated.ClientIPConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.ClientIPConfig,Generated.ClientIPConfig.Builder
- Enclosing class:
- Generated
public static interface Generated.ClientIPConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetTimeoutSeconds()timeoutSeconds specifies the seconds of ClientIP type session sticky time.booleanhasTimeoutSeconds()timeoutSeconds specifies the seconds of ClientIP type session sticky time.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTimeoutSeconds
boolean hasTimeoutSeconds()
timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". Default value is 10800(for 3 hours). +optional
optional int32 timeoutSeconds = 1;- Returns:
- Whether the timeoutSeconds field is set.
-
getTimeoutSeconds
int getTimeoutSeconds()
timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". Default value is 10800(for 3 hours). +optional
optional int32 timeoutSeconds = 1;- Returns:
- The timeoutSeconds.
-
-