mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-03-30 03:03:21 +08:00
Allow controlled customizations to internal resources
This commit is contained in:
7
apis/actions.github.com/v1alpha1/common.go
Normal file
7
apis/actions.github.com/v1alpha1/common.go
Normal file
@@ -0,0 +1,7 @@
|
||||
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"`
|
||||
}
|
||||
Reference in New Issue
Block a user