Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGitSource (v0.19.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGitSource.

Git repository containing Skaffold Config modules.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#path

def path() -> ::String
Returns
  • (::String) — Optional. Relative path from the repository root to the Skaffold file.

#path=

def path=(value) -> ::String
Parameter
  • value (::String) — Optional. Relative path from the repository root to the Skaffold file.
Returns
  • (::String) — Optional. Relative path from the repository root to the Skaffold file.

#ref

def ref() -> ::String
Returns
  • (::String) — Optional. Git branch or tag to use when cloning the repository.

#ref=

def ref=(value) -> ::String
Parameter
  • value (::String) — Optional. Git branch or tag to use when cloning the repository.
Returns
  • (::String) — Optional. Git branch or tag to use when cloning the repository.

#repo

def repo() -> ::String
Returns
  • (::String) — Required. Git repository the package should be cloned from.

#repo=

def repo=(value) -> ::String
Parameter
  • value (::String) — Required. Git repository the package should be cloned from.
Returns
  • (::String) — Required. Git repository the package should be cloned from.