Package io.fabric8.kubernetes.api.model
Class SysctlFluentImpl<A extends SysctlFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.SysctlFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,SysctlFluent<A>
- Direct Known Subclasses:
DoneableSysctl
,PodSecurityContextFluentImpl.SysctlsNestedImpl
,SysctlBuilder
,WatchEventFluentImpl.SysctlObjectNestedImpl
public class SysctlFluentImpl<A extends SysctlFluent<A>> extends BaseFluent<A> implements SysctlFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SysctlFluentImpl()
SysctlFluentImpl(Sysctl instance)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getName()
String
getValue()
Boolean
hasName()
Boolean
hasValue()
A
withName(String name)
A
withNewName(String arg1)
A
withNewName(StringBuffer arg1)
A
withNewName(StringBuilder arg1)
A
withNewValue(String arg1)
A
withNewValue(StringBuffer arg1)
A
withNewValue(StringBuilder arg1)
A
withValue(String value)
-
Constructor Details
-
SysctlFluentImpl
public SysctlFluentImpl() -
SysctlFluentImpl
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withName
- Specified by:
withName
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewName
- Specified by:
withNewName
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewName
- Specified by:
withNewName
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewName
- Specified by:
withNewName
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
getValue
- Specified by:
getValue
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withValue
- Specified by:
withValue
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
hasValue
- Specified by:
hasValue
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewValue
- Specified by:
withNewValue
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewValue
- Specified by:
withNewValue
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewValue
- Specified by:
withNewValue
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
equals
-