You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-11Lines changed: 35 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,39 @@
1
-
# Kubernetes Template Project
1
+
# csi lib-iscsi
2
2
3
-
The Kubernetes Template Project is a template for starting new projects in the GitHub organizations owned by Kubernetes. All Kubernetes projects, at minimum, must have the following files:
3
+
A simple go package intended to assist CSI plugin authors by providing a tool set to manage iscsi connections.
4
4
5
-
- a `README.md` outlining the project goals, sponsoring sig, and community contact information
6
-
- an `OWNERS` with the project leads listed as approvers ([docs on `OWNERS` files][owners])
7
-
- a `CONTRIBUTING.md` outlining how to contribute to the project
8
-
- an unmodified copy of `code-of-conduct.md` from this repo, which outlines community behavior and the consequences of breaking the code
9
-
- a `LICENSE` which must be Apache 2.0 for code projects, or [Creative Commons 4.0] for documentation repositories, without any custom content
10
-
- a `SECURITY_CONTACTS` with the contact points for the Product Security Team
11
-
to reach out to for triaging and handling of incoming issues. They must agree to abide by the
0 commit comments