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

io.kubernetes.client.openapi.models.V1ContainerStatusFluent 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 io.kubernetes.client.fluent.Nested;
import io.kubernetes.client.custom.Quantity;
import java.lang.String;
import java.util.LinkedHashMap;
import java.lang.Integer;
import java.lang.Deprecated;
import java.lang.Boolean;
import java.util.Map;

 /**
  * Generated
  */
public interface V1ContainerStatusFluent> extends Fluent{
  public A addToAllocatedResources(String key,Quantity value);
  public A addToAllocatedResources(Map map);
  public A removeFromAllocatedResources(String key);
  public A removeFromAllocatedResources(Map map);
  public Map getAllocatedResources();
  public A withAllocatedResources(Map allocatedResources);
  public Boolean hasAllocatedResources();
  public String getContainerID();
  public A withContainerID(String containerID);
  public Boolean hasContainerID();
  public String getImage();
  public A withImage(String image);
  public Boolean hasImage();
  public String getImageID();
  public A withImageID(String imageID);
  public Boolean hasImageID();
  
  /**
   * This method has been deprecated, please use method buildLastState instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1ContainerState getLastState();
  public V1ContainerState buildLastState();
  public A withLastState(V1ContainerState lastState);
  public Boolean hasLastState();
  public V1ContainerStatusFluent.LastStateNested withNewLastState();
  public V1ContainerStatusFluent.LastStateNested withNewLastStateLike(V1ContainerState item);
  public V1ContainerStatusFluent.LastStateNested editLastState();
  public V1ContainerStatusFluent.LastStateNested editOrNewLastState();
  public V1ContainerStatusFluent.LastStateNested editOrNewLastStateLike(V1ContainerState item);
  public String getName();
  public A withName(String name);
  public Boolean hasName();
  public Boolean getReady();
  public A withReady(Boolean ready);
  public Boolean hasReady();
  
  /**
   * This method has been deprecated, please use method buildResources instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1ResourceRequirements getResources();
  public V1ResourceRequirements buildResources();
  public A withResources(V1ResourceRequirements resources);
  public Boolean hasResources();
  public V1ContainerStatusFluent.ResourcesNested withNewResources();
  public V1ContainerStatusFluent.ResourcesNested withNewResourcesLike(V1ResourceRequirements item);
  public V1ContainerStatusFluent.ResourcesNested editResources();
  public V1ContainerStatusFluent.ResourcesNested editOrNewResources();
  public V1ContainerStatusFluent.ResourcesNested editOrNewResourcesLike(V1ResourceRequirements item);
  public Integer getRestartCount();
  public A withRestartCount(Integer restartCount);
  public Boolean hasRestartCount();
  public Boolean getStarted();
  public A withStarted(Boolean started);
  public Boolean hasStarted();
  
  /**
   * This method has been deprecated, please use method buildState instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1ContainerState getState();
  public V1ContainerState buildState();
  public A withState(V1ContainerState state);
  public Boolean hasState();
  public V1ContainerStatusFluent.StateNested withNewState();
  public V1ContainerStatusFluent.StateNested withNewStateLike(V1ContainerState item);
  public V1ContainerStatusFluent.StateNested editState();
  public V1ContainerStatusFluent.StateNested editOrNewState();
  public V1ContainerStatusFluent.StateNested editOrNewStateLike(V1ContainerState item);
  public A withReady();
  public A withStarted();
  public interface LastStateNested extends Nested,V1ContainerStateFluent>{
    public N and();
    public N endLastState();
    
  }
  public interface ResourcesNested extends Nested,V1ResourceRequirementsFluent>{
    public N and();
    public N endResources();
    
  }
  public interface StateNested extends Nested,V1ContainerStateFluent>{
    public N and();
    public N endState();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy