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

Commit 0278a44

Browse files
authored
Merge pull request cloudfoundry#1621 from cloudfoundry/complete_experiments
Remove a bunch of experimental tags from v3 docs
2 parents 48f3fd2 + 30d4616 commit 0278a44

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/v3/source/includes/api_resources/_app_features.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"name": "revisions",
19-
"description": "Enable versioning of an application (experimental)",
19+
"description": "Enable versioning of an application",
2020
"enabled": false
2121
}
2222
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Name | Type | Description
1616
**guid** | _uuid_ | Unique identifier for the app.
1717
**created_at** | _datetime_ | The time with zone when the object was created.
1818
**updated_at** | _datetime_ | The time with zone when the object was last updated.
19-
**relationships.space** _(experimental)_| [_to-one relationship_](#to-one-relationships) | The space the app is contained in.
19+
**relationships.space** | [_to-one relationship_](#to-one-relationships) | The space the app is contained in.
2020
**links** | [_links object_](#links) | Links to related resources.
2121
**metadata.labels** | [_label object_](#labels) | Labels applied to the app.
2222
**metadata.annotations** | [_annotation object_](#annotations) | Annotations added to the app.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Name | Type | Description
1818
**created_at** | _datetime_ | The time with zone when the build was created.
1919
**updated_at** | _datetime_ | The time with zone when the build was last updated.
2020
**created_by** | _object_ | The user that created the build.
21-
**relationships.app** _(experimental)_| [_to-one relationship_](#to-one-relationships) | The app the build belongs to.
21+
**relationships.app** | [_to-one relationship_](#to-one-relationships) | The app the build belongs to.
2222
**links** | [_links object_](#links) | Links to related resources.
2323
**metadata.labels** | [_label object_](#labels) | Labels applied to the build.
2424
**metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the build.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Name | Type | Description
1515
**guid** | _uuid_ | Unique identifier for the droplet.
1616
**created_at** | _datetime_ | The time with zone when the object was created.
1717
**updated_at** | _datetime_ | The time with zone when the object was last updated.
18-
**relationships.app** _(experimental)_| [_to-one relationship_](#to-one-relationships) | The app the droplet belongs to.
18+
**relationships.app** | [_to-one relationship_](#to-one-relationships) | The app the droplet belongs to.
1919
**links** | [_links object_](#links) | Links to related resources.
2020
**execution_metadata** | _string_ | Serialized JSON data resulting from staging for use when executing a droplet.
2121
**process_types** | _object_ | The process types (keys) and associated start commands (values) that will be created when the droplet is executed.

docs/v3/source/includes/resources/organizations/_create.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Name | Type | Description
3737

3838
Name | Type | Description
3939
---- | ---- | -----------
40-
**suspended** _(experimental)_| _boolean_ | Whether an organization is suspended or not.
40+
**suspended** | _boolean_ | Whether an organization is suspended or not.
4141
**metadata.labels** | [_label object_](#labels) | Labels applied to the organization.
4242
**metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the organization.
4343

docs/v3/source/includes/resources/organizations/_update.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Content-Type: application/json
3232
Name | Type | Description
3333
---- | ---- | -----------
3434
**name** | _string_ | Organization name |
35-
**suspended** _(experimental)_| _boolean_ | Whether an organization is suspended or not.
35+
**suspended** | _boolean_ | Whether an organization is suspended or not.
3636
**metadata.labels** | [_label object_](#labels) | Labels applied to the organization.
3737
**metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the organization.
3838

docs/v3/source/includes/resources/packages/_object.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Name | Type | Description
1515
**guid** | _uuid_ | Unique identifier for the package.
1616
**created_at** | _datetime_ | The time with zone when the object was created.
1717
**updated_at** | _datetime_ | The time with zone when the object was last updated.
18-
**relationships.app** _(experimental)_| [_to-one relationship_](#to-one-relationships) | The app the package belongs to.
18+
**relationships.app** | [_to-one relationship_](#to-one-relationships) | The app the package belongs to.
1919
**links** | [_links object_](#links) | Links to related resources.
2020
**metadata.labels** | [_label object_](#labels) | Labels applied to the package.
2121
**metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the package.

docs/v3/source/includes/resources/processes/_object.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Name | Type | Description
1515
**memory_in_mb** | _integer_ | The memory in MB allocated per instance.
1616
**disk_in_mb** | _integer_ | The disk in MB allocated per instance.
1717
**health_check** | [_health check object_](#the-health-check-object) | The health check to perform on the process.
18-
**relationships.app** _(experimental)_| [_to-one relationship_](#to-one-relationships) | The app the process belongs to.
18+
**relationships.app** | [_to-one relationship_](#to-one-relationships) | The app the process belongs to.
1919
**relationships.revision** _(experimental)_| [_to-one relationship_](#to-one-relationships) | The app revision the process is currently running.
2020
**guid** | _uuid_ | Unique identifier for the process.
2121
**created_at** | _datetime_ | The time with zone when the object was created.

docs/v3/source/includes/resources/tasks/_create.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Name | Type | Description | Default
5252
**disk_in_mb**<sup>[1]</sup> | _integer_ | Amount of disk to allocate for the task in MB. | operator-configured `default_app_disk_in_mb`
5353
**memory_in_mb**<sup>[1]</sup> | _integer_ | Amount of memory to allocate for the task in MB. | operator-configured `default_app_memory`
5454
**droplet_guid** | _uuid_ | The guid of the droplet that will be used to run the command. | the app's current droplet
55-
**template.process.guid** _(experimental)_ | _uuid_ | The guid of the process that will be used as a template. | `null`
55+
**template.process.guid** | _uuid_ | The guid of the process that will be used as a template. | `null`
5656
**metadata.labels** | [_label object_](#labels) | Labels applied to the package.
5757
**metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the package.
5858

0 commit comments

Comments
 (0)