
io.kubernetes.client.models.V1ContainerStateRunningFluent Maven / Gradle / Ivy
package io.kubernetes.client.models;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import java.lang.Object;
import java.lang.Boolean;
import org.joda.time.DateTime;
public interface V1ContainerStateRunningFluent> extends Fluent{
public DateTime getStartedAt();
public A withStartedAt(DateTime startedAt);
public Boolean hasStartedAt();
public A withNewStartedAt(int arg0,int arg1,int arg2,int arg3,int arg4);
public A withNewStartedAt(long arg0);
public A withNewStartedAt(Object arg0);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy