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

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

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

import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1EventSourceFluent> extends Fluent{
  public String getComponent();
  public A withComponent(String component);
  public Boolean hasComponent();
  public String getHost();
  public A withHost(String host);
  public Boolean hasHost();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy