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 document provides reference documentation for the `SkaffoldModules.Types.SkaffoldGitSource` class within the Google Cloud Deploy v1 API, detailing its properties and functionalities."],["The latest version documented is 3.4.0, and it offers access to versions as far back as 1.0.0, all of which are related to the `SkaffoldGitSource` class."],["`SkaffoldGitSource` is used to represent a Git repository that contains Skaffold Config modules, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `SkaffoldGitSource` include `Path` (optional relative path to the Skaffold file), `Ref` (optional Git branch or tag), and `Repo` (required Git repository URL)."],["It also contains information about the `SkaffoldGitSource` constructors, namely the default, and one that creates a copy of a previous `SkaffoldGitSource` object."]]],[]]