Skip to content

Commit

Permalink
feat(java-sdk): create java sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln committed Jun 21, 2023
1 parent 1dc72a1 commit 745b299
Show file tree
Hide file tree
Showing 22 changed files with 341 additions and 84 deletions.
3 changes: 3 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions kube/resources/components/shulker-operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,6 @@ spec:
operator: In
values:
- linux
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
matchExpressions:
- key: node-role.shulkermc.io/control-plane
operator: In
values:
- "true"
securityContext:
runAsNonRoot: true
seccompProfile:
Expand Down
11 changes: 0 additions & 11 deletions kube/resources/crd/bases/shulkermc.io_minecraftserverfleets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,17 +165,6 @@ spec:
required:
- type
type: object
shulkerPolicy:
description: Custom policy implemented by Shulker to apply to
the autoscaling target. Mutually exclusive with AgonesPolicy.
properties:
type:
description: Name of the policy to apply. Some policies may
not be implemented depending on the target resource.
enum:
- ManualSummon
type: string
type: object
type: object
clusterRef:
description: Reference to a MinecraftCluster. Adding this will enroll
Expand Down
13 changes: 0 additions & 13 deletions kube/resources/crd/bases/shulkermc.io_proxyfleets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,6 @@ spec:
required:
- type
type: object
shulkerPolicy:
description: Custom policy implemented by Shulker to apply to
the autoscaling target. Mutually exclusive with AgonesPolicy.
properties:
type:
description: Name of the policy to apply. Some policies may
not be implemented depending on the target resource.
enum:
- ManualSummon
type: string
type: object
type: object
clusterRef:
description: Reference to a MinecraftCluster. Adding this will enroll
Expand Down Expand Up @@ -1589,8 +1578,6 @@ spec:
required:
- version
type: object
required:
- spec
type: object
required:
- replicas
Expand Down
Loading

0 comments on commit 745b299

Please sign in to comment.