mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-03-12 03:42:43 +08:00
8 lines
212 B
Go
8 lines
212 B
Go
package v1alpha1
|
|
|
|
// ResourceMeta carries metadata common to all internal resources
|
|
type ResourceMeta struct {
|
|
Labels map[string]string `json:"labels"`
|
|
Annotations map[string]string `json:"annotations"`
|
|
}
|