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

annotations.io.fabric8.kubernetes.api.model.ContainerStatusFluent Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package io.fabric8.kubernetes.api.model;

import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.String;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.Valid;
import javax.validation.constraints.Pattern;
import javax.validation.constraints.Size;
import java.lang.Boolean;
import java.lang.Integer;
import java.lang.Object;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.fabric8.kubernetes.api.builder.Nested;

public interface ContainerStatusFluent> extends Fluent{


    public String getContainerID();
    public A withContainerID(String containerID);
    public String getImage();
    public A withImage(String image);
    public String getImageID();
    public A withImageID(String imageID);
    public ContainerState getLastState();
    public A withLastState(ContainerState lastState);
    public ContainerStatusFluent.LastStateNested withNewLastState();
    public ContainerStatusFluent.LastStateNested withNewLastStateLike(ContainerState item);
    public ContainerStatusFluent.LastStateNested editLastState();
    public String getName();
    public A withName(String name);
    public Boolean isReady();
    public A withReady(Boolean ready);
    public Integer getRestartCount();
    public A withRestartCount(Integer restartCount);
    public ContainerState getState();
    public A withState(ContainerState state);
    public ContainerStatusFluent.StateNested withNewState();
    public ContainerStatusFluent.StateNested withNewStateLike(ContainerState item);
    public ContainerStatusFluent.StateNested editState();

    public interface LastStateNested extends Nested,ContainerStateFluent>{

        
    public N endLastState();    public N and();
}
    public interface StateNested extends Nested,ContainerStateFluent>{

        
    public N endState();    public N and();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy