diff --git a/_includes/v1.4/extensions-v1beta1-definitions.html b/_includes/v1.4/extensions-v1beta1-definitions.html index 59be34cd40..62b899b9fd 100755 --- a/_includes/v1.4/extensions-v1beta1-definitions.html +++ b/_includes/v1.4/extensions-v1beta1-definitions.html @@ -69,12 +69,6 @@
StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
-StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
-| Name | -Description | -Required | -Schema | -Default | -
|---|---|---|---|---|
kind |
-Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/release-1.4/docs/devel/api-conventions.md#types-kinds |
-false |
-string |
-- |
apiVersion |
-APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/release-1.4/docs/devel/api-conventions.md#resources |
-false |
-string |
-- |
metadata |
-Standard object’s metadata. More info: http://releases.k8s.io/release-1.4/docs/devel/api-conventions.md#metadata |
-false |
-- | - |
provisioner |
-Provisioner indicates the type of the provisioner. |
-true |
-string |
-- |
parameters |
-Parameters holds the parameters for the provisioner that should create volumes of this storage class. |
-false |
-object |
-- |
Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.
StorageClassList is a collection of storage classes.
-| Name | -Description | -Required | -Schema | -Default | -
|---|---|---|---|---|
kind |
-Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/release-1.4/docs/devel/api-conventions.md#types-kinds |
-false |
-string |
-- |
apiVersion |
-APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/release-1.4/docs/devel/api-conventions.md#resources |
-false |
-string |
-- |
metadata |
-Standard list metadata More info: http://releases.k8s.io/release-1.4/docs/devel/api-conventions.md#metadata |
-false |
-- | - |
items |
-Items is the list of StorageClasses |
-true |
-v1beta1.StorageClass array |
-- |