namespace StellaOps.TaskRunner.Tests; internal static partial class TestManifests { public const string SealedEgressBlocked = """ apiVersion: stellaops.io/pack.v1 kind: TaskPack metadata: name: egress-blocked version: 1.0.0 spec: steps: - id: fetch run: uses: builtin:http with: url: "https://example.com/data" egress: - url: "https://example.com" """; }