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

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


    public String getLevel();
    public A withLevel(String level);
    public Boolean hasLevel();
    public String getRole();
    public A withRole(String role);
    public Boolean hasRole();
    public String getType();
    public A withType(String type);
    public Boolean hasType();
    public String getUser();
    public A withUser(String user);
    public Boolean hasUser();



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy