Class: Google::Cloud::Deploy::V1::CustomTargetSkaffoldActions
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::CustomTargetSkaffoldActions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
CustomTargetSkaffoldActions represents the CustomTargetType
configuration
using Skaffold custom actions.
Instance Attribute Summary collapse
-
#deploy_action ⇒ ::String
Required.
-
#include_skaffold_modules ⇒ ::Array<::Google::Cloud::Deploy::V1::SkaffoldModules>
Optional.
-
#render_action ⇒ ::String
Optional.
Instance Attribute Details
#deploy_action ⇒ ::String
Returns Required. The Skaffold custom action responsible for deploy operations.
1215 1216 1217 1218 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1215 class CustomTargetSkaffoldActions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_skaffold_modules ⇒ ::Array<::Google::Cloud::Deploy::V1::SkaffoldModules>
Returns Optional. List of Skaffold modules Cloud Deploy will include in the Skaffold Config as required before performing diagnose.
1215 1216 1217 1218 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1215 class CustomTargetSkaffoldActions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#render_action ⇒ ::String
Returns Optional. The Skaffold custom action responsible for render operations. If
not provided then Cloud Deploy will perform the render operations via
skaffold render
.
1215 1216 1217 1218 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1215 class CustomTargetSkaffoldActions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |