Skip to content

core.v1beta1.applicationRevision

"ApplicationRevision is the Schema for the ApplicationRevision API"

Index

Fields

fn new

new(name)

new returns an instance of ApplicationRevision

obj metadata

"ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create."

fn metadata.withAnnotations

withAnnotations(annotations)

"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"

fn metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"

Note: This function appends passed data to existing values

fn metadata.withClusterName

withClusterName(clusterName)

"The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."

fn metadata.withCreationTimestamp

withCreationTimestamp(creationTimestamp)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

fn metadata.withDeletionGracePeriodSeconds

withDeletionGracePeriodSeconds(deletionGracePeriodSeconds)

"Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."

fn metadata.withDeletionTimestamp

withDeletionTimestamp(deletionTimestamp)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

fn metadata.withFinalizers

withFinalizers(finalizers)

"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

fn metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

Note: This function appends passed data to existing values

fn metadata.withGenerateName

withGenerateName(generateName)

"GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency"

fn metadata.withGeneration

withGeneration(generation)

"A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."

fn metadata.withLabels

withLabels(labels)

"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"

fn metadata.withLabelsMixin

withLabelsMixin(labels)

"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"

Note: This function appends passed data to existing values

fn metadata.withName

withName(name)

"Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"

fn metadata.withNamespace

withNamespace(namespace)

"Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"

fn metadata.withOwnerReferences

withOwnerReferences(ownerReferences)

"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."

fn metadata.withOwnerReferencesMixin

withOwnerReferencesMixin(ownerReferences)

"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."

Note: This function appends passed data to existing values

fn metadata.withResourceVersion

withResourceVersion(resourceVersion)

"An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency"

withSelfLink(selfLink)

"SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release."

fn metadata.withUid

withUid(uid)

"UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"

obj spec

"ApplicationRevisionSpec is the spec of ApplicationRevision"

fn spec.withComponentDefinitions

withComponentDefinitions(componentDefinitions)

"ComponentDefinitions records the snapshot of the componentDefinitions related with the created/modified Application"

fn spec.withComponentDefinitionsMixin

withComponentDefinitionsMixin(componentDefinitions)

"ComponentDefinitions records the snapshot of the componentDefinitions related with the created/modified Application"

Note: This function appends passed data to existing values

fn spec.withPolicies

withPolicies(policies)

"Policies records the external policies"

fn spec.withPoliciesMixin

withPoliciesMixin(policies)

"Policies records the external policies"

Note: This function appends passed data to existing values

fn spec.withPolicyDefinitions

withPolicyDefinitions(policyDefinitions)

"PolicyDefinitions records the snapshot of the PolicyDefinitions related with the created/modified Application"

fn spec.withPolicyDefinitionsMixin

withPolicyDefinitionsMixin(policyDefinitions)

"PolicyDefinitions records the snapshot of the PolicyDefinitions related with the created/modified Application"

Note: This function appends passed data to existing values

fn spec.withReferredObjects

withReferredObjects(referredObjects)

"ReferredObjects records the referred objects used in the ref-object typed components"

fn spec.withReferredObjectsMixin

withReferredObjectsMixin(referredObjects)

"ReferredObjects records the referred objects used in the ref-object typed components"

Note: This function appends passed data to existing values

fn spec.withScopeDefinitions

withScopeDefinitions(scopeDefinitions)

"ScopeDefinitions records the snapshot of the scopeDefinitions related with the created/modified Application"

fn spec.withScopeDefinitionsMixin

withScopeDefinitionsMixin(scopeDefinitions)

"ScopeDefinitions records the snapshot of the scopeDefinitions related with the created/modified Application"

Note: This function appends passed data to existing values

fn spec.withScopeGVK

withScopeGVK(scopeGVK)

"ScopeGVK records the apiVersion to GVK mapping"

fn spec.withScopeGVKMixin

withScopeGVKMixin(scopeGVK)

"ScopeGVK records the apiVersion to GVK mapping"

Note: This function appends passed data to existing values

fn spec.withTraitDefinitions

withTraitDefinitions(traitDefinitions)

"TraitDefinitions records the snapshot of the traitDefinitions related with the created/modified Application"

fn spec.withTraitDefinitionsMixin

withTraitDefinitionsMixin(traitDefinitions)

"TraitDefinitions records the snapshot of the traitDefinitions related with the created/modified Application"

Note: This function appends passed data to existing values

fn spec.withWorkflowStepDefinitions

withWorkflowStepDefinitions(workflowStepDefinitions)

"WorkflowStepDefinitions records the snapshot of the WorkflowStepDefinitions related with the created/modified Application"

fn spec.withWorkflowStepDefinitionsMixin

withWorkflowStepDefinitionsMixin(workflowStepDefinitions)

"WorkflowStepDefinitions records the snapshot of the WorkflowStepDefinitions related with the created/modified Application"

Note: This function appends passed data to existing values

fn spec.withWorkloadDefinitions

withWorkloadDefinitions(workloadDefinitions)

"WorkloadDefinitions records the snapshot of the workloadDefinitions related with the created/modified Application"

fn spec.withWorkloadDefinitionsMixin

withWorkloadDefinitionsMixin(workloadDefinitions)

"WorkloadDefinitions records the snapshot of the workloadDefinitions related with the created/modified Application"

Note: This function appends passed data to existing values

obj spec.application

"Application records the snapshot of the created/modified Application"

fn spec.application.withApiVersion

withApiVersion(apiVersion)

"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"

fn spec.application.withKind

withKind(kind)

"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"

obj spec.application.metadata

fn spec.application.metadata.withAnnotations

withAnnotations(annotations)

fn spec.application.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.application.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.application.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.application.metadata.withLabels

withLabels(labels)

fn spec.application.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.application.metadata.withName

withName(name)

fn spec.application.metadata.withNamespace

withNamespace(namespace)

obj spec.application.spec

"ApplicationSpec is the spec of Application"

fn spec.application.spec.withComponents

withComponents(components)

fn spec.application.spec.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.application.spec.withPolicies

withPolicies(policies)

"Policies defines the global policies for all components in the app, e.g. security, metrics, gitops, multi-cluster placement rules, etc. Policies are applied after components are rendered and before workflow steps are executed."

fn spec.application.spec.withPoliciesMixin

withPoliciesMixin(policies)

"Policies defines the global policies for all components in the app, e.g. security, metrics, gitops, multi-cluster placement rules, etc. Policies are applied after components are rendered and before workflow steps are executed."

Note: This function appends passed data to existing values

obj spec.application.spec.components

fn spec.application.spec.components.withDependsOn

withDependsOn(dependsOn)

fn spec.application.spec.components.withDependsOnMixin

withDependsOnMixin(dependsOn)

Note: This function appends passed data to existing values

fn spec.application.spec.components.withExternalRevision

withExternalRevision(externalRevision)

"ExternalRevision specified the component revisionName"

fn spec.application.spec.components.withInputs

withInputs(inputs)

"StepInputs defines variable input of WorkflowStep"

fn spec.application.spec.components.withInputsMixin

withInputsMixin(inputs)

"StepInputs defines variable input of WorkflowStep"

Note: This function appends passed data to existing values

fn spec.application.spec.components.withName

withName(name)

fn spec.application.spec.components.withOutputs

withOutputs(outputs)

"StepOutputs defines output variable of WorkflowStep"

fn spec.application.spec.components.withOutputsMixin

withOutputsMixin(outputs)

"StepOutputs defines output variable of WorkflowStep"

Note: This function appends passed data to existing values

fn spec.application.spec.components.withProperties

withProperties(properties)

fn spec.application.spec.components.withPropertiesMixin

withPropertiesMixin(properties)

Note: This function appends passed data to existing values

fn spec.application.spec.components.withScopes

withScopes(scopes)

"scopes in ApplicationComponent defines the component-level scopes the format is pairs, the key represents type of ScopeDefinition while the value represent the name of scope instance."

fn spec.application.spec.components.withScopesMixin

withScopesMixin(scopes)

"scopes in ApplicationComponent defines the component-level scopes the format is pairs, the key represents type of ScopeDefinition while the value represent the name of scope instance."

Note: This function appends passed data to existing values

fn spec.application.spec.components.withTraits

withTraits(traits)

"Traits define the trait of one component, the type must be array to keep the order."

fn spec.application.spec.components.withTraitsMixin

withTraitsMixin(traits)

"Traits define the trait of one component, the type must be array to keep the order."

Note: This function appends passed data to existing values

fn spec.application.spec.components.withType

withType(type)

obj spec.application.spec.components.inputs

"StepInputs defines variable input of WorkflowStep"

fn spec.application.spec.components.inputs.withFrom

withFrom(from)

fn spec.application.spec.components.inputs.withParameterKey

withParameterKey(parameterKey)

obj spec.application.spec.components.outputs

"StepOutputs defines output variable of WorkflowStep"

fn spec.application.spec.components.outputs.withName

withName(name)

fn spec.application.spec.components.outputs.withValueFrom

withValueFrom(valueFrom)

obj spec.application.spec.components.traits

"Traits define the trait of one component, the type must be array to keep the order."

fn spec.application.spec.components.traits.withProperties

withProperties(properties)

fn spec.application.spec.components.traits.withPropertiesMixin

withPropertiesMixin(properties)

Note: This function appends passed data to existing values

fn spec.application.spec.components.traits.withType

withType(type)

obj spec.application.spec.policies

"Policies defines the global policies for all components in the app, e.g. security, metrics, gitops, multi-cluster placement rules, etc. Policies are applied after components are rendered and before workflow steps are executed."

fn spec.application.spec.policies.withName

withName(name)

"Name is the unique name of the policy."

fn spec.application.spec.policies.withProperties

withProperties(properties)

fn spec.application.spec.policies.withPropertiesMixin

withPropertiesMixin(properties)

Note: This function appends passed data to existing values

fn spec.application.spec.policies.withType

withType(type)

obj spec.application.spec.workflow

"Workflow defines how to customize the control logic. If workflow is specified, Vela won't apply any resource, but provide rendered output in AppRevision. Workflow steps are executed in array order, and each step: - will have a context in annotation. - should mark \"finish\" phase in status.conditions."

fn spec.application.spec.workflow.withRef

withRef(ref)

fn spec.application.spec.workflow.withSteps

withSteps(steps)

fn spec.application.spec.workflow.withStepsMixin

withStepsMixin(steps)

Note: This function appends passed data to existing values

obj spec.application.spec.workflow.mode

"WorkflowExecuteMode defines the mode of workflow execution"

fn spec.application.spec.workflow.mode.withSteps

withSteps(steps)

"WorkflowMode describes the mode of workflow"

fn spec.application.spec.workflow.mode.withSubSteps

withSubSteps(subSteps)

"WorkflowMode describes the mode of workflow"

obj spec.application.spec.workflow.steps

fn spec.application.spec.workflow.steps.withDependsOn

withDependsOn(dependsOn)

fn spec.application.spec.workflow.steps.withDependsOnMixin

withDependsOnMixin(dependsOn)

Note: This function appends passed data to existing values

fn spec.application.spec.workflow.steps.withIf

withIf(If)

fn spec.application.spec.workflow.steps.withInputs

withInputs(inputs)

"StepInputs defines variable input of WorkflowStep"

fn spec.application.spec.workflow.steps.withInputsMixin

withInputsMixin(inputs)

"StepInputs defines variable input of WorkflowStep"

Note: This function appends passed data to existing values

fn spec.application.spec.workflow.steps.withName

withName(name)

"Name is the unique name of the workflow step."

fn spec.application.spec.workflow.steps.withOutputs

withOutputs(outputs)

"StepOutputs defines output variable of WorkflowStep"

fn spec.application.spec.workflow.steps.withOutputsMixin

withOutputsMixin(outputs)

"StepOutputs defines output variable of WorkflowStep"

Note: This function appends passed data to existing values

fn spec.application.spec.workflow.steps.withProperties

withProperties(properties)

fn spec.application.spec.workflow.steps.withPropertiesMixin

withPropertiesMixin(properties)

Note: This function appends passed data to existing values

fn spec.application.spec.workflow.steps.withSubSteps

withSubSteps(subSteps)

fn spec.application.spec.workflow.steps.withSubStepsMixin

withSubStepsMixin(subSteps)

Note: This function appends passed data to existing values

fn spec.application.spec.workflow.steps.withTimeout

withTimeout(timeout)

fn spec.application.spec.workflow.steps.withType

withType(type)

obj spec.application.spec.workflow.steps.inputs

"StepInputs defines variable input of WorkflowStep"

fn spec.application.spec.workflow.steps.inputs.withFrom

withFrom(from)

fn spec.application.spec.workflow.steps.inputs.withParameterKey

withParameterKey(parameterKey)

obj spec.application.spec.workflow.steps.meta

"WorkflowStepMeta contains the meta data of a workflow step"

fn spec.application.spec.workflow.steps.meta.withAlias

withAlias(alias)

obj spec.application.spec.workflow.steps.outputs

"StepOutputs defines output variable of WorkflowStep"

fn spec.application.spec.workflow.steps.outputs.withName

withName(name)

fn spec.application.spec.workflow.steps.outputs.withValueFrom

withValueFrom(valueFrom)

obj spec.application.spec.workflow.steps.subSteps

fn spec.application.spec.workflow.steps.subSteps.withDependsOn

withDependsOn(dependsOn)

fn spec.application.spec.workflow.steps.subSteps.withDependsOnMixin

withDependsOnMixin(dependsOn)

Note: This function appends passed data to existing values

fn spec.application.spec.workflow.steps.subSteps.withIf

withIf(If)

fn spec.application.spec.workflow.steps.subSteps.withInputs

withInputs(inputs)

"StepInputs defines variable input of WorkflowStep"

fn spec.application.spec.workflow.steps.subSteps.withInputsMixin

withInputsMixin(inputs)

"StepInputs defines variable input of WorkflowStep"

Note: This function appends passed data to existing values

fn spec.application.spec.workflow.steps.subSteps.withName

withName(name)

"Name is the unique name of the workflow step."

fn spec.application.spec.workflow.steps.subSteps.withOutputs

withOutputs(outputs)

"StepOutputs defines output variable of WorkflowStep"

fn spec.application.spec.workflow.steps.subSteps.withOutputsMixin

withOutputsMixin(outputs)

"StepOutputs defines output variable of WorkflowStep"

Note: This function appends passed data to existing values

fn spec.application.spec.workflow.steps.subSteps.withProperties

withProperties(properties)

fn spec.application.spec.workflow.steps.subSteps.withPropertiesMixin

withPropertiesMixin(properties)

Note: This function appends passed data to existing values

fn spec.application.spec.workflow.steps.subSteps.withTimeout

withTimeout(timeout)

fn spec.application.spec.workflow.steps.subSteps.withType

withType(type)

obj spec.application.spec.workflow.steps.subSteps.inputs

"StepInputs defines variable input of WorkflowStep"

fn spec.application.spec.workflow.steps.subSteps.inputs.withFrom

withFrom(from)

fn spec.application.spec.workflow.steps.subSteps.inputs.withParameterKey

withParameterKey(parameterKey)

obj spec.application.spec.workflow.steps.subSteps.meta

"WorkflowStepMeta contains the meta data of a workflow step"

fn spec.application.spec.workflow.steps.subSteps.meta.withAlias

withAlias(alias)

obj spec.application.spec.workflow.steps.subSteps.outputs

"StepOutputs defines output variable of WorkflowStep"

fn spec.application.spec.workflow.steps.subSteps.outputs.withName

withName(name)

fn spec.application.spec.workflow.steps.subSteps.outputs.withValueFrom

withValueFrom(valueFrom)

obj spec.workflow

"Workflow records the external workflow"

fn spec.workflow.withApiVersion

withApiVersion(apiVersion)

"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"

fn spec.workflow.withKind

withKind(kind)

"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"

fn spec.workflow.withSteps

withSteps(steps)

fn spec.workflow.withStepsMixin

withStepsMixin(steps)

Note: This function appends passed data to existing values

obj spec.workflow.metadata

fn spec.workflow.metadata.withAnnotations

withAnnotations(annotations)

fn spec.workflow.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.workflow.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.workflow.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.workflow.metadata.withLabels

withLabels(labels)

fn spec.workflow.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.workflow.metadata.withName

withName(name)

fn spec.workflow.metadata.withNamespace

withNamespace(namespace)

obj spec.workflow.steps

fn spec.workflow.steps.withDependsOn

withDependsOn(dependsOn)

fn spec.workflow.steps.withDependsOnMixin

withDependsOnMixin(dependsOn)

Note: This function appends passed data to existing values

fn spec.workflow.steps.withIf

withIf(If)

fn spec.workflow.steps.withInputs

withInputs(inputs)

"StepInputs defines variable input of WorkflowStep"

fn spec.workflow.steps.withInputsMixin

withInputsMixin(inputs)

"StepInputs defines variable input of WorkflowStep"

Note: This function appends passed data to existing values

fn spec.workflow.steps.withName

withName(name)

"Name is the unique name of the workflow step."

fn spec.workflow.steps.withOutputs

withOutputs(outputs)

"StepOutputs defines output variable of WorkflowStep"

fn spec.workflow.steps.withOutputsMixin

withOutputsMixin(outputs)

"StepOutputs defines output variable of WorkflowStep"

Note: This function appends passed data to existing values

fn spec.workflow.steps.withProperties

withProperties(properties)

fn spec.workflow.steps.withPropertiesMixin

withPropertiesMixin(properties)

Note: This function appends passed data to existing values

fn spec.workflow.steps.withSubSteps

withSubSteps(subSteps)

fn spec.workflow.steps.withSubStepsMixin

withSubStepsMixin(subSteps)

Note: This function appends passed data to existing values

fn spec.workflow.steps.withTimeout

withTimeout(timeout)

fn spec.workflow.steps.withType

withType(type)

obj spec.workflow.steps.inputs

"StepInputs defines variable input of WorkflowStep"

fn spec.workflow.steps.inputs.withFrom

withFrom(from)

fn spec.workflow.steps.inputs.withParameterKey

withParameterKey(parameterKey)

obj spec.workflow.steps.meta

"WorkflowStepMeta contains the meta data of a workflow step"

fn spec.workflow.steps.meta.withAlias

withAlias(alias)

obj spec.workflow.steps.outputs

"StepOutputs defines output variable of WorkflowStep"

fn spec.workflow.steps.outputs.withName

withName(name)

fn spec.workflow.steps.outputs.withValueFrom

withValueFrom(valueFrom)

obj spec.workflow.steps.subSteps

fn spec.workflow.steps.subSteps.withDependsOn

withDependsOn(dependsOn)

fn spec.workflow.steps.subSteps.withDependsOnMixin

withDependsOnMixin(dependsOn)

Note: This function appends passed data to existing values

fn spec.workflow.steps.subSteps.withIf

withIf(If)

fn spec.workflow.steps.subSteps.withInputs

withInputs(inputs)

"StepInputs defines variable input of WorkflowStep"

fn spec.workflow.steps.subSteps.withInputsMixin

withInputsMixin(inputs)

"StepInputs defines variable input of WorkflowStep"

Note: This function appends passed data to existing values

fn spec.workflow.steps.subSteps.withName

withName(name)

"Name is the unique name of the workflow step."

fn spec.workflow.steps.subSteps.withOutputs

withOutputs(outputs)

"StepOutputs defines output variable of WorkflowStep"

fn spec.workflow.steps.subSteps.withOutputsMixin

withOutputsMixin(outputs)

"StepOutputs defines output variable of WorkflowStep"

Note: This function appends passed data to existing values

fn spec.workflow.steps.subSteps.withProperties

withProperties(properties)

fn spec.workflow.steps.subSteps.withPropertiesMixin

withPropertiesMixin(properties)

Note: This function appends passed data to existing values

fn spec.workflow.steps.subSteps.withTimeout

withTimeout(timeout)

fn spec.workflow.steps.subSteps.withType

withType(type)

obj spec.workflow.steps.subSteps.inputs

"StepInputs defines variable input of WorkflowStep"

fn spec.workflow.steps.subSteps.inputs.withFrom

withFrom(from)

fn spec.workflow.steps.subSteps.inputs.withParameterKey

withParameterKey(parameterKey)

obj spec.workflow.steps.subSteps.meta

"WorkflowStepMeta contains the meta data of a workflow step"

fn spec.workflow.steps.subSteps.meta.withAlias

withAlias(alias)

obj spec.workflow.steps.subSteps.outputs

"StepOutputs defines output variable of WorkflowStep"

fn spec.workflow.steps.subSteps.outputs.withName

withName(name)

fn spec.workflow.steps.subSteps.outputs.withValueFrom

withValueFrom(valueFrom)