Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 228fe92

Browse files
committed
Remove experimental tag from label selectors
Authored-by: Greg Cobb <gcobb@pivotal.io>
1 parent 8e267a7 commit 228fe92

27 files changed

Lines changed: 27 additions & 27 deletions

File tree

docs/v3/source/includes/experimental_resources/revisions/_list.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Retrieve revisions for an app the user has access to.
3131
Name | Type | Description
3232
---- | ---- | ------------
3333
**versions** | _list of strings_ | Comma-delimited list of revision versions to filter by
34-
**label_selector** (*experimental*)| _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
34+
**label_selector** | _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
3535
**page** | _integer_ | Page to display; valid values are integers >= 1
3636
**per_page** | _integer_ | Number of results per page; <br>valid values are 1 through 5000
3737
**order_by** | _string_ | Value to sort by. Defaults to ascending; prepend with `-` to sort descending. <br>Valid values are `created_at`, `updated_at`

docs/v3/source/includes/resources/apps/_list.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Name | Type | Description
3838
**page** | _integer_ | Page to display; valid values are integers >= 1
3939
**per_page** | _integer_ | Number of results per page; valid values are 1 through 5000
4040
**order_by** | _string_ | Value to sort by. Defaults to ascending; prepend with `-` to sort descending. Valid values are `created_at`, `updated_at`, `name`, `state`
41-
**label_selector** (*experimental*)| _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
41+
**label_selector** | _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
4242
**lifecycle_type** | _string_ | [Lifecycle](#lifecycles) type to filter by; valid values are `buildpack`, `docker`
4343
**include**| _list of strings_ | Optionally include a list of unique related resources in the response; valid values are `space` and `spaceorganization`
4444
**created_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)

docs/v3/source/includes/resources/buildpacks/_list.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Name | Type | Description
3535
**names** | _list of strings_ | Comma-delimited list of buildpack names to filter by
3636
**stacks**| _list of strings_ | Comma-delimited list of stack names to filter by
3737
**order_by** | _string_ | Value to sort by; defaults to ascending. Prepend with `-` to sort descending. <br>Valid values are `created_at`, `updated_at`, and `position`
38-
**label_selector** (*experimental*)| _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
38+
**label_selector** | _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
3939
**created_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4040
**updated_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4141

docs/v3/source/includes/resources/builds/_list.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Name | Type | Description
3636
**page** | _integer_ | Page to display; valid values are integers >= 1
3737
**per_page** | _integer_ | Number of results per page; <br>valid values are 1 through 5000
3838
**order_by** | _string_ | Value to sort by; defaults to ascending. Prepend with `-` to sort descending. <br>Valid values are `created_at`, `updated_at`
39-
**label_selector** (*experimental*)| _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
39+
**label_selector** | _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
4040
**created_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4141
**updated_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4242

docs/v3/source/includes/resources/builds/_list_for_app.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Name | Type | Description
3434
**page** | _integer_ | Page to display; valid values are integers >= 1
3535
**per_page** | _integer_ | Number of results per page; <br>valid values are 1 through 5000
3636
**order_by** | _string_ | Value to sort by; defaults to ascending. Prepend with `-` to sort descending. <br>Valid values are `created_at`, `updated_at`
37-
**label_selector** (*experimental*)| _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
37+
**label_selector** | _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
3838
**created_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
3939
**updated_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4040

docs/v3/source/includes/resources/deployments/_list.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Name | Type | Description
3737
**page** | _integer_ | Page to display; valid values are integers >= 1
3838
**per_page** | _integer_ | Number of results per page; <br>valid values are 1 through 5000
3939
**order_by** | _string_ | Value to sort by. Defaults to ascending; prepend with `-` to sort descending. <br>Valid values are `created_at`, `updated_at`
40-
**label_selector** (*experimental*)| _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
40+
**label_selector** | _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
4141
**created_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4242
**updated_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4343

docs/v3/source/includes/resources/domains/_list.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Retrieve all domains the user has access to.
3636
| **page** | _integer_ | Page to display; valid values are integers >= 1
3737
| **per_page** | _integer_ | Number of results per page; <br>valid values are 1 through 5000
3838
| **order_by** | _string_ | Value to sort by. Defaults to ascending; prepend with `-` to sort descending<br>Valid values are `created_at`, `updated_at`
39-
| **label_selector** (*experimental*)| _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
39+
| **label_selector** | _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
4040
**created_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4141
**updated_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4242

docs/v3/source/includes/resources/domains/_list_domains_for_an_org.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ organization), and domains that have been shared with the organization.
3838
| **page** | _integer_ | Page to display; valid values are integers >= 1 |
3939
| **per_page** | _integer_ | Number of results per page; <br>valid values are 1 through 5000 |
4040
| **order_by** | _string_ | Value to sort by. Defaults to ascending; prepend with `-` to sort descending<br>Valid values are `created_at`, `updated_at`
41-
| **label_selector** (*experimental*)| _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements |
41+
| **label_selector** | _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements |
4242

4343
#### Permitted roles
4444

docs/v3/source/includes/resources/droplets/_list.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Name | Type | Description
3838
**page** | _integer_ | Page to display; valid values are integers >= 1
3939
**per_page** | _integer_ | Number of results per page; <br>valid values are 1 through 5000
4040
**order_by** | _string_ | Value to sort by. Defaults to ascending; prepend with `-` to sort descending. <br>Valid values are `created_at` and `updated_at`
41-
**label_selector** (*experimental*)| _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
41+
**label_selector** | _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
4242
**created_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4343
**updated_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4444

docs/v3/source/includes/resources/droplets/_list_for_app.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Name | Type | Description
3636
**page** | _integer_ | Page to display; valid values are integers >= 1
3737
**per_page** | _integer_ | Number of results per page; <br>valid values are 1 through 5000
3838
**order_by** | _string_ | Value to sort by. Defaults to ascending; prepend with `-` to sort descending. <br>Valid values are `created_at` and `updated_at`
39-
**label_selector** (*experimental*)| _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
39+
**label_selector** | _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
4040

4141
#### Permitted roles
4242
|

0 commit comments

Comments
 (0)