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 booleanequals(Object o)StringgetName()StringgetValue()BooleanhasName()BooleanhasValue()AwithName(String name)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewValue(String arg1)AwithNewValue(StringBuffer arg1)AwithNewValue(StringBuilder arg1)AwithValue(String value)
-
Constructor Details
-
SysctlFluentImpl
public SysctlFluentImpl() -
SysctlFluentImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withName
- Specified by:
withNamein interfaceSysctlFluent<A extends SysctlFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceSysctlFluent<A extends SysctlFluent<A>>
-
getValue
- Specified by:
getValuein interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withValue
- Specified by:
withValuein interfaceSysctlFluent<A extends SysctlFluent<A>>
-
hasValue
- Specified by:
hasValuein interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfaceSysctlFluent<A extends SysctlFluent<A>>
-
equals
-