class Pyrite::Api::Core::V1::ClientIPConfig

Overview

ClientIPConfig represents the configurations of Client IP based session affinity.

Defined in:

versions/v1.14/api/core/v1/client_ip_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) #

ClientIPConfig represents the configurations of Client IP based session affinity.


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

ClientIPConfig represents the configurations of Client IP based session affinity.


def self.new(*, timeout_seconds : Int32? = nil) #

Instance Method Detail

def timeout_seconds : Int32? #

def timeout_seconds=(timeout_seconds : Int32?) #