class Pyrite::Api::Core::V1::SessionAffinityConfig

Overview

SessionAffinityConfig represents the configurations of session affinity.

Defined in:

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

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

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

SessionAffinityConfig represents the configurations of session affinity.


def self.new(pull : JSON::PullParser) #

SessionAffinityConfig represents the configurations of session affinity.


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

Instance Method Detail

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

def client_ip=(client_ip : Api::Core::V1::ClientIPConfig?) #