4 references to RequireKubeContext
Aspire.Hosting.Radius (1)
Publishing\SealedSecretApplyStep.cs (1)
74var kubeContext = RequireKubeContext(
Aspire.Hosting.Radius.Tests (3)
Secrets\SealedSecretApplyStepTests.cs (3)
853var context = SealedSecretApplyStep.RequireKubeContext("ci-context", "workspace-context", "~/.rad/config.yaml"); 861var context = SealedSecretApplyStep.RequireKubeContext(null, "workspace-context", "~/.rad/config.yaml"); 870SealedSecretApplyStep.RequireKubeContext(null, null, "~/.rad/config.yaml"));