Package io.fabric8.kubernetes.api.model
Interface SeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PodSecurityContextFluent.SeccompProfileNested<N>,SecurityContextFluent.SeccompProfileNested<N>,WatchEventFluent.SeccompProfileObjectNested<N>
- All Known Implementing Classes:
PodSecurityContextFluentImpl.SeccompProfileNestedImpl,SeccompProfileBuilder,SeccompProfileFluentImpl,SecurityContextFluentImpl.SeccompProfileNestedImpl,WatchEventFluentImpl.SeccompProfileObjectNestedImpl
public interface SeccompProfileFluent<A extends SeccompProfileFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocalhostProfile()StringgetType()BooleanhasLocalhostProfile()BooleanhasType()AwithLocalhostProfile(String localhostProfile)AwithNewLocalhostProfile(String arg1)AwithNewLocalhostProfile(StringBuffer arg1)AwithNewLocalhostProfile(StringBuilder arg1)AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithType(String type)
-
-
-
Method Detail
-
getLocalhostProfile
String getLocalhostProfile()
-
hasLocalhostProfile
Boolean hasLocalhostProfile()
-
withNewLocalhostProfile
A withNewLocalhostProfile(StringBuilder arg1)
-
withNewLocalhostProfile
A withNewLocalhostProfile(StringBuffer arg1)
-
getType
String getType()
-
hasType
Boolean hasType()
-
withNewType
A withNewType(StringBuilder arg1)
-
withNewType
A withNewType(StringBuffer arg1)
-
-