Package io.fabric8.kubernetes.api.model
Class SeccompProfileFluentImpl<A extends SeccompProfileFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.SeccompProfileFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,SeccompProfileFluent<A>
- Direct Known Subclasses:
PodSecurityContextFluentImpl.SeccompProfileNestedImpl,SeccompProfileBuilder,SecurityContextFluentImpl.SeccompProfileNestedImpl,WatchEventFluentImpl.SeccompProfileObjectNestedImpl
public class SeccompProfileFluentImpl<A extends SeccompProfileFluent<A>> extends BaseFluent<A> implements SeccompProfileFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description SeccompProfileFluentImpl()SeccompProfileFluentImpl(SeccompProfile instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLocalhostProfile()StringgetType()inthashCode()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)
-
-
-
Constructor Detail
-
SeccompProfileFluentImpl
public SeccompProfileFluentImpl()
-
SeccompProfileFluentImpl
public SeccompProfileFluentImpl(SeccompProfile instance)
-
-
Method Detail
-
getLocalhostProfile
public String getLocalhostProfile()
- Specified by:
getLocalhostProfilein interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withLocalhostProfile
public A withLocalhostProfile(String localhostProfile)
- Specified by:
withLocalhostProfilein interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
hasLocalhostProfile
public Boolean hasLocalhostProfile()
- Specified by:
hasLocalhostProfilein interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withNewLocalhostProfile
public A withNewLocalhostProfile(String arg1)
- Specified by:
withNewLocalhostProfilein interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withNewLocalhostProfile
public A withNewLocalhostProfile(StringBuilder arg1)
- Specified by:
withNewLocalhostProfilein interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withNewLocalhostProfile
public A withNewLocalhostProfile(StringBuffer arg1)
- Specified by:
withNewLocalhostProfilein interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
getType
public String getType()
- Specified by:
getTypein interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withType
public A withType(String type)
- Specified by:
withTypein interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
hasType
public Boolean hasType()
- Specified by:
hasTypein interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withNewType
public A withNewType(String arg1)
- Specified by:
withNewTypein interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withNewType
public A withNewType(StringBuilder arg1)
- Specified by:
withNewTypein interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withNewType
public A withNewType(StringBuffer arg1)
- Specified by:
withNewTypein interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
-