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

io.fabric8.openshift.api.model.EditableDeploymentStrategy Maven / Gradle / Ivy

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

import io.fabric8.kubernetes.api.model.ResourceRequirements;
import java.util.HashMap;
import java.io.Serializable;
import java.util.Map;
import java.util.Map;
import java.util.AbstractMap;
import io.fabric8.kubernetes.api.builder.Editable;

public class EditableDeploymentStrategy extends DeploymentStrategy implements Editable{


public EditableDeploymentStrategy(){
    super();
}
public EditableDeploymentStrategy( Map annotations , CustomDeploymentStrategyParams customParams , Map labels , RecreateDeploymentStrategyParams recreateParams , ResourceRequirements resources , RollingDeploymentStrategyParams rollingParams , String type ){
    super(annotations, customParams, labels, recreateParams, resources, rollingParams, type);
}

public DeploymentStrategyBuilder edit(){
    return new DeploymentStrategyBuilder(this);
}


}
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy