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 boolean
equals(Object o)
String
getLocalhostProfile()
String
getType()
int
hashCode()
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)
-
-
-
Constructor Detail
-
SeccompProfileFluentImpl
public SeccompProfileFluentImpl()
-
SeccompProfileFluentImpl
public SeccompProfileFluentImpl(SeccompProfile instance)
-
-
Method Detail
-
getLocalhostProfile
public String getLocalhostProfile()
- Specified by:
getLocalhostProfile
in interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withLocalhostProfile
public A withLocalhostProfile(String localhostProfile)
- Specified by:
withLocalhostProfile
in interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
hasLocalhostProfile
public Boolean hasLocalhostProfile()
- Specified by:
hasLocalhostProfile
in interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withNewLocalhostProfile
public A withNewLocalhostProfile(String arg1)
- Specified by:
withNewLocalhostProfile
in interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withNewLocalhostProfile
public A withNewLocalhostProfile(StringBuilder arg1)
- Specified by:
withNewLocalhostProfile
in interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withNewLocalhostProfile
public A withNewLocalhostProfile(StringBuffer arg1)
- Specified by:
withNewLocalhostProfile
in interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
getType
public String getType()
- Specified by:
getType
in interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withType
public A withType(String type)
- Specified by:
withType
in interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
hasType
public Boolean hasType()
- Specified by:
hasType
in interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withNewType
public A withNewType(String arg1)
- Specified by:
withNewType
in interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withNewType
public A withNewType(StringBuilder arg1)
- Specified by:
withNewType
in interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
withNewType
public A withNewType(StringBuffer arg1)
- Specified by:
withNewType
in interfaceSeccompProfileFluent<A extends SeccompProfileFluent<A>>
-
-