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

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

package io.fabric8.openshift.api.model;

import java.io.Serializable;
import io.fabric8.kubernetes.api.builder.Editable;

public class EditableRecreateDeploymentStrategyParams extends RecreateDeploymentStrategyParams implements Editable{


public EditableRecreateDeploymentStrategyParams(){
    super();
}
public EditableRecreateDeploymentStrategyParams( LifecycleHook mid , LifecycleHook post , LifecycleHook pre , Long timeoutSeconds ){
    super(mid, post, pre, timeoutSeconds);
}

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


}
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy