Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
re-ordered additionalPrinterColumns
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkanatsios committed Jan 8, 2019
1 parent d260510 commit 131e63b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions artifacts/crds/dedicatedgameserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ spec:
type: string
description: health of the DGS
JSONPath: .status.health
- name: Ports
- name: MFD
type: string
description: port mapping of the game server
JSONPath: .spec.template.containers[0].ports
description: MarkedForDeletion status value
JSONPath: .status.markedForDeletion
- name: PublicIP
type: string
description: node's public IP for this DedicatedGameServer
JSONPath: .status.publicIP
- name: MFD
- name: Ports
type: string
description: MarkedForDeletion status value
JSONPath: .status.markedForDeletion
description: port mapping of the game server
JSONPath: .spec.template.containers[0].ports

0 comments on commit 131e63b

Please sign in to comment.