Package io.fabric8.kubernetes.client.dsl
Interface CreateOrDeleteable<T>
-
- All Superinterfaces:
Deletable,InOutCreateable<T,T>,Timeoutable
public interface CreateOrDeleteable<T> extends InOutCreateable<T,T>, Deletable
-
-
Method Summary
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Deletable
delete, withTimeout, withTimeoutInMillis
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.InOutCreateable
create
-
-