Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::CustomTargetSkaffoldActions.
CustomTargetSkaffoldActions represents the CustomTargetType
configuration
using Skaffold custom actions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deploy_action
def deploy_action() -> ::String
Returns
- (::String) — Required. The Skaffold custom action responsible for deploy operations.
#deploy_action=
def deploy_action=(value) -> ::String
Parameter
- value (::String) — Required. The Skaffold custom action responsible for deploy operations.
Returns
- (::String) — Required. The Skaffold custom action responsible for deploy operations.
#include_skaffold_modules
def include_skaffold_modules() -> ::Array<::Google::Cloud::Deploy::V1::SkaffoldModules>
Returns
- (::Array<::Google::Cloud::Deploy::V1::SkaffoldModules>) — Optional. List of Skaffold modules Cloud Deploy will include in the Skaffold Config as required before performing diagnose.
#include_skaffold_modules=
def include_skaffold_modules=(value) -> ::Array<::Google::Cloud::Deploy::V1::SkaffoldModules>
Parameter
- value (::Array<::Google::Cloud::Deploy::V1::SkaffoldModules>) — Optional. List of Skaffold modules Cloud Deploy will include in the Skaffold Config as required before performing diagnose.
Returns
- (::Array<::Google::Cloud::Deploy::V1::SkaffoldModules>) — Optional. List of Skaffold modules Cloud Deploy will include in the Skaffold Config as required before performing diagnose.
#render_action
def render_action() -> ::String
Returns
-
(::String) — Optional. The Skaffold custom action responsible for render operations. If
not provided then Cloud Deploy will perform the render operations via
skaffold render
.
#render_action=
def render_action=(value) -> ::String
Parameter
-
value (::String) — Optional. The Skaffold custom action responsible for render operations. If
not provided then Cloud Deploy will perform the render operations via
skaffold render
.
Returns
-
(::String) — Optional. The Skaffold custom action responsible for render operations. If
not provided then Cloud Deploy will perform the render operations via
skaffold render
.