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

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

package io.kubernetes.client.models;

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

public interface V1KeyToPathFluent> extends Fluent{


    public String getKey();
    public A withKey(String key);
    public Boolean hasKey();
    public Integer getMode();
    public A withMode(Integer mode);
    public Boolean hasMode();
    public A withNewMode(int arg1);
    public A withNewMode(String arg1);
    public String getPath();
    public A withPath(String path);
    public Boolean hasPath();



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy