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

io.kubernetes.client.openapi.models.V1SELinuxOptionsFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
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