Update dependencies to Kubernetes v1.34.0

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2025-08-30 14:20:14 +03:00
parent 76d36cb429
commit d340f80d75
6 changed files with 374 additions and 368 deletions

View File

@ -101,7 +101,7 @@ func TestCreateSourceGitExport(t *testing.T) {
},
{
name: "no args",
args: "create secret git",
args: "create source git --url=https://github.com/stefanprodan/podinfo",
assert: assertError("name is required"),
},
{