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

io.kubernetes.client.openapi.models.V1DaemonSetUpdateStrategyFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import java.lang.Deprecated;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1DaemonSetUpdateStrategyFluent> extends Fluent{
  
  /**
   * This method has been deprecated, please use method buildRollingUpdate instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1RollingUpdateDaemonSet getRollingUpdate();
  public V1RollingUpdateDaemonSet buildRollingUpdate();
  public A withRollingUpdate(V1RollingUpdateDaemonSet rollingUpdate);
  public Boolean hasRollingUpdate();
  public V1DaemonSetUpdateStrategyFluent.RollingUpdateNested withNewRollingUpdate();
  public V1DaemonSetUpdateStrategyFluent.RollingUpdateNested withNewRollingUpdateLike(V1RollingUpdateDaemonSet item);
  public V1DaemonSetUpdateStrategyFluent.RollingUpdateNested editRollingUpdate();
  public V1DaemonSetUpdateStrategyFluent.RollingUpdateNested editOrNewRollingUpdate();
  public V1DaemonSetUpdateStrategyFluent.RollingUpdateNested editOrNewRollingUpdateLike(V1RollingUpdateDaemonSet item);
  public String getType();
  public A withType(String type);
  public Boolean hasType();
  public interface RollingUpdateNested extends Nested,V1RollingUpdateDaemonSetFluent>{
    public N and();
    public N endRollingUpdate();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy