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

io.kubernetes.client.openapi.models.V1WatchEventFluent Maven / Gradle / Ivy

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

import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import java.lang.Object;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1WatchEventFluent> extends Fluent{
  public Object getObject();
  public A withObject(Object _object);
  public Boolean hasObject();
  public String getType();
  public A withType(String type);
  public Boolean hasType();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy