Skip to content

Commit

Permalink
feat: bump enterprise console to v0.4.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Mar 7, 2024
1 parent afef11c commit e2003bd
Show file tree
Hide file tree
Showing 17 changed files with 576 additions and 40 deletions.
43 changes: 42 additions & 1 deletion docs/data-sources/armada_armada.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,13 @@ Read-Only:

Required:

- `containers` (Block List, Min: 1) Containers is a list of container belonging to the game server. (see [below for nested schema](#nestedblock--spec--template--spec--containers))
- `containers` (Block List, Min: 1) Containers is a list of containers belonging to the game server. (see [below for nested schema](#nestedblock--spec--template--spec--containers))

Optional:

- `health` (Block List, Max: 1) Health is the health checking configuration for Agones game servers. (see [below for nested schema](#nestedblock--spec--template--spec--health))
- `strategy` (Block List, Max: 1) Strategy is the deployment strategy. (see [below for nested schema](#nestedblock--spec--template--spec--strategy))
- `volumes` (Block List) Volumes are pod volumes. (see [below for nested schema](#nestedblock--spec--template--spec--volumes))

<a id="nestedblock--spec--template--spec--containers"></a>
### Nested Schema for `spec.template.spec.containers`
Expand All @@ -120,6 +121,7 @@ Optional:
- `ports` (Block List) Ports are the ports to expose from the container. (see [below for nested schema](#nestedblock--spec--template--spec--containers--ports))
- `resources` (Block List, Max: 1) Resources are the compute resources required by the container. (see [below for nested schema](#nestedblock--spec--template--spec--containers--resources))
- `security_context` (Block List, Max: 1) SecurityContext defines the security options the container should be run with. (see [below for nested schema](#nestedblock--spec--template--spec--containers--security_context))
- `volume_mounts` (Block List) VolumeMounts are the volumes to mount into the container's filesystem. (see [below for nested schema](#nestedblock--spec--template--spec--containers--volume_mounts))

<a id="nestedblock--spec--template--spec--containers--config_files"></a>
### Nested Schema for `spec.template.spec.containers.config_files`
Expand Down Expand Up @@ -355,6 +357,27 @@ Required:



<a id="nestedblock--spec--template--spec--containers--volume_mounts"></a>
### Nested Schema for `spec.template.spec.containers.volume_mounts`

Optional:

- `mount_path` (String)
- `mount_propagation` (Block List, Max: 1) (see [below for nested schema](#nestedblock--spec--template--spec--containers--volume_mounts--mount_propagation))
- `name` (String)
- `read_only` (Boolean)
- `sub_path` (String)
- `sub_path_expr` (String)

<a id="nestedblock--spec--template--spec--containers--volume_mounts--mount_propagation"></a>
### Nested Schema for `spec.template.spec.containers.volume_mounts.mount_propagation`

Required:

- `value` (String)




<a id="nestedblock--spec--template--spec--health"></a>
### Nested Schema for `spec.template.spec.health`
Expand Down Expand Up @@ -405,6 +428,24 @@ Optional:



<a id="nestedblock--spec--template--spec--volumes"></a>
### Nested Schema for `spec.template.spec.volumes`

Optional:

- `medium` (String) Medium is the storage medium type.
- `name` (String) Name is the name of the volume mount. openapi:required
- `size_limit` (Block List, Max: 1) SizeLimit is the maximum size of the volume. (see [below for nested schema](#nestedblock--spec--template--spec--volumes--size_limit))

<a id="nestedblock--spec--template--spec--volumes--size_limit"></a>
### Nested Schema for `spec.template.spec.volumes.size_limit`

Required:

- `value` (String) SizeLimit is the maximum size of the volume.





<a id="nestedblock--spec--autoscaling"></a>
Expand Down
43 changes: 42 additions & 1 deletion docs/data-sources/armada_armada_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,13 @@ Read-Only:

Required:

- `containers` (Block List, Min: 1) Containers is a list of container belonging to the game server. (see [below for nested schema](#nestedblock--spec--template--spec--containers))
- `containers` (Block List, Min: 1) Containers is a list of containers belonging to the game server. (see [below for nested schema](#nestedblock--spec--template--spec--containers))

Optional:

- `health` (Block List, Max: 1) Health is the health checking configuration for Agones game servers. (see [below for nested schema](#nestedblock--spec--template--spec--health))
- `strategy` (Block List, Max: 1) Strategy is the deployment strategy. (see [below for nested schema](#nestedblock--spec--template--spec--strategy))
- `volumes` (Block List) Volumes are pod volumes. (see [below for nested schema](#nestedblock--spec--template--spec--volumes))

<a id="nestedblock--spec--template--spec--containers"></a>
### Nested Schema for `spec.template.spec.containers`
Expand All @@ -120,6 +121,7 @@ Optional:
- `ports` (Block List) Ports are the ports to expose from the container. (see [below for nested schema](#nestedblock--spec--template--spec--containers--ports))
- `resources` (Block List, Max: 1) Resources are the compute resources required by the container. (see [below for nested schema](#nestedblock--spec--template--spec--containers--resources))
- `security_context` (Block List, Max: 1) SecurityContext defines the security options the container should be run with. (see [below for nested schema](#nestedblock--spec--template--spec--containers--security_context))
- `volume_mounts` (Block List) VolumeMounts are the volumes to mount into the container's filesystem. (see [below for nested schema](#nestedblock--spec--template--spec--containers--volume_mounts))

<a id="nestedblock--spec--template--spec--containers--config_files"></a>
### Nested Schema for `spec.template.spec.containers.config_files`
Expand Down Expand Up @@ -355,6 +357,27 @@ Required:



<a id="nestedblock--spec--template--spec--containers--volume_mounts"></a>
### Nested Schema for `spec.template.spec.containers.volume_mounts`

Optional:

- `mount_path` (String)
- `mount_propagation` (Block List, Max: 1) (see [below for nested schema](#nestedblock--spec--template--spec--containers--volume_mounts--mount_propagation))
- `name` (String)
- `read_only` (Boolean)
- `sub_path` (String)
- `sub_path_expr` (String)

<a id="nestedblock--spec--template--spec--containers--volume_mounts--mount_propagation"></a>
### Nested Schema for `spec.template.spec.containers.volume_mounts.mount_propagation`

Required:

- `value` (String)




<a id="nestedblock--spec--template--spec--health"></a>
### Nested Schema for `spec.template.spec.health`
Expand Down Expand Up @@ -405,6 +428,24 @@ Optional:



<a id="nestedblock--spec--template--spec--volumes"></a>
### Nested Schema for `spec.template.spec.volumes`

Optional:

- `medium` (String) Medium is the storage medium type.
- `name` (String) Name is the name of the volume mount. openapi:required
- `size_limit` (Block List, Max: 1) SizeLimit is the maximum size of the volume. (see [below for nested schema](#nestedblock--spec--template--spec--volumes--size_limit))

<a id="nestedblock--spec--template--spec--volumes--size_limit"></a>
### Nested Schema for `spec.template.spec.volumes.size_limit`

Required:

- `value` (String) SizeLimit is the maximum size of the volume.





<a id="nestedblock--spec--autoscaling"></a>
Expand Down
43 changes: 42 additions & 1 deletion docs/data-sources/armada_armadaset.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,13 @@ Read-Only:

Required:

- `containers` (Block List, Min: 1) Containers is a list of container belonging to the game server. (see [below for nested schema](#nestedblock--spec--template--spec--containers))
- `containers` (Block List, Min: 1) Containers is a list of containers belonging to the game server. (see [below for nested schema](#nestedblock--spec--template--spec--containers))

Optional:

- `health` (Block List, Max: 1) Health is the health checking configuration for Agones game servers. (see [below for nested schema](#nestedblock--spec--template--spec--health))
- `strategy` (Block List, Max: 1) Strategy is the deployment strategy. (see [below for nested schema](#nestedblock--spec--template--spec--strategy))
- `volumes` (Block List) Volumes are pod volumes. (see [below for nested schema](#nestedblock--spec--template--spec--volumes))

<a id="nestedblock--spec--template--spec--containers"></a>
### Nested Schema for `spec.template.spec.containers`
Expand All @@ -134,6 +135,7 @@ Optional:
- `ports` (Block List) Ports are the ports to expose from the container. (see [below for nested schema](#nestedblock--spec--template--spec--containers--ports))
- `resources` (Block List, Max: 1) Resources are the compute resources required by the container. (see [below for nested schema](#nestedblock--spec--template--spec--containers--resources))
- `security_context` (Block List, Max: 1) SecurityContext defines the security options the container should be run with. (see [below for nested schema](#nestedblock--spec--template--spec--containers--security_context))
- `volume_mounts` (Block List) VolumeMounts are the volumes to mount into the container's filesystem. (see [below for nested schema](#nestedblock--spec--template--spec--containers--volume_mounts))

<a id="nestedblock--spec--template--spec--containers--config_files"></a>
### Nested Schema for `spec.template.spec.containers.config_files`
Expand Down Expand Up @@ -369,6 +371,27 @@ Required:



<a id="nestedblock--spec--template--spec--containers--volume_mounts"></a>
### Nested Schema for `spec.template.spec.containers.volume_mounts`

Optional:

- `mount_path` (String)
- `mount_propagation` (Block List, Max: 1) (see [below for nested schema](#nestedblock--spec--template--spec--containers--volume_mounts--mount_propagation))
- `name` (String)
- `read_only` (Boolean)
- `sub_path` (String)
- `sub_path_expr` (String)

<a id="nestedblock--spec--template--spec--containers--volume_mounts--mount_propagation"></a>
### Nested Schema for `spec.template.spec.containers.volume_mounts.mount_propagation`

Required:

- `value` (String)




<a id="nestedblock--spec--template--spec--health"></a>
### Nested Schema for `spec.template.spec.health`
Expand Down Expand Up @@ -419,6 +442,24 @@ Optional:



<a id="nestedblock--spec--template--spec--volumes"></a>
### Nested Schema for `spec.template.spec.volumes`

Optional:

- `medium` (String) Medium is the storage medium type.
- `name` (String) Name is the name of the volume mount. openapi:required
- `size_limit` (Block List, Max: 1) SizeLimit is the maximum size of the volume. (see [below for nested schema](#nestedblock--spec--template--spec--volumes--size_limit))

<a id="nestedblock--spec--template--spec--volumes--size_limit"></a>
### Nested Schema for `spec.template.spec.volumes.size_limit`

Required:

- `value` (String) SizeLimit is the maximum size of the volume.





<a id="nestedblock--spec--autoscaling"></a>
Expand Down
43 changes: 42 additions & 1 deletion docs/data-sources/armada_armadaset_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,13 @@ Read-Only:

Required:

- `containers` (Block List, Min: 1) Containers is a list of container belonging to the game server. (see [below for nested schema](#nestedblock--spec--template--spec--containers))
- `containers` (Block List, Min: 1) Containers is a list of containers belonging to the game server. (see [below for nested schema](#nestedblock--spec--template--spec--containers))

Optional:

- `health` (Block List, Max: 1) Health is the health checking configuration for Agones game servers. (see [below for nested schema](#nestedblock--spec--template--spec--health))
- `strategy` (Block List, Max: 1) Strategy is the deployment strategy. (see [below for nested schema](#nestedblock--spec--template--spec--strategy))
- `volumes` (Block List) Volumes are pod volumes. (see [below for nested schema](#nestedblock--spec--template--spec--volumes))

<a id="nestedblock--spec--template--spec--containers"></a>
### Nested Schema for `spec.template.spec.containers`
Expand All @@ -134,6 +135,7 @@ Optional:
- `ports` (Block List) Ports are the ports to expose from the container. (see [below for nested schema](#nestedblock--spec--template--spec--containers--ports))
- `resources` (Block List, Max: 1) Resources are the compute resources required by the container. (see [below for nested schema](#nestedblock--spec--template--spec--containers--resources))
- `security_context` (Block List, Max: 1) SecurityContext defines the security options the container should be run with. (see [below for nested schema](#nestedblock--spec--template--spec--containers--security_context))
- `volume_mounts` (Block List) VolumeMounts are the volumes to mount into the container's filesystem. (see [below for nested schema](#nestedblock--spec--template--spec--containers--volume_mounts))

<a id="nestedblock--spec--template--spec--containers--config_files"></a>
### Nested Schema for `spec.template.spec.containers.config_files`
Expand Down Expand Up @@ -369,6 +371,27 @@ Required:



<a id="nestedblock--spec--template--spec--containers--volume_mounts"></a>
### Nested Schema for `spec.template.spec.containers.volume_mounts`

Optional:

- `mount_path` (String)
- `mount_propagation` (Block List, Max: 1) (see [below for nested schema](#nestedblock--spec--template--spec--containers--volume_mounts--mount_propagation))
- `name` (String)
- `read_only` (Boolean)
- `sub_path` (String)
- `sub_path_expr` (String)

<a id="nestedblock--spec--template--spec--containers--volume_mounts--mount_propagation"></a>
### Nested Schema for `spec.template.spec.containers.volume_mounts.mount_propagation`

Required:

- `value` (String)




<a id="nestedblock--spec--template--spec--health"></a>
### Nested Schema for `spec.template.spec.health`
Expand Down Expand Up @@ -419,6 +442,24 @@ Optional:



<a id="nestedblock--spec--template--spec--volumes"></a>
### Nested Schema for `spec.template.spec.volumes`

Optional:

- `medium` (String) Medium is the storage medium type.
- `name` (String) Name is the name of the volume mount. openapi:required
- `size_limit` (Block List, Max: 1) SizeLimit is the maximum size of the volume. (see [below for nested schema](#nestedblock--spec--template--spec--volumes--size_limit))

<a id="nestedblock--spec--template--spec--volumes--size_limit"></a>
### Nested Schema for `spec.template.spec.volumes.size_limit`

Required:

- `value` (String) SizeLimit is the maximum size of the volume.





<a id="nestedblock--spec--autoscaling"></a>
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/core_site.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Required:
Optional:

- `cordoned` (Boolean) Cordoned determines if a site can have fleets scheduled.
- `cpu_ratio` (Number) CPURatio is the applied ratio for any subordinate game server CPU request or limit. This facilitates the optimal utilization of various CPU generations for a game. The default is 1.0.
- `description` (String) Description is the optional description of the site.
- `template` (Block List, Max: 1) Template is the optional configuration to apply to all fleets on this site. (see [below for nested schema](#nestedblock--spec--template))

Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/core_site_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Required:
Optional:

- `cordoned` (Boolean) Cordoned determines if a site can have fleets scheduled.
- `cpu_ratio` (Number) CPURatio is the applied ratio for any subordinate game server CPU request or limit. This facilitates the optimal utilization of various CPU generations for a game. The default is 1.0.
- `description` (String) Description is the optional description of the site.
- `template` (Block List, Max: 1) Template is the optional configuration to apply to all fleets on this site. (see [below for nested schema](#nestedblock--spec--template))

Expand Down
43 changes: 42 additions & 1 deletion docs/resources/armada_armada.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,13 @@ Read-Only:

Required:

- `containers` (Block List, Min: 1) Containers is a list of container belonging to the game server. (see [below for nested schema](#nestedblock--spec--template--spec--containers))
- `containers` (Block List, Min: 1) Containers is a list of containers belonging to the game server. (see [below for nested schema](#nestedblock--spec--template--spec--containers))

Optional:

- `health` (Block List, Max: 1) Health is the health checking configuration for Agones game servers. (see [below for nested schema](#nestedblock--spec--template--spec--health))
- `strategy` (Block List, Max: 1) Strategy is the deployment strategy. (see [below for nested schema](#nestedblock--spec--template--spec--strategy))
- `volumes` (Block List) Volumes are pod volumes. (see [below for nested schema](#nestedblock--spec--template--spec--volumes))

<a id="nestedblock--spec--template--spec--containers"></a>
### Nested Schema for `spec.template.spec.containers`
Expand All @@ -120,6 +121,7 @@ Optional:
- `ports` (Block List) Ports are the ports to expose from the container. (see [below for nested schema](#nestedblock--spec--template--spec--containers--ports))
- `resources` (Block List, Max: 1) Resources are the compute resources required by the container. (see [below for nested schema](#nestedblock--spec--template--spec--containers--resources))
- `security_context` (Block List, Max: 1) SecurityContext defines the security options the container should be run with. (see [below for nested schema](#nestedblock--spec--template--spec--containers--security_context))
- `volume_mounts` (Block List) VolumeMounts are the volumes to mount into the container's filesystem. (see [below for nested schema](#nestedblock--spec--template--spec--containers--volume_mounts))

<a id="nestedblock--spec--template--spec--containers--config_files"></a>
### Nested Schema for `spec.template.spec.containers.config_files`
Expand Down Expand Up @@ -355,6 +357,27 @@ Required:



<a id="nestedblock--spec--template--spec--containers--volume_mounts"></a>
### Nested Schema for `spec.template.spec.containers.volume_mounts`

Optional:

- `mount_path` (String)
- `mount_propagation` (Block List, Max: 1) (see [below for nested schema](#nestedblock--spec--template--spec--containers--volume_mounts--mount_propagation))
- `name` (String)
- `read_only` (Boolean)
- `sub_path` (String)
- `sub_path_expr` (String)

<a id="nestedblock--spec--template--spec--containers--volume_mounts--mount_propagation"></a>
### Nested Schema for `spec.template.spec.containers.volume_mounts.mount_propagation`

Required:

- `value` (String)




<a id="nestedblock--spec--template--spec--health"></a>
### Nested Schema for `spec.template.spec.health`
Expand Down Expand Up @@ -405,6 +428,24 @@ Optional:



<a id="nestedblock--spec--template--spec--volumes"></a>
### Nested Schema for `spec.template.spec.volumes`

Optional:

- `medium` (String) Medium is the storage medium type.
- `name` (String) Name is the name of the volume mount. openapi:required
- `size_limit` (Block List, Max: 1) SizeLimit is the maximum size of the volume. (see [below for nested schema](#nestedblock--spec--template--spec--volumes--size_limit))

<a id="nestedblock--spec--template--spec--volumes--size_limit"></a>
### Nested Schema for `spec.template.spec.volumes.size_limit`

Required:

- `value` (String) SizeLimit is the maximum size of the volume.





<a id="nestedblock--spec--autoscaling"></a>
Expand Down
Loading

0 comments on commit e2003bd

Please sign in to comment.