move clustersconfig here
This commit is contained in:
10
pkg/clustersconfig/cert-request.go
Normal file
10
pkg/clustersconfig/cert-request.go
Normal file
@ -0,0 +1,10 @@
|
||||
package clustersconfig
|
||||
|
||||
type CertRequest struct {
|
||||
Template `yaml:",inline"`
|
||||
|
||||
CA string
|
||||
Profile string
|
||||
Label string
|
||||
PerHost bool `yaml:"per_host"`
|
||||
}
|
Reference in New Issue
Block a user