Skip to content

Commit

Permalink
Add once field to CharacterSpec and ActorSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Oct 23, 2023
1 parent e6b29cf commit 9fb61b4
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.2
version: 0.3.3
8 changes: 8 additions & 0 deletions charts/amphitheatre-crds/templates/actor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ spec:
- name
- repository
type: object
once:
description: Exit after one sync with live mode
type: boolean
partners:
additionalProperties:
description: Specify Support for OpenAPI, it does not untagged. Your character can depend on other characters from Registry or other registries, git repositories, or subdirectories of project.
Expand Down Expand Up @@ -264,6 +267,7 @@ spec:
required:
- live
- meta
- once
type: object
image:
description: 'The image must follow the Open Container Specification addressable image format. such as: [<registry>/][<project>/]<image>[:<tag>|@<digest>].'
Expand All @@ -274,6 +278,9 @@ spec:
name:
description: The name of the actor.
type: string
once:
description: Exit after one sync with live mode
type: boolean
source:
description: The source of the actor.
nullable: true
Expand Down Expand Up @@ -309,6 +316,7 @@ spec:
- image
- live
- name
- once
type: object
status:
nullable: true
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 @@ -196,6 +196,9 @@ spec:
- name
- repository
type: object
once:
description: Exit after one sync with live mode
type: boolean
partners:
additionalProperties:
description: Specify Support for OpenAPI, it does not untagged. Your character can depend on other characters from Registry or other registries, git repositories, or subdirectories of project.
Expand Down Expand Up @@ -261,6 +264,7 @@ spec:
required:
- live
- meta
- once
type: object
required:
- spec
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 @@ -200,6 +200,9 @@ spec:
- name
- repository
type: object
once:
description: Exit after one sync with live mode
type: boolean
partners:
additionalProperties:
description: Specify Support for OpenAPI, it does not untagged. Your character can depend on other characters from Registry or other registries, git repositories, or subdirectories of project.
Expand Down Expand Up @@ -265,6 +268,7 @@ spec:
required:
- live
- meta
- once
type: object
nullable: true
type: array
Expand Down Expand Up @@ -458,6 +462,9 @@ spec:
- name
- repository
type: object
once:
description: Exit after one sync with live mode
type: boolean
partners:
additionalProperties:
description: Specify Support for OpenAPI, it does not untagged. Your character can depend on other characters from Registry or other registries, git repositories, or subdirectories of project.
Expand Down Expand Up @@ -523,6 +530,7 @@ spec:
required:
- live
- meta
- once
type: object
name:
description: The name of the character.
Expand Down

0 comments on commit 9fb61b4

Please sign in to comment.