annotations.io.fabric8.kubernetes.api.model.extensions.DaemonSetStatusFluent Maven / Gradle / Ivy
package io.fabric8.kubernetes.api.model.extensions;
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.Fluent;
public interface DaemonSetStatusFluent> extends Fluent{
public Integer getCurrentNumberScheduled(); public T withCurrentNumberScheduled( Integer currentNumberScheduled); public Integer getDesiredNumberScheduled(); public T withDesiredNumberScheduled( Integer desiredNumberScheduled); public Integer getNumberMisscheduled(); public T withNumberMisscheduled( Integer numberMisscheduled); 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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy