CustomTargetSkaffoldActions(mapping=None, *, ignore_unknown_fields=False, **kwargs)
CustomTargetSkaffoldActions represents the CustomTargetType
configuration using Skaffold custom actions.
Attributes |
|
---|---|
Name | Description |
render_action |
str
Optional. The Skaffold custom action responsible for render operations. If not provided then Cloud Deploy will perform the render operations via skaffold render .
|
deploy_action |
str
Required. The Skaffold custom action responsible for deploy operations. |
include_skaffold_modules |
MutableSequence[google.cloud.deploy_v1.types.SkaffoldModules]
Optional. List of Skaffold modules Cloud Deploy will include in the Skaffold Config as required before performing diagnose. |