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.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
ClientIPConfig represents the configurations of Client IP based session affinity.
-
.new(pull : JSON::PullParser)
ClientIPConfig represents the configurations of Client IP based session affinity.
- .new(*, timeout_seconds : Int32? = nil)
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.