mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Kubernetes client lib resources
This commit is contained in:
parent
003b0dad93
commit
df54564635
@ -32,8 +32,8 @@ The `Node` class shall have the following methods:
|
|||||||
|
|
||||||
|
|
||||||
The network driver implementation could be achieved using the following libraries
|
The network driver implementation could be achieved using the following libraries
|
||||||
- https://github.com/kubernetes-incubator/client-python
|
- Kubernetes Client: https://github.com/kubernetes-incubator/client-python
|
||||||
- https://github.com/docker/docker-py
|
- Docker Client: https://github.com/docker/docker-py
|
||||||
|
|
||||||
|
|
||||||
### Usage example
|
### Usage example
|
||||||
@ -57,6 +57,14 @@ def test_valid_transaction_is_synced_nodes(network):
|
|||||||
network.stop()
|
network.stop()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Kubernetes Client resources
|
||||||
|
|
||||||
|
- [Create Pod](https://github.com/kubernetes-incubator/client-python/blob/master/kubernetes/docs/CoreV1Api.md#create_namespaced_pod)
|
||||||
|
- [Delete Pod](https://github.com/kubernetes-incubator/client-python/blob/master/kubernetes/docs/CoreV1Api.md#delete_namespaced_pod)
|
||||||
|
- [Create Node](https://github.com/kubernetes-incubator/client-python/blob/master/kubernetes/docs/CoreV1Api.md#create_node)
|
||||||
|
- [Delete Node](https://github.com/kubernetes-incubator/client-python/blob/master/kubernetes/docs/CoreV1Api.md#delete_node)
|
||||||
|
- [Exec Command post](https://github.com/kubernetes-incubator/client-python/blob/master/kubernetes/docs/CoreV1Api.md#connect_post_namespaced_pod_exec), [Exec Command get](https://github.com/kubernetes-incubator/client-python/blob/master/kubernetes/docs/CoreV1Api.md#connect_get_namespaced_pod_exec)
|
||||||
|
|
||||||
|
|
||||||
### Data model impact
|
### Data model impact
|
||||||
N/A
|
N/A
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user