Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::SkaffoldModules.
Skaffold Config modules and their remote source.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#configs
def configs() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. The Skaffold Config modules to use from the specified source.
#configs=
def configs=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. The Skaffold Config modules to use from the specified source.
Returns
- (::Array<::String>) — Optional. The Skaffold Config modules to use from the specified source.
#git
def git() -> ::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGitSource
Returns
- (::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGitSource) — Remote git repository containing the Skaffold Config modules.
#git=
def git=(value) -> ::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGitSource
Parameter
- value (::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGitSource) — Remote git repository containing the Skaffold Config modules.
Returns
- (::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGitSource) — Remote git repository containing the Skaffold Config modules.
#google_cloud_build_repo
def google_cloud_build_repo() -> ::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCBRepoSource
Returns
- (::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCBRepoSource) — Cloud Build V2 repository containing the Skaffold Config modules.
#google_cloud_build_repo=
def google_cloud_build_repo=(value) -> ::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCBRepoSource
Parameter
- value (::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCBRepoSource) — Cloud Build V2 repository containing the Skaffold Config modules.
Returns
- (::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCBRepoSource) — Cloud Build V2 repository containing the Skaffold Config modules.
#google_cloud_storage
def google_cloud_storage() -> ::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCSSource
Returns
- (::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCSSource) — Cloud Storage bucket containing the Skaffold Config modules.
#google_cloud_storage=
def google_cloud_storage=(value) -> ::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCSSource
Parameter
- value (::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCSSource) — Cloud Storage bucket containing the Skaffold Config modules.
Returns
- (::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCSSource) — Cloud Storage bucket containing the Skaffold Config modules.