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

io.kubernetes.client.models.V1AttachedVolumeFluent 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 V1AttachedVolumeFluent> extends Fluent{


    public String getDevicePath();
    public A withDevicePath(String devicePath);
    public Boolean hasDevicePath();
    public String getName();
    public A withName(String name);
    public Boolean hasName();



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy