Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This operation allows a user to update labels for a resource.

Environment/Instance Properties

...


Input Name

Input Code

Required

Description

ContextFDKN_INP_CONTEXTYesContext (cluster, namespace, and user) to apply changes
Resource TypeFDKN_INP_RESOURCE_TYPEYesFile path to apply changesKubernetes resource type (e.g. deployment, pod, etc.)
Search StringFDKN_INP_SEARCH_STRINGYesDetermines name of the resource or a search string
Label ValueFDKN_INP_LABEL_VALUEYesKey value pair to update on the resource
NamespaceFDKN_INP_NAMESPACENoNamespace


...


Output Name

Required

Description




Artifacts

This operation does not produce or consume any artifacts.


Endpoint Selection

This operation delegates the selection to the workflow developer to determine.


Endpoint Execution

This operation delegates the execution to the workflow developer to determine.


Special Considerations

  • The label value must start with a letter or number and has a maximum character length of 63. Valid characters include letters, numbers, hyphens, periods, and underscores.

...