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

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

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.fluent;


public interface Visitable {


    T accept(io.kubernetes.client.fluent.Visitor visitor);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy