Versions in this module Expand all Collapse all v0 v0.4.0 Jun 7, 2024 Changes in this version + type Config struct + Enable bool + Percentage int + func GetDefaultDegradationConfig() *Config + func (c *Config) DeepCopy() *Config + func (c *Config) Equals(other *Config) bool + type Container struct + func NewDegradationContainer() *Container + func (s *Container) GetACLRule() acl.RejectFunc + func (s *Container) NotifyPolicyChange(cfg *Config)