Package io.kubernetes.client.proto
Interface V1.ClientIPConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.ClientIPConfig
,V1.ClientIPConfig.Builder
- Enclosing class:
- V1
public static interface V1.ClientIPConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
timeoutSeconds specifies the seconds of ClientIP type session sticky time.boolean
timeoutSeconds specifies the seconds of ClientIP type session sticky time.Methods 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
-
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;
-
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;
-