local-server/pkg/clustersconfig/cert-request.go
2018-12-11 08:23:20 +11:00

11 lines
160 B
Go

package clustersconfig
type CertRequest struct {
Template `yaml:",inline"`
CA string
Profile string
Label string
PerHost bool `yaml:"per_host"`
}