Required. Cloud Storage source paths to copy recursively. For example,
providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying
all files within the "dir/configs" directory in the bucket "my-bucket".
[[["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 documentation page covers the `SkaffoldGCSSource` class within the Google Cloud Deploy v1 API, specifically in the `Google.Cloud.Deploy.V1.SkaffoldModules.Types` namespace."],["The `SkaffoldGCSSource` class represents a source for Skaffold configuration modules stored in a Cloud Storage bucket and can be accessed via multiple versions of the API, with the latest version being 3.4.0."],["It inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and structure."],["The class includes two constructors: a default constructor and one that accepts another `SkaffoldGCSSource` object for copying, and it also contains two important properties: `Path`, which is the relative path to the skaffold file, and `Source`, which is the Cloud Storage source path."],["The documentation lists previous versions of the skaffold modules ranging from 1.0.0 to the latest 3.4.0."]]],[]]