generate for 1.13 (#223)
* generate for 1.13 and bump ver to 1.4 * fix examples for 1.13 * update outdated cert
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b7f79c924f
commit
1600e44b00
@@ -67,7 +67,7 @@ namespace @namespace
|
||||
|
||||
ListNamespaces(client);
|
||||
|
||||
var status = client.DeleteNamespace(new V1DeleteOptions(), ns.Metadata.Name);
|
||||
var status = client.DeleteNamespace(ns.Metadata.Name, new V1DeleteOptions());
|
||||
|
||||
if (status.HasObject)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user