diff --git a/apis/management.cattle.io/v3/global_types.go b/apis/management.cattle.io/v3/global_types.go index 0c854280..7a89b140 100644 --- a/apis/management.cattle.io/v3/global_types.go +++ b/apis/management.cattle.io/v3/global_types.go @@ -27,6 +27,7 @@ type ListenConfig struct { Key string `json:"key,omitempty" norman:"writeOnly"` Domains []string `json:"domains,omitempty"` TOS []string `json:"tos,omitempty" norman:"default=auto"` + KnownIPs []string `json:"knownIps" norman:"nocreate,noupdate"` Enabled bool `json:"enabled,omitempty" norman:"default=true"` CertFingerprint string `json:"certFingerprint,omitempty" norman:"nocreate,noupdate"`