All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kubernetes.client.fluent.Visitor Maven / Gradle / Ivy

package io.kubernetes.client.fluent;


public interface Visitor{


    void visit(T element);



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy