Class: Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCBRepoSource
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCBRepoSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Cloud Build V2 Repository containing Skaffold Configs.
Instance Attribute Summary collapse
-
#path ⇒ ::String
Optional.
-
#ref ⇒ ::String
Optional.
-
#repository ⇒ ::String
Required.
Instance Attribute Details
#path ⇒ ::String
Returns Optional. Relative path from the repository root to the Skaffold Config file.
1306 1307 1308 1309 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1306 class SkaffoldGCBRepoSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ref ⇒ ::String
Returns Optional. Branch or tag to use when cloning the repository.
1306 1307 1308 1309 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1306 class SkaffoldGCBRepoSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repository ⇒ ::String
Returns Required. Name of the Cloud Build V2 Repository. Format is projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}.
1306 1307 1308 1309 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1306 class SkaffoldGCBRepoSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |