mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-18 18:28:18 -05:00
6 lines
130 B
Go
6 lines
130 B
Go
package client
|
|
|
|
// SignResult is the result of signing a CSR.
|
|
type SignResult struct {
|
|
Certificate []byte `json:"certificate"`
|
|
}
|