
io.kubernetes.client.openapi.models.V1NFSVolumeSourceFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;
/**
* Generated
*/
public interface V1NFSVolumeSourceFluent> extends Fluent{
public String getPath();
public A withPath(String path);
public Boolean hasPath();
public Boolean getReadOnly();
public A withReadOnly(Boolean readOnly);
public Boolean hasReadOnly();
public String getServer();
public A withServer(String server);
public Boolean hasServer();
public A withReadOnly();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy