mirror of https://github.com/portainer/portainer
9 lines
150 B
Go
9 lines
150 B
Go
![]() |
package kubernetes
|
||
|
|
||
|
import "time"
|
||
|
|
||
|
type K8sClusterRole struct {
|
||
|
Name string `json:"name"`
|
||
|
CreationDate time.Time `json:"creationDate"`
|
||
|
}
|