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

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

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

import java.lang.FunctionalInterface;
@FunctionalInterface
public interface Builder{
  
  
  T build();
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy