io.kubernetes.client.openapi.models.V1LocalVolumeSourceFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;
/**
* Generated
*/
public interface V1LocalVolumeSourceFluent> extends Fluent{
public String getFsType();
public A withFsType(String fsType);
public Boolean hasFsType();
public String getPath();
public A withPath(String path);
public Boolean hasPath();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy