Interface Generated.SessionAffinityConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Generated.ClientIPConfig getClientIP()
      clientIP contains the configurations of Client IP based session affinity.
      Generated.ClientIPConfigOrBuilder getClientIPOrBuilder()
      clientIP contains the configurations of Client IP based session affinity.
      boolean hasClientIP()
      clientIP contains the configurations of Client IP based session affinity.
      • 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 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;