mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
6 lines
118 B
Go
6 lines
118 B
Go
package fleet
|
|
|
|
type ObjectMetadata struct {
|
|
ApiVersion string `json:"apiVersion"`
|
|
Kind string `json:"kind"`
|
|
}
|