-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
通道管理API开发 #14
Comments
1. 新建通道API示例: apiVersion: ibp.com/v1beta1
kind: Channel
metadata:
name: channel-sample
spec:
license:
accept: true
network: "network-sample3"
members:
- name: org1
- name: org2
peers:
- name: org1peer1
namespace: org1
description: "channel with org1 & org2" 参数详解:
1.1 获取组织下的节点列表kubectl get ibppeers -n {org_name} 2. 通道列表查询和过滤
2.1 列表查询kubectl get networks {network_name} -ojson | jq '.status.channels' 3. 节点加入通道
3.1 获取 当前用户在通道中的组织 中 未加入此通道 的节点列表
kubectl get ibppeers -n {currorg_name}
3.2 将新选择的节点
|
dayuy
added a commit
to dayuy/bc-apis
that referenced
this issue
Feb 22, 2023
Carrotzpc
pushed a commit
that referenced
this issue
Feb 22, 2023
补充API:
|
dayuy
added a commit
to dayuy/bc-apis
that referenced
this issue
Mar 1, 2023
Carrotzpc
pushed a commit
that referenced
this issue
Mar 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: