Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.45 KB

StandardK8STrigger.md

File metadata and controls

17 lines (10 loc) · 1.45 KB

StandardK8STrigger

StandardK8STrigger is the standard Kubernetes resource trigger

Properties

Name Type Description Notes
patchStrategy String PatchStrategy controls the K8s object patching strategy when the trigger operation is specified as patch. possible values: "application/json-patch+json" "application/merge-patch+json" "application/strategic-merge-patch+json" "application/apply-patch+yaml". Defaults to "application/merge-patch+json" [optional]
liveObject Boolean LiveObject specifies whether the resource should be directly fetched from K8s instead of being marshaled from the resource artifact. If set to true, the resource artifact must contain the information required to uniquely identify the resource in the cluster, that is, you must specify "apiVersion", "kind" as well as "name" and "namespace" meta data. Only valid for operation type `update` [optional]
operation String Operation refers to the type of operation performed on the k8s resource. Default value is Create. [optional]
parameters List<TriggerParameter> Parameters is the list of parameters that is applied to resolved K8s trigger object. [optional]
source ArtifactLocation [optional]