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

annotations.io.fabric8.openshift.api.model.DeploymentConfigStatusFluent Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
package io.fabric8.openshift.api.model;

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

public interface DeploymentConfigStatusFluent> extends Fluent{


    public DeploymentDetails getDetails();
    public A withDetails(DeploymentDetails details);
    public DeploymentConfigStatusFluent.DetailsNested withNewDetails();
    public DeploymentConfigStatusFluent.DetailsNested withNewDetailsLike(DeploymentDetails item);
    public DeploymentConfigStatusFluent.DetailsNested editDetails();
    public Integer getLatestVersion();
    public A withLatestVersion(Integer latestVersion);
    public Long getObservedGeneration();
    public A withObservedGeneration(Long observedGeneration);

    public interface DetailsNested extends Nested,DeploymentDetailsFluent>{

        
    public N and();    public N endDetails();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy