Package k8s.io.api.core.v1
Interface Generated.SessionAffinityConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.SessionAffinityConfig,Generated.SessionAffinityConfig.Builder
- Enclosing class:
- Generated
public static interface Generated.SessionAffinityConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.ClientIPConfiggetClientIP()clientIP contains the configurations of Client IP based session affinity.Generated.ClientIPConfigOrBuildergetClientIPOrBuilder()clientIP contains the configurations of Client IP based session affinity.booleanhasClientIP()clientIP contains the configurations of Client IP based session affinity.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasClientIP
boolean hasClientIP()
clientIP contains the configurations of Client IP based session affinity. +optional
optional .k8s.io.api.core.v1.ClientIPConfig clientIP = 1;- Returns:
- Whether the clientIP field is set.
-
getClientIP
Generated.ClientIPConfig getClientIP()
clientIP contains the configurations of Client IP based session affinity. +optional
optional .k8s.io.api.core.v1.ClientIPConfig clientIP = 1;- Returns:
- The clientIP.
-
getClientIPOrBuilder
Generated.ClientIPConfigOrBuilder getClientIPOrBuilder()
clientIP contains the configurations of Client IP based session affinity. +optional
optional .k8s.io.api.core.v1.ClientIPConfig clientIP = 1;
-
-