Cl8r::Model::HaproxyConfig
Inherits YAML::Serializable < Reference < Object
Models high-availability load balancing parameters for HAProxy and Keepalived VIP management.
Constructors
new(enable_stats : Bool = true, stats_port : Int32 = 1936, vips : Hash(String, Int32) = {} of String => Int32)
Initializes an HaproxyConfig with monitoring stats settings and port bindings.
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
enable_stats?
Sourcestats_port
Sourcevips
Source