Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.7 KB

File metadata and controls

18 lines (14 loc) · 1.7 KB

ArgoWorkflowsClient.Model.IoArgoprojWorkflowV1alpha1ResourceTemplate

ResourceTemplate is a template subtype to manipulate kubernetes resources

Properties

Name Type Description Notes
Action string Action is the action to perform to the resource. Must be one of: get, create, apply, delete, replace, patch
FailureCondition string FailureCondition is a label selector expression which describes the conditions of the k8s resource in which the step was considered failed [optional]
Flags List<string> Flags is a set of additional options passed to kubectl before submitting a resource I.e. to disable resource validation: flags: [ &quot;- -validate=false&quot; # disable resource validation ] [optional]
Manifest string Manifest contains the kubernetes manifest [optional]
ManifestFrom IoArgoprojWorkflowV1alpha1ManifestFrom [optional]
MergeStrategy string MergeStrategy is the strategy used to merge a patch. It defaults to &quot;strategic&quot; Must be one of: strategic, merge, json [optional]
SetOwnerReference bool SetOwnerReference sets the reference to the workflow on the OwnerReference of generated resource. [optional]
SuccessCondition string SuccessCondition is a label selector expression which describes the conditions of the k8s resource in which it is acceptable to proceed to the following step [optional]

[Back to Model list] [Back to API list] [Back to README]