Repository: mesos-site Updated Branches: refs/heads/asf-site f4123cb51 -> cdc6d6098
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/cdc6d609/content/documentation/authorization/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/authorization/index.html b/content/documentation/authorization/index.html index 5617be3..7c3fa18 100644 --- a/content/documentation/authorization/index.html +++ b/content/documentation/authorization/index.html @@ -326,6 +326,30 @@ entries, each representing an authorizable action:</p> </td> </tr> <tr> + <td><code>create_block_disks</code></td> + <td>Framework principal.</td> + <td>Resource role of the block disk.</td> + <td>Creating a block disk.</td> +</tr> +<tr> + <td><code>destroy_block_disks</code></td> + <td>Framework principal.</td> + <td>Resource role of the block disk.</td> + <td>Destroying a block disk.</td> +</tr> +<tr> + <td><code>create_mount_disks</code></td> + <td>Framework principal.</td> + <td>Resource role of the mount disk.</td> + <td>Creating a mount disk.</td> +</tr> +<tr> + <td><code>destroy_mount_disks</code></td> + <td>Framework principal.</td> + <td>Resource role of the mount disk.</td> + <td>Destroying a mount disk.</td> +</tr> +<tr> <td><code>get_quotas</code></td> <td>Operator username.</td> <td>Resource role whose quota status will be queried.</td> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/cdc6d609/content/documentation/latest/authorization/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/latest/authorization/index.html b/content/documentation/latest/authorization/index.html index ee7ec34..b45e888 100644 --- a/content/documentation/latest/authorization/index.html +++ b/content/documentation/latest/authorization/index.html @@ -326,6 +326,30 @@ entries, each representing an authorizable action:</p> </td> </tr> <tr> + <td><code>create_block_disks</code></td> + <td>Framework principal.</td> + <td>Resource role of the block disk.</td> + <td>Creating a block disk.</td> +</tr> +<tr> + <td><code>destroy_block_disks</code></td> + <td>Framework principal.</td> + <td>Resource role of the block disk.</td> + <td>Destroying a block disk.</td> +</tr> +<tr> + <td><code>create_mount_disks</code></td> + <td>Framework principal.</td> + <td>Resource role of the mount disk.</td> + <td>Creating a mount disk.</td> +</tr> +<tr> + <td><code>destroy_mount_disks</code></td> + <td>Framework principal.</td> + <td>Resource role of the mount disk.</td> + <td>Destroying a mount disk.</td> +</tr> +<tr> <td><code>get_quotas</code></td> <td>Operator username.</td> <td>Resource role whose quota status will be queried.</td>
