class K8S::Api::Core::V1::ClientIPConfig

Overview

ClientIPConfig represents the configurations of Client IP based session affinity.

Included Modules

Defined in:

versions/v1.19/api/core/v1/client_ip_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(*, timeout_seconds : Int32? = nil) #

[View source]

Instance Method Detail

def timeout_seconds : Int32? #

[View source]
def timeout_seconds=(timeout_seconds : Int32?) #

[View source]