github.com/caos/orbos@v1.5.14-0.20221103111702-e6cd0cea7ad4/internal/operator/boom/api/v1beta1/network/network.go (about) 1 package network 2 3 type Network struct { 4 //Defined domain used for external access 5 Domain string `json:"domain,omitempty" yaml:"domain,omitempty"` 6 //Used email for ACME request 7 Email string `json:"email,omitempty" yaml:"email,omitempty"` 8 //Used authority for ACME request to get a certificate 9 AcmeAuthority string `json:"acmeAuthority,omitempty" yaml:"acmeAuthority,omitempty"` 10 }