Skip to content

Commit

Permalink
[skip ci] repo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
loft-bot committed Aug 8, 2024
1 parent 2136f9d commit cf84858
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.5
require (
github.com/ghodss/yaml v1.0.0
github.com/loft-sh/admin-apis v0.0.0-20240203010124-3600c1c582a8
github.com/loft-sh/agentapi/v4 v4.1.0-alpha.0
github.com/loft-sh/agentapi/v4 v4.0.0-beta.5
github.com/loft-sh/apiserver v0.0.0-20240607231110-634aeeab2b36
k8s.io/api v0.30.1
k8s.io/apimachinery v0.30.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/loft-sh/admin-apis v0.0.0-20240203010124-3600c1c582a8 h1:nuY9Vgvabh2FlaTYp9yhzh3cBzY6jjFEFSsOvw9ZAJw=
github.com/loft-sh/admin-apis v0.0.0-20240203010124-3600c1c582a8/go.mod h1:MWczNwKvWssHo1KaeZKaWDdRLYSNbWqQBGsTLoCNd7U=
github.com/loft-sh/agentapi/v4 v4.1.0-alpha.0 h1:XAfo71j7/o1tWSuUQvIil8B38VxsQkS5j2ijf9fhrKE=
github.com/loft-sh/agentapi/v4 v4.1.0-alpha.0/go.mod h1:5U2JmT3BpfROQg1rX+DIpJ3/JuF62OYBveZ7GzOQA9o=
github.com/loft-sh/agentapi/v4 v4.0.0-beta.5 h1:3Z051KeVCLyXBgMp1/ypKIv9GWXWbMDUCA6/irQ89ek=
github.com/loft-sh/agentapi/v4 v4.0.0-beta.5/go.mod h1:5U2JmT3BpfROQg1rX+DIpJ3/JuF62OYBveZ7GzOQA9o=
github.com/loft-sh/apiserver v0.0.0-20240607231110-634aeeab2b36 h1:1euJ7mNHMI2MMA+g+jEYYKtoMrHZTkUMapHnmjHb9lM=
github.com/loft-sh/apiserver v0.0.0-20240607231110-634aeeab2b36/go.mod h1:XxI95azXiqXHiIDRiyDTpZcxdtXQlUqeU5VMMDz8INA=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
Expand Down
3 changes: 3 additions & 0 deletions pkg/apis/storage/v1/runner_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ var RunnerConditions = []agentstoragev1.ConditionType{

const (
RunnerDeployed agentstoragev1.ConditionType = "Deployed"

// BuiltinRunnerName is the name for the control plane runner
BuiltinRunnerName = "local"
)

// +genclient
Expand Down

0 comments on commit cf84858

Please sign in to comment.