local-server/pkg/clustersconfig/cert-request.go

11 lines
160 B
Go
Raw Normal View History

2018-06-17 07:32:44 +00:00
package clustersconfig
type CertRequest struct {
Template `yaml:",inline"`
CA string
Profile string
Label string
PerHost bool `yaml:"per_host"`
}