File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
kmodules.xyz/monitoring-agent-api/api/v1 Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ require (
16
16
k8s.io/client-go v12.0.0+incompatible
17
17
kmodules.xyz/client-go v0.0.0-20201021051118-03dac1aea508
18
18
kmodules.xyz/custom-resources v0.0.0-20201008012351-6d8090f759d4
19
+ kmodules.xyz/monitoring-agent-api v0.0.0-20201022103441-f51a42fb9ac8 // indirect
19
20
kmodules.xyz/webhook-runtime v0.0.0-20200922211931-8337935590de
20
21
kubedb.dev/apimachinery v0.14.0-beta.3.0.20201023043049-a57a7df5b78a
21
22
kubedb.dev/elasticsearch v0.14.0-beta.3.0.20201019183940-c22b7f3193c0
Original file line number Diff line number Diff line change @@ -1690,6 +1690,8 @@ kmodules.xyz/custom-resources v0.0.0-20201008012351-6d8090f759d4 h1:eftT0CrrAYK1
1690
1690
kmodules.xyz/custom-resources v0.0.0-20201008012351-6d8090f759d4 /go.mod h1:+YU32jSWaGGE4etTr/iCF88tLAeDNq1lhptVymjUbjg =
1691
1691
kmodules.xyz/monitoring-agent-api v0.0.0-20201007104803-408a1ff2de8d h1:HFdWHhAkJZpoyMkp0kayKPf896IEkI7fWIpeJK4sY1o =
1692
1692
kmodules.xyz/monitoring-agent-api v0.0.0-20201007104803-408a1ff2de8d /go.mod h1:ySvogFmyMVUNEFdUYnHp9T4njsB7o661ClfwNLcBWVo =
1693
+ kmodules.xyz/monitoring-agent-api v0.0.0-20201022103441-f51a42fb9ac8 h1:4WDb9Dt6/mLqLunbd+MseB7FtI8sO8334T8u1kCxZkI =
1694
+ kmodules.xyz/monitoring-agent-api v0.0.0-20201022103441-f51a42fb9ac8 /go.mod h1:cfJEY2nsOqFF1tLzVqPj6n4KHWfbpRNf/WinOOD/bT4 =
1693
1695
kmodules.xyz/objectstore-api v0.0.0-20200922210707-59bab27e5d41 h1:BsCSSPoY0uRGylfPTUzzQ28h2axuXremPGPzwpmxvYI =
1694
1696
kmodules.xyz/objectstore-api v0.0.0-20200922210707-59bab27e5d41 /go.mod h1:XAWxC/b1ICoufU6XDV0AOHNQY+y+4/B3Z5uyLnW1B6s =
1695
1697
kmodules.xyz/offshoot-api v0.0.0-20200922211229-36acc531abab h1:d/4AFAN0TfKgwhjbQYzwXXHT/5/vTP7SAAvS4uJX+wQ =
Original file line number Diff line number Diff line change @@ -41,9 +41,6 @@ const (
41
41
)
42
42
43
43
func (at AgentType ) Vendor () string {
44
- if ! strings .ContainsRune (string (at ), '/' ) {
45
- return ""
46
- }
47
44
return strings .SplitN (string (at ), "/" , 2 )[0 ]
48
45
}
49
46
Original file line number Diff line number Diff line change @@ -1105,7 +1105,7 @@ kmodules.xyz/custom-resources/client/informers/externalversions/appcatalog/v1alp
1105
1105
kmodules.xyz/custom-resources/client/informers/externalversions/internalinterfaces
1106
1106
kmodules.xyz/custom-resources/client/listers/appcatalog/v1alpha1
1107
1107
kmodules.xyz/custom-resources/crds
1108
- # kmodules.xyz/monitoring-agent-api v0.0.0-20201007104803-408a1ff2de8d
1108
+ # kmodules.xyz/monitoring-agent-api v0.0.0-20201022103441-f51a42fb9ac8
1109
1109
kmodules.xyz/monitoring-agent-api/agents
1110
1110
kmodules.xyz/monitoring-agent-api/agents/prometheus
1111
1111
kmodules.xyz/monitoring-agent-api/agents/prometheusbuiltin
You can’t perform that action at this time.
0 commit comments