Class: Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGitSource

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#path::String

Returns Optional. Relative path from the repository root to the Skaffold file.

Returns:

  • (::String)

    Optional. Relative path from the repository root to the Skaffold file.



1244
1245
1246
1247
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1244

class SkaffoldGitSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ref::String

Returns Optional. Git ref the package should be cloned from.

Returns:

  • (::String)

    Optional. Git ref the package should be cloned from.



1244
1245
1246
1247
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1244

class SkaffoldGitSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#repo::String

Returns Required. Git repository the package should be cloned from.

Returns:

  • (::String)

    Required. Git repository the package should be cloned from.



1244
1245
1246
1247
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1244

class SkaffoldGitSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end