Class: Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGitSource
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGitSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Git repository containing Skaffold Config modules.
Instance Attribute Summary collapse
-
#path ⇒ ::String
Optional.
-
#ref ⇒ ::String
Optional.
-
#repo ⇒ ::String
Required.
Instance Attribute Details
#path ⇒ ::String
Returns Optional. Relative path from the repository root to the Skaffold file.
1274 1275 1276 1277 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1274 class SkaffoldGitSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ref ⇒ ::String
Returns Optional. Git branch or tag to use when cloning the repository.
1274 1275 1276 1277 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1274 class SkaffoldGitSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repo ⇒ ::String
Returns Required. Git repository the package should be cloned from.
1274 1275 1276 1277 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1274 class SkaffoldGitSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |