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

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

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

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

 /**
  * Generated
  */
public interface V1EndpointConditionsFluent> extends Fluent{
  public Boolean getReady();
  public A withReady(Boolean ready);
  public Boolean hasReady();
  public Boolean getServing();
  public A withServing(Boolean serving);
  public Boolean hasServing();
  public Boolean getTerminating();
  public A withTerminating(Boolean terminating);
  public Boolean hasTerminating();
  public A withReady();
  public A withServing();
  public A withTerminating();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy