Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix header alignment on Fleet Reference #821

Merged
merged 2 commits into from
Jun 11, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/content/en/docs/Reference/fleet.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The `spec` field is the actual `GameServerAllocation` specification and it is co
- `metadata` is an optional list of custom labels and/or annotations that will be used to patch
the game server's metadata in the moment of allocation. This can be used to tell the server necessary session data

# Fleet Allocation Specification
## Fleet Allocation Specification

> Fleet Allocation is **deprecated** in version 0.10.0, and will be removed in the 0.12.0 release.
Migrate to using GameServer Allocation instead.
Expand Down Expand Up @@ -176,7 +176,7 @@ The `spec` field is the actual `FleetAllocation` specification and it is compose
- `metadata` is an optional list of custom labels and/or annotations that will be used to patch
the game server's metadata in the moment of allocation. This can be used to tell the server necessary session data

# Fleet Scale Subresource Specification
## Fleet Scale Subresource Specification

Scale subresource is defined for a Fleet. Please refer to [Kubernetes docs](https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#subresources).

Expand Down