io.kubernetes.client.openapi.models.V1PersistentVolumeClaimVolumeSourceFluent 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 V1PersistentVolumeClaimVolumeSourceFluent> extends Fluent{
public String getClaimName();
public A withClaimName(String claimName);
public Boolean hasClaimName();
public Boolean getReadOnly();
public A withReadOnly(Boolean readOnly);
public Boolean hasReadOnly();
public A withReadOnly();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy