Argo CD · Schema

v1alpha1ResourceAction

ResourceAction represents an individual action that can be performed on a resource. It includes parameters, an optional disabled flag, an icon for display, and a name for the action.

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
disabled boolean Disabled indicates whether the action is disabled.
displayName string DisplayName provides a user-friendly name for the action.
iconClass string IconClass specifies the CSS class for the action's icon.
name string Name is the name or identifier for the action.
params array Params contains the parameters required to execute the action.
View JSON Schema on GitHub