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 String
getLocalhostProfile()
String
getType()
Boolean
hasLocalhostProfile()
Boolean
hasType()
A
withLocalhostProfile(String localhostProfile)
A
withNewLocalhostProfile(String arg1)
A
withNewLocalhostProfile(StringBuffer arg1)
A
withNewLocalhostProfile(StringBuilder arg1)
A
withNewType(String arg1)
A
withNewType(StringBuffer arg1)
A
withNewType(StringBuilder arg1)
A
withType(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)
-
-