diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index c07884de90a..f1baf146938 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -15173,6 +15173,10 @@ }, "description": "Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/cephfs/README.md#how-to-use-it" }, + "path": { + "type": "string", + "description": "Optional: Used as the mounted root, rather than the full Ceph tree, default is /" + }, "user": { "type": "string", "description": "Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/cephfs/README.md#how-to-use-it" diff --git a/api/swagger-spec/v1beta1.json b/api/swagger-spec/v1beta1.json index fabe7daecab..9c9f4774ab7 100644 --- a/api/swagger-spec/v1beta1.json +++ b/api/swagger-spec/v1beta1.json @@ -3816,6 +3816,10 @@ }, "description": "Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/cephfs/README.md#how-to-use-it" }, + "path": { + "type": "string", + "description": "Optional: Used as the mounted root, rather than the full Ceph tree, default is /" + }, "user": { "type": "string", "description": "Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/cephfs/README.md#how-to-use-it" diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 6f6b585da9e..4ac994c8d15 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -805,6 +805,13 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
path
Optional: Used as the mounted root, rather than the full Ceph tree, default is /
false
string
user
Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/cephfs/README.md#how-to-use-it
false