
io.kubernetes.client.models.V1NodeConfigSourceFluent Maven / Gradle / Ivy
package io.kubernetes.client.models;
import java.lang.Deprecated;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.Boolean;
public interface V1NodeConfigSourceFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildConfigMap instead.
*/
@Deprecated public V1ConfigMapNodeConfigSource getConfigMap();
public V1ConfigMapNodeConfigSource buildConfigMap();
public A withConfigMap(V1ConfigMapNodeConfigSource configMap);
public Boolean hasConfigMap();
public V1NodeConfigSourceFluent.ConfigMapNested withNewConfigMap();
public V1NodeConfigSourceFluent.ConfigMapNested withNewConfigMapLike(V1ConfigMapNodeConfigSource item);
public V1NodeConfigSourceFluent.ConfigMapNested editConfigMap();
public V1NodeConfigSourceFluent.ConfigMapNested editOrNewConfigMap();
public V1NodeConfigSourceFluent.ConfigMapNested editOrNewConfigMapLike(V1ConfigMapNodeConfigSource item);
public interface ConfigMapNested extends io.kubernetes.client.fluent.Nested,V1ConfigMapNodeConfigSourceFluent>{
public N and(); public N endConfigMap();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy