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

io.kubernetes.client.models.ExtensionsV1beta1DeploymentRollbackFluent Maven / Gradle / Ivy

package io.kubernetes.client.models;

import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.util.LinkedHashMap;
import java.lang.Deprecated;
import java.lang.Boolean;
import java.util.Map;

public interface ExtensionsV1beta1DeploymentRollbackFluent> extends Fluent{


    public String getApiVersion();
    public A withApiVersion(String apiVersion);
    public Boolean hasApiVersion();
    public String getKind();
    public A withKind(String kind);
    public Boolean hasKind();
    public String getName();
    public A withName(String name);
    public Boolean hasName();
    
/**
 * This method has been deprecated, please use method buildRollbackTo instead.
 */
@Deprecated public ExtensionsV1beta1RollbackConfig getRollbackTo();
    public ExtensionsV1beta1RollbackConfig buildRollbackTo();
    public A withRollbackTo(ExtensionsV1beta1RollbackConfig rollbackTo);
    public Boolean hasRollbackTo();
    public ExtensionsV1beta1DeploymentRollbackFluent.RollbackToNested withNewRollbackTo();
    public ExtensionsV1beta1DeploymentRollbackFluent.RollbackToNested withNewRollbackToLike(ExtensionsV1beta1RollbackConfig item);
    public ExtensionsV1beta1DeploymentRollbackFluent.RollbackToNested editRollbackTo();
    public ExtensionsV1beta1DeploymentRollbackFluent.RollbackToNested editOrNewRollbackTo();
    public ExtensionsV1beta1DeploymentRollbackFluent.RollbackToNested editOrNewRollbackToLike(ExtensionsV1beta1RollbackConfig item);
    public A addToUpdatedAnnotations(String key,String value);
    public A addToUpdatedAnnotations(Map map);
    public A removeFromUpdatedAnnotations(String key);
    public A removeFromUpdatedAnnotations(Map map);
    public Map getUpdatedAnnotations();
    public A withUpdatedAnnotations(Map updatedAnnotations);
    public Boolean hasUpdatedAnnotations();

    public interface RollbackToNested extends io.kubernetes.client.fluent.Nested,ExtensionsV1beta1RollbackConfigFluent>{

        
    public N and();    public N endRollbackTo();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy