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

Add podIP and ingameTime to crd #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
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
10 changes: 10 additions & 0 deletions src/main/resources/kubernetes/strela.dev_minecraftservers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ spec:
type: string
maxPlayers:
type: integer
serverType:
type: string
template:
description: PodTemplateSpec describes the data a pod should have
when created from a template
Expand Down Expand Up @@ -7539,10 +7541,18 @@ spec:
INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
Important: Run "make" to regenerate code after modifying this file
type: boolean
ingameTime:
format: date-time
type: string
playerCount:
type: integer
podIP:
type: string
ready:
type: boolean
readyTime:
format: date-time
type: string
type: object
type: object
served: true
Expand Down