From 7c2817d268597c7a70749242b9b528af384e4aaf Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Mon, 18 May 2015 17:22:00 -0700 Subject: [PATCH] Update swagger --- api/swagger-spec/v1beta1.json | 26 +++++++++++++------------- api/swagger-spec/v1beta2.json | 24 ++++++++++++------------ api/swagger-spec/v1beta3.json | 20 ++++++++++---------- 3 files changed, 35 insertions(+), 35 deletions(-) diff --git a/api/swagger-spec/v1beta1.json b/api/swagger-spec/v1beta1.json index d293d0ef16e..b11a52914ab 100644 --- a/api/swagger-spec/v1beta1.json +++ b/api/swagger-spec/v1beta1.json @@ -8165,8 +8165,8 @@ } } }, - "v1beta1.PersistentVolumeAccessMode": { - "id": "v1beta1.PersistentVolumeAccessMode", + "v1beta1.AccessModeType": { + "id": "v1beta1.AccessModeType", "properties": {} }, "v1beta1.Binding": { @@ -8236,21 +8236,21 @@ "add": { "type": "array", "items": { - "$ref": "v1beta1.Capability" + "$ref": "v1beta1.CapabilityType" }, "description": "added capabilities" }, "drop": { "type": "array", "items": { - "$ref": "v1beta1.Capability" + "$ref": "v1beta1.CapabilityType" }, "description": "droped capabilities" } } }, - "v1beta1.Capability": { - "id": "v1beta1.Capability", + "v1beta1.CapabilityType": { + "id": "v1beta1.CapabilityType", "properties": {} }, "v1beta1.ComponentCondition": { @@ -10054,7 +10054,7 @@ "accessModes": { "type": "array", "items": { - "$ref": "v1beta1.PersistentVolumeAccessMode" + "$ref": "v1beta1.AccessModeType" }, "description": "the desired access modes the volume should have" }, @@ -10074,7 +10074,7 @@ "accessModes": { "type": "array", "items": { - "$ref": "v1beta1.PersistentVolumeAccessMode" + "$ref": "v1beta1.AccessModeType" }, "description": "the actual access modes the volume has" }, @@ -10160,17 +10160,17 @@ "v1beta1.PersistentVolumeSpec": { "id": "v1beta1.PersistentVolumeSpec", "required": [ - "glusterfs", - "nfs", "persistentDisk", "awsElasticBlockStore", - "hostPath" + "hostPath", + "glusterfs", + "nfs" ], "properties": { "accessModes": { "type": "array", "items": { - "$ref": "v1beta1.PersistentVolumeAccessMode" + "$ref": "v1beta1.AccessModeType" }, "description": "all ways the volume can be mounted" }, @@ -11457,4 +11457,4 @@ } } } - } + } \ No newline at end of file diff --git a/api/swagger-spec/v1beta2.json b/api/swagger-spec/v1beta2.json index f5088d30662..d9fe1bbcce9 100644 --- a/api/swagger-spec/v1beta2.json +++ b/api/swagger-spec/v1beta2.json @@ -8165,8 +8165,8 @@ } } }, - "v1beta2.PersistentVolumeAccessMode": { - "id": "v1beta2.PersistentVolumeAccessMode", + "v1beta2.AccessModeType": { + "id": "v1beta2.AccessModeType", "properties": {} }, "v1beta2.Binding": { @@ -8236,21 +8236,21 @@ "add": { "type": "array", "items": { - "$ref": "v1beta2.Capability" + "$ref": "v1beta2.CapabilityType" }, "description": "added capabilities" }, "drop": { "type": "array", "items": { - "$ref": "v1beta2.Capability" + "$ref": "v1beta2.CapabilityType" }, "description": "droped capabilities" } } }, - "v1beta2.Capability": { - "id": "v1beta2.Capability", + "v1beta2.CapabilityType": { + "id": "v1beta2.CapabilityType", "properties": {} }, "v1beta2.ComponentCondition": { @@ -10043,7 +10043,7 @@ "accessModes": { "type": "array", "items": { - "$ref": "v1beta2.PersistentVolumeAccessMode" + "$ref": "v1beta2.AccessModeType" }, "description": "the desired access modes the volume should have" }, @@ -10063,7 +10063,7 @@ "accessModes": { "type": "array", "items": { - "$ref": "v1beta2.PersistentVolumeAccessMode" + "$ref": "v1beta2.AccessModeType" }, "description": "the actual access modes the volume has" }, @@ -10149,17 +10149,17 @@ "v1beta2.PersistentVolumeSpec": { "id": "v1beta2.PersistentVolumeSpec", "required": [ + "glusterfs", "nfs", "persistentDisk", "awsElasticBlockStore", - "hostPath", - "glusterfs" + "hostPath" ], "properties": { "accessModes": { "type": "array", "items": { - "$ref": "v1beta2.PersistentVolumeAccessMode" + "$ref": "v1beta2.AccessModeType" }, "description": "all ways the volume can be mounted" }, @@ -11438,4 +11438,4 @@ } } } - } + } \ No newline at end of file diff --git a/api/swagger-spec/v1beta3.json b/api/swagger-spec/v1beta3.json index 53411665a3f..d74a103cf5c 100644 --- a/api/swagger-spec/v1beta3.json +++ b/api/swagger-spec/v1beta3.json @@ -9575,8 +9575,8 @@ } } }, - "v1beta3.PersistentVolumeAccessMode": { - "id": "v1beta3.PersistentVolumeAccessMode", + "v1beta3.AccessModeType": { + "id": "v1beta3.AccessModeType", "properties": {} }, "v1beta3.Binding": { @@ -9609,21 +9609,21 @@ "add": { "type": "array", "items": { - "$ref": "v1beta3.Capability" + "$ref": "v1beta3.CapabilityType" }, "description": "added capabilities" }, "drop": { "type": "array", "items": { - "$ref": "v1beta3.Capability" + "$ref": "v1beta3.CapabilityType" }, "description": "droped capabilities" } } }, - "v1beta3.Capability": { - "id": "v1beta3.Capability", + "v1beta3.CapabilityType": { + "id": "v1beta3.CapabilityType", "properties": {} }, "v1beta3.ComponentCondition": { @@ -10936,7 +10936,7 @@ "accessModes": { "type": "array", "items": { - "$ref": "v1beta3.PersistentVolumeAccessMode" + "$ref": "v1beta3.AccessModeType" }, "description": "the desired access modes the volume should have" }, @@ -10956,7 +10956,7 @@ "accessModes": { "type": "array", "items": { - "$ref": "v1beta3.PersistentVolumeAccessMode" + "$ref": "v1beta3.AccessModeType" }, "description": "the actual access modes the volume has" }, @@ -11013,7 +11013,7 @@ "accessModes": { "type": "array", "items": { - "$ref": "v1beta3.PersistentVolumeAccessMode" + "$ref": "v1beta3.AccessModeType" }, "description": "all ways the volume can be mounted" }, @@ -11925,4 +11925,4 @@ } } } - } + } \ No newline at end of file