-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Qiaozp <[email protected]> Signed-off-by: Qiaozp <[email protected]>
- Loading branch information
Showing
6 changed files
with
33 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
pkg/resources/static/vela/charts/vela-core/templates/defwithtemplate/apply-component.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Code generated by KubeVela templates. DO NOT EDIT. Please edit the original cue file. | ||
# Definition source cue file: vela-templates/definitions/internal/apply-component.cue | ||
apiVersion: core.oam.dev/v1beta1 | ||
kind: WorkflowStepDefinition | ||
metadata: | ||
annotations: | ||
definition.oam.dev/description: Apply a specific component and its corresponding traits in application | ||
labels: | ||
custom.definition.oam.dev/scope: Application | ||
custom.definition.oam.dev/ui-hidden: "true" | ||
name: apply-component | ||
namespace: {{ include "systemDefinitionNamespace" . }} | ||
spec: | ||
schematic: | ||
cue: | ||
template: | | ||
parameter: { | ||
// +usage=Specify the component name to apply | ||
component: string | ||
// +usage=Specify the cluster | ||
cluster: *"" | string | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters