class K8S::Api::Core::V1::SessionAffinityConfig

Overview

SessionAffinityConfig represents the configurations of session affinity.

Included Modules

Defined in:

versions/v1.14/api/core/v1/session_affinity_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, client_ip : Api::Core::V1::ClientIPConfig? = nil) #

[View source]

Instance Method Detail

def client_ip : Api::Core::V1::ClientIPConfig? #

[View source]
def client_ip=(client_ip : Api::Core::V1::ClientIPConfig?) #

[View source]