io.fabric8.openshift.api.model.RollingDeploymentStrategyParamsFluent Maven / Gradle / Ivy
package io.fabric8.openshift.api.model;
import java.util.Map;
import java.util.Map;
import io.fabric8.kubernetes.api.model.IntOrString;
import java.util.HashMap;
import java.io.Serializable;
import java.util.AbstractMap;
import io.fabric8.kubernetes.api.model.IntOrStringBuilder;
import io.fabric8.kubernetes.api.model.IntOrStringFluent;
import io.fabric8.kubernetes.api.model.IntOrStringFluent;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
public interface RollingDeploymentStrategyParamsFluent> extends Fluent{
public Long getIntervalSeconds(); public T withIntervalSeconds( Long intervalSeconds); public IntOrString getMaxSurge(); public T withMaxSurge( IntOrString maxSurge); public MaxSurgeNested withNewMaxSurge(); public MaxSurgeNested withNewMaxSurgeLike( IntOrString item); public MaxSurgeNested editMaxSurge(); public T withNewMaxSurge( String strVal); public T withNewMaxSurge( Integer intVal); public IntOrString getMaxUnavailable(); public T withMaxUnavailable( IntOrString maxUnavailable); public MaxUnavailableNested withNewMaxUnavailable(); public MaxUnavailableNested withNewMaxUnavailableLike( IntOrString item); public MaxUnavailableNested editMaxUnavailable(); public T withNewMaxUnavailable( String strVal); public T withNewMaxUnavailable( Integer intVal); public LifecycleHook getPost(); public T withPost( LifecycleHook post); public PostNested withNewPost(); public PostNested withNewPostLike( LifecycleHook item); public PostNested editPost(); public LifecycleHook getPre(); public T withPre( LifecycleHook pre); public PreNested withNewPre(); public PreNested withNewPreLike( LifecycleHook item); public PreNested editPre(); public Long getTimeoutSeconds(); public T withTimeoutSeconds( Long timeoutSeconds); public Integer getUpdatePercent(); public T withUpdatePercent( Integer updatePercent); public Long getUpdatePeriodSeconds(); public T withUpdatePeriodSeconds( Long updatePeriodSeconds); public T addToAdditionalProperties( String key, Object value); public T addToAdditionalProperties( Map map); public T removeFromAdditionalProperties( String key); public T removeFromAdditionalProperties( Map map); public Map getAdditionalProperties(); public T withAdditionalProperties( Map additionalProperties);
public interface MaxSurgeNested extends Nested, IntOrStringFluent>{
public N and(); public N endMaxSurge();
}
public interface MaxUnavailableNested extends Nested, IntOrStringFluent>{
public N endMaxUnavailable(); public N and();
}
public interface PostNested extends Nested, LifecycleHookFluent>{
public N endPost(); public N and();
}
public interface PreNested extends Nested, LifecycleHookFluent>{
public N and(); public N endPre();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy