Package io.kubernetes.client.util
Interface ConfigPersister
- All Known Implementing Classes:
FilePersister
public interface ConfigPersister
-
Method Summary
-
Method Details
-
save
void save(ArrayList<Object> contexts, ArrayList<Object> clusters, ArrayList<Object> users, Object preferences, String currentContext) throws IOException - Throws:
IOException
-