public sealed class ExecutionConfig : IMessage<ExecutionConfig>, IEquatable<ExecutionConfig>, IDeepCloneable<ExecutionConfig>, IBufferMessage, IMessage
Configuration of the environment to use when calling Skaffold.
[[["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."],[[["The latest version available for `ExecutionConfig` is 3.4.0, but there are several older versions available as well, dating back to version 1.0.0."],["`ExecutionConfig` class is used to define the environment configuration for calling Skaffold, as part of the Google.Cloud.Deploy.V1 namespace."],["`ExecutionConfig` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It allows for the configuration of either a default Cloud Build pool or a private Cloud Build pool, and it specifies the usage scenarios for which the configuration should apply."],["The class contains the properties `DefaultPool`, `PrivatePool`, `ExecutionEnvironmentCase`, and `Usages`, which are used to configure and describe the properties of the environment."]]],[]]