mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-03-18 23:58:27 +08:00
Moving to scaleset client for the controller
This commit is contained in:
16
controllers/actions.github.com/object/object.go
Normal file
16
controllers/actions.github.com/object/object.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package object
|
||||
|
||||
import (
|
||||
"github.com/actions/actions-runner-controller/apis/actions.github.com/v1alpha1"
|
||||
"sigs.k8s.io/controller-runtime/pkg/client"
|
||||
)
|
||||
|
||||
type ActionsGitHubObject interface {
|
||||
client.Object
|
||||
GitHubConfigUrl() string
|
||||
GitHubConfigSecret() string
|
||||
GitHubProxy() *v1alpha1.ProxyConfig
|
||||
GitHubServerTLS() *v1alpha1.TLSConfig
|
||||
VaultConfig() *v1alpha1.VaultConfig
|
||||
VaultProxy() *v1alpha1.ProxyConfig
|
||||
}
|
||||
Reference in New Issue
Block a user