posh-providers/k3d-io/k3d/cluster.go
2023-06-06 12:31:07 +02:00

8 lines
71 B
Go

package k3d
type (
Cluster struct {
Name string `json:"name"`
}
)