public sealed class SkaffoldModules.Types.SkaffoldGitSource : IMessage<SkaffoldModules.Types.SkaffoldGitSource>, IEquatable<SkaffoldModules.Types.SkaffoldGitSource>, IDeepCloneable<SkaffoldModules.Types.SkaffoldGitSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class SkaffoldModules.Types.SkaffoldGitSource.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `SkaffoldGitSource` class within the Google Cloud Deploy v1 API, specifically for version 2.12.0, and contains the reference documentation and code samples for this specific class."],["The `SkaffoldGitSource` class is used to represent a Git repository that contains Skaffold Config modules, as a way to define where a Skaffold file would be found in a given repo."],["The provided content lists available versions of the `SkaffoldGitSource` class, ranging from the latest version 3.4.0 down to version 1.0.0, offering a historical view of its development."],["The class `SkaffoldGitSource` has properties like `Path`, `Ref`, and `Repo`, which are used to specify the relative path to the Skaffold file, the Git ref to clone, and the Git repository to clone from, respectively."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending the functionality of the object class, for comparison, cloning, and message handling purposes."]]],[]]