kubeclient 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of kubeclient might be problematic. Click here for more details.

@@ -1,27 +0,0 @@
1
- {
2
- "apiVersion": "v1beta1",
3
- "kind": "Pod",
4
- "id": "redis-master-pod",
5
- "desiredState": {
6
- "manifest": {
7
- "version": "v1beta1",
8
- "id": "redis-master-pod",
9
- "containers": [
10
- {
11
- "name": "redis-master",
12
- "image": "gurpartap/redis",
13
- "ports": [
14
- {
15
- "name": "redis-server",
16
- "containerPort": 6379
17
- }
18
- ]
19
- }
20
- ]
21
- }
22
- },
23
- "labels": {
24
- "name": "redis",
25
- "role": "master"
26
- }
27
- }
@@ -1,66 +0,0 @@
1
- {
2
- "kind": "ReplicationController",
3
- "id": "frontendController",
4
- "uid": "f4e5966c-8eb2-11e4-a6e7-3c970e4a436a",
5
- "creationTimestamp": "2014-12-28T18:59:59+02:00",
6
- "selfLink": "/api/v1beta1/replicationControllers/frontendController?namespace=default",
7
- "resourceVersion": 11,
8
- "apiVersion": "v1beta1",
9
- "namespace": "default",
10
- "desiredState": {
11
- "replicas": 3,
12
- "replicaSelector": {
13
- "name": "frontend"
14
- },
15
- "podTemplate": {
16
- "desiredState": {
17
- "manifest": {
18
- "version": "v1beta2",
19
- "id": "",
20
- "volumes": null,
21
- "containers": [
22
- {
23
- "name": "php-redis",
24
- "image": "brendanburns/php-redis",
25
- "ports": [
26
- {
27
- "hostPort": 8000,
28
- "containerPort": 80,
29
- "protocol": "TCP"
30
- }
31
- ],
32
- "imagePullPolicy": ""
33
- }
34
- ],
35
- "restartPolicy": {
36
- "always": {
37
-
38
- }
39
- }
40
- }
41
- },
42
- "labels": {
43
- "name": "frontend"
44
- }
45
- }
46
- },
47
- "currentState": {
48
- "replicas": 3,
49
- "podTemplate": {
50
- "desiredState": {
51
- "manifest": {
52
- "version": "",
53
- "id": "",
54
- "volumes": null,
55
- "containers": null,
56
- "restartPolicy": {
57
-
58
- }
59
- }
60
- }
61
- }
62
- },
63
- "labels": {
64
- "name": "frontend"
65
- }
66
- }
@@ -1,20 +0,0 @@
1
- {
2
- "kind": "Service",
3
- "id": "redisslave",
4
- "uid": "6a022e83-8ea7-11e4-a6e7-3c970e4a436a",
5
- "creationTimestamp": "2014-12-28T17:37:21+02:00",
6
- "selfLink": "/api/v1beta1/services/redisslave?namespace=default",
7
- "resourceVersion": 8,
8
- "apiVersion": "v1beta1",
9
- "namespace": "default",
10
- "port": 10001,
11
- "protocol": "TCP",
12
- "labels": {
13
- "name": "redisslave"
14
- },
15
- "selector": {
16
- "name": "redisslave"
17
- },
18
- "containerPort": 6379,
19
- "portalIP": "10.0.0.248"
20
- }
@@ -1,12 +0,0 @@
1
- {
2
- "kind": "Status",
3
- "apiVersion": "v1beta1",
4
- "status": "Failure",
5
- "message": "service redisslave already exists",
6
- "reason": "AlreadyExists",
7
- "details": {
8
- "id": "redisslave",
9
- "kind": "service"
10
- },
11
- "code": 409
12
- }