All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kubernetes.client.models.ExtensionsV1beta1AllowedHostPathFluent Maven / Gradle / Ivy

package io.kubernetes.client.models;

import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;

public interface ExtensionsV1beta1AllowedHostPathFluent> extends Fluent{


    public String getPathPrefix();
    public A withPathPrefix(String pathPrefix);
    public Boolean hasPathPrefix();
    public Boolean isReadOnly();
    public A withReadOnly(Boolean readOnly);
    public Boolean hasReadOnly();
    public A withNewReadOnly(boolean arg1);
    public A withNewReadOnly(String arg1);



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy