Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gems/kubeclient/test/json/service_update.json')
-rw-r--r--vendor/gems/kubeclient/test/json/service_update.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/vendor/gems/kubeclient/test/json/service_update.json b/vendor/gems/kubeclient/test/json/service_update.json
new file mode 100644
index 00000000000..1053d750e60
--- /dev/null
+++ b/vendor/gems/kubeclient/test/json/service_update.json
@@ -0,0 +1,22 @@
+{
+ "status" : {},
+ "kind" : "Service",
+ "apiVersion" : "v1",
+ "spec" : {
+ "ports" : [
+ {
+ "targetPort" : 80,
+ "nodePort" : 0,
+ "port" : 80,
+ "protocol" : "TCP"
+ }
+ ],
+ "clusterIP" : "1.2.3.4"
+ },
+ "metadata" : {
+ "name" : "my_service",
+ "creationTimestamp" : null,
+ "namespace" : "default",
+ "resourceVersion" : "2"
+ }
+}