1
0
mirror of https://github.com/rancher/types.git synced 2025-07-31 04:49:37 +00:00

Add known IPs

This commit is contained in:
Darren Shepherd 2018-01-23 17:56:47 -07:00
parent e1cc95ef25
commit 3396540864

View File

@ -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"`