Skip to content

Commit 32dab21

Browse files
committed
function meta
1 parent 7026666 commit 32dab21

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

package/crossplane.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
---
21
apiVersion: meta.pkg.crossplane.io/v1beta1
32
kind: Function
43
metadata:
54
name: function-eapi
6-
spec: {}
5+
annotations:
6+
meta.crossplane.io/source: https://github.com/mbakalarski/function-eapi
7+
meta.crossplane.io/license: Apache-2.0
8+
meta.crossplane.io/description: Configure Arista EOS devices via JSON-RPC.
9+
meta.crossplane.io/readme: |
10+
This Crossplane composition function generates resources for interacting with Arista EOS devices via JSON-RPC.
11+
It is intended for use with netclab-xp configuration package to manage device configuration automatically.
12+
spec:
13+
crossplane:
14+
version: ">=v2.1.1"

0 commit comments

Comments
 (0)