File tree 2 files changed +32
-0
lines changed
.integration/artifacthub/add-rolebinding/0.1.0
2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Introduction
2
+
3
+ ` add-rolebinding ` is a KCL mutation module.
4
+
5
+ ## Resource
6
+
7
+ The Code source and documents are [ here] ( https://github.com/kcl-lang/artifacthub/tree/main/add-rolebinding )
Original file line number Diff line number Diff line change
1
+ version : 0.1.0
2
+ name : add-rolebinding
3
+ displayName : add-rolebinding
4
+ createdAt : " 2023-11-09T13:56:06Z"
5
+ description : ' `add-rolebinding` is a KCL mutation module.'
6
+ links :
7
+ - name : KCL homepage
8
+ url : https://kcl-lang.io/
9
+ - name : KCL repo
10
+ url : https://github.com/kcl-lang/kcl
11
+ install : |
12
+ #### Add `add-rolebinding` with tag `0.1.0` as dependency
13
+ ```
14
+ kpm add add-rolebinding:0.1.0
15
+ ```
16
+
17
+ #### Pull `add-rolebinding` with tag `0.1.0` to local
18
+ ```
19
+ kpm pull add-rolebinding:0.1.0
20
+ ```
21
+ maintainers :
22
+ - name : kcl-lang.io
23
+
24
+ provider :
25
+ name : kcl-lang.io
You can’t perform that action at this time.
0 commit comments