-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5dc104
commit 3c50574
Showing
9 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,25 @@ | ||
apiVersion: v1 | ||
entries: | ||
frp-operator: | ||
- apiVersion: v2 | ||
appVersion: 0.3.1 | ||
created: "2024-06-30T11:53:01.310902+07:00" | ||
description: Expose your service in Kubernetes to the Internet with open source | ||
FRP! | ||
digest: fd40569a8b3140f36a6c987dc16746b7f9802c36caf738938f8d0e60827ff103 | ||
home: https://github.com/zufardhiyaulhaq/frp-operator | ||
maintainers: | ||
- email: [email protected] | ||
name: Zufar Dhiyaulhaq | ||
url: https://zufardhiyaulhaq.com | ||
name: frp-operator | ||
type: application | ||
urls: | ||
- frp-operator-1.2.0.tgz | ||
version: 1.2.0 | ||
- apiVersion: v2 | ||
appVersion: 0.3.0 | ||
created: "2024-04-13T22:50:20.361732+07:00" | ||
created: "2024-06-30T11:53:01.310409+07:00" | ||
description: Expose your service in Kubernetes to the Internet with open source | ||
FRP! | ||
digest: 96f342725e362414480ad385e0ad6db348754e8e3bf5db0d9a7e74ee9c5905a7 | ||
|
@@ -19,7 +35,7 @@ entries: | |
version: 1.1.0 | ||
- apiVersion: v2 | ||
appVersion: 0.2.0 | ||
created: "2024-04-13T22:50:20.360889+07:00" | ||
created: "2024-06-30T11:53:01.309841+07:00" | ||
description: Expose your service in Kubernetes to the Internet with open source | ||
FRP! | ||
digest: 5f80631b3ce1dad5ed2039abb144506fa5795d378f4d465d33c475f216b77df1 | ||
|
@@ -33,4 +49,4 @@ entries: | |
urls: | ||
- frp-operator-1.0.0.tgz | ||
version: 1.0.0 | ||
generated: "2024-04-13T22:50:20.359307+07:00" | ||
generated: "2024-06-30T11:53:01.309192+07:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/zufardhiyaulhaq/frp-operator | ||
|
||
go 1.22 | ||
go 1.19 | ||
|
||
require ( | ||
k8s.io/api v0.26.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters