Skip to content

Commit

Permalink
Add live field to ActorSpec and CharacterSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Oct 11, 2023
1 parent 803745f commit 383725a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/amphitheatre-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.1
version: 0.3.2
8 changes: 8 additions & 0 deletions charts/amphitheatre-crds/templates/actor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ spec:
nullable: true
type: array
type: object
live:
description: Whether this character is live or not
type: boolean
meta:
description: Contains all the information about a character.
properties:
Expand Down Expand Up @@ -259,11 +262,15 @@ spec:
nullable: true
type: object
required:
- live
- meta
type: object
image:
description: 'The image must follow the Open Container Specification addressable image format. such as: [<registry>/][<project>/]<image>[:<tag>|@<digest>].'
type: string
live:
description: Whether this actor is live or not
type: boolean
name:
description: The name of the actor.
type: string
Expand Down Expand Up @@ -300,6 +307,7 @@ spec:
required:
- character
- image
- live
- name
type: object
status:
Expand Down
4 changes: 4 additions & 0 deletions charts/amphitheatre-crds/templates/character.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ spec:
nullable: true
type: array
type: object
live:
description: Whether this character is live or not
type: boolean
meta:
description: Contains all the information about a character.
properties:
Expand Down Expand Up @@ -256,6 +259,7 @@ spec:
nullable: true
type: object
required:
- live
- meta
type: object
required:
Expand Down
8 changes: 8 additions & 0 deletions charts/amphitheatre-crds/templates/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ spec:
nullable: true
type: array
type: object
live:
description: Whether this character is live or not
type: boolean
meta:
description: Contains all the information about a character.
properties:
Expand Down Expand Up @@ -260,6 +263,7 @@ spec:
nullable: true
type: object
required:
- live
- meta
type: object
nullable: true
Expand Down Expand Up @@ -386,6 +390,9 @@ spec:
nullable: true
type: array
type: object
live:
description: Whether this character is live or not
type: boolean
meta:
description: Contains all the information about a character.
properties:
Expand Down Expand Up @@ -514,6 +521,7 @@ spec:
nullable: true
type: object
required:
- live
- meta
type: object
name:
Expand Down

0 comments on commit 383725a

Please sign in to comment.