Update swagger

This commit is contained in:
Tim Hockin 2015-05-18 17:22:00 -07:00
parent 65833e42c4
commit 7c2817d268
3 changed files with 35 additions and 35 deletions

View File

@ -8165,8 +8165,8 @@
} }
} }
}, },
"v1beta1.PersistentVolumeAccessMode": { "v1beta1.AccessModeType": {
"id": "v1beta1.PersistentVolumeAccessMode", "id": "v1beta1.AccessModeType",
"properties": {} "properties": {}
}, },
"v1beta1.Binding": { "v1beta1.Binding": {
@ -8236,21 +8236,21 @@
"add": { "add": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "v1beta1.Capability" "$ref": "v1beta1.CapabilityType"
}, },
"description": "added capabilities" "description": "added capabilities"
}, },
"drop": { "drop": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "v1beta1.Capability" "$ref": "v1beta1.CapabilityType"
}, },
"description": "droped capabilities" "description": "droped capabilities"
} }
} }
}, },
"v1beta1.Capability": { "v1beta1.CapabilityType": {
"id": "v1beta1.Capability", "id": "v1beta1.CapabilityType",
"properties": {} "properties": {}
}, },
"v1beta1.ComponentCondition": { "v1beta1.ComponentCondition": {
@ -10054,7 +10054,7 @@
"accessModes": { "accessModes": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "v1beta1.PersistentVolumeAccessMode" "$ref": "v1beta1.AccessModeType"
}, },
"description": "the desired access modes the volume should have" "description": "the desired access modes the volume should have"
}, },
@ -10074,7 +10074,7 @@
"accessModes": { "accessModes": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "v1beta1.PersistentVolumeAccessMode" "$ref": "v1beta1.AccessModeType"
}, },
"description": "the actual access modes the volume has" "description": "the actual access modes the volume has"
}, },
@ -10160,17 +10160,17 @@
"v1beta1.PersistentVolumeSpec": { "v1beta1.PersistentVolumeSpec": {
"id": "v1beta1.PersistentVolumeSpec", "id": "v1beta1.PersistentVolumeSpec",
"required": [ "required": [
"glusterfs",
"nfs",
"persistentDisk", "persistentDisk",
"awsElasticBlockStore", "awsElasticBlockStore",
"hostPath" "hostPath",
"glusterfs",
"nfs"
], ],
"properties": { "properties": {
"accessModes": { "accessModes": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "v1beta1.PersistentVolumeAccessMode" "$ref": "v1beta1.AccessModeType"
}, },
"description": "all ways the volume can be mounted" "description": "all ways the volume can be mounted"
}, },
@ -11457,4 +11457,4 @@
} }
} }
} }
} }

View File

@ -8165,8 +8165,8 @@
} }
} }
}, },
"v1beta2.PersistentVolumeAccessMode": { "v1beta2.AccessModeType": {
"id": "v1beta2.PersistentVolumeAccessMode", "id": "v1beta2.AccessModeType",
"properties": {} "properties": {}
}, },
"v1beta2.Binding": { "v1beta2.Binding": {
@ -8236,21 +8236,21 @@
"add": { "add": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "v1beta2.Capability" "$ref": "v1beta2.CapabilityType"
}, },
"description": "added capabilities" "description": "added capabilities"
}, },
"drop": { "drop": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "v1beta2.Capability" "$ref": "v1beta2.CapabilityType"
}, },
"description": "droped capabilities" "description": "droped capabilities"
} }
} }
}, },
"v1beta2.Capability": { "v1beta2.CapabilityType": {
"id": "v1beta2.Capability", "id": "v1beta2.CapabilityType",
"properties": {} "properties": {}
}, },
"v1beta2.ComponentCondition": { "v1beta2.ComponentCondition": {
@ -10043,7 +10043,7 @@
"accessModes": { "accessModes": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "v1beta2.PersistentVolumeAccessMode" "$ref": "v1beta2.AccessModeType"
}, },
"description": "the desired access modes the volume should have" "description": "the desired access modes the volume should have"
}, },
@ -10063,7 +10063,7 @@
"accessModes": { "accessModes": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "v1beta2.PersistentVolumeAccessMode" "$ref": "v1beta2.AccessModeType"
}, },
"description": "the actual access modes the volume has" "description": "the actual access modes the volume has"
}, },
@ -10149,17 +10149,17 @@
"v1beta2.PersistentVolumeSpec": { "v1beta2.PersistentVolumeSpec": {
"id": "v1beta2.PersistentVolumeSpec", "id": "v1beta2.PersistentVolumeSpec",
"required": [ "required": [
"glusterfs",
"nfs", "nfs",
"persistentDisk", "persistentDisk",
"awsElasticBlockStore", "awsElasticBlockStore",
"hostPath", "hostPath"
"glusterfs"
], ],
"properties": { "properties": {
"accessModes": { "accessModes": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "v1beta2.PersistentVolumeAccessMode" "$ref": "v1beta2.AccessModeType"
}, },
"description": "all ways the volume can be mounted" "description": "all ways the volume can be mounted"
}, },
@ -11438,4 +11438,4 @@
} }
} }
} }
} }

View File

@ -9575,8 +9575,8 @@
} }
} }
}, },
"v1beta3.PersistentVolumeAccessMode": { "v1beta3.AccessModeType": {
"id": "v1beta3.PersistentVolumeAccessMode", "id": "v1beta3.AccessModeType",
"properties": {} "properties": {}
}, },
"v1beta3.Binding": { "v1beta3.Binding": {
@ -9609,21 +9609,21 @@
"add": { "add": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "v1beta3.Capability" "$ref": "v1beta3.CapabilityType"
}, },
"description": "added capabilities" "description": "added capabilities"
}, },
"drop": { "drop": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "v1beta3.Capability" "$ref": "v1beta3.CapabilityType"
}, },
"description": "droped capabilities" "description": "droped capabilities"
} }
} }
}, },
"v1beta3.Capability": { "v1beta3.CapabilityType": {
"id": "v1beta3.Capability", "id": "v1beta3.CapabilityType",
"properties": {} "properties": {}
}, },
"v1beta3.ComponentCondition": { "v1beta3.ComponentCondition": {
@ -10936,7 +10936,7 @@
"accessModes": { "accessModes": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "v1beta3.PersistentVolumeAccessMode" "$ref": "v1beta3.AccessModeType"
}, },
"description": "the desired access modes the volume should have" "description": "the desired access modes the volume should have"
}, },
@ -10956,7 +10956,7 @@
"accessModes": { "accessModes": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "v1beta3.PersistentVolumeAccessMode" "$ref": "v1beta3.AccessModeType"
}, },
"description": "the actual access modes the volume has" "description": "the actual access modes the volume has"
}, },
@ -11013,7 +11013,7 @@
"accessModes": { "accessModes": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "v1beta3.PersistentVolumeAccessMode" "$ref": "v1beta3.AccessModeType"
}, },
"description": "all ways the volume can be mounted" "description": "all ways the volume can be mounted"
}, },
@ -11925,4 +11925,4 @@
} }
} }
} }
} }