io.kubernetes.client.openapi.models.V1SeccompProfileFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;
/**
* Generated
*/
public interface V1SeccompProfileFluent> extends Fluent{
public String getLocalhostProfile();
public A withLocalhostProfile(String localhostProfile);
public Boolean hasLocalhostProfile();
public String getType();
public A withType(String type);
public Boolean hasType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy