Package io.fabric8.kubernetes.api.model
Class DoneableSELinuxOptions
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.SELinuxOptionsFluentImpl<DoneableSELinuxOptions>
io.fabric8.kubernetes.api.model.DoneableSELinuxOptions
- All Implemented Interfaces:
Fluent<DoneableSELinuxOptions>,Visitable<DoneableSELinuxOptions>,Doneable<SELinuxOptions>,SELinuxOptionsFluent<DoneableSELinuxOptions>
public class DoneableSELinuxOptions extends SELinuxOptionsFluentImpl<DoneableSELinuxOptions> implements Doneable<SELinuxOptions>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableSELinuxOptions(Function<SELinuxOptions,SELinuxOptions> function)DoneableSELinuxOptions(SELinuxOptions item)DoneableSELinuxOptions(SELinuxOptions item, Function<SELinuxOptions,SELinuxOptions> function) -
Method Summary
Modifier and Type Method Description SELinuxOptionsdone()Methods inherited from class io.fabric8.kubernetes.api.model.SELinuxOptionsFluentImpl
equals, getLevel, getRole, getType, getUser, hasLevel, hasRole, hasType, hasUser, withLevel, withNewLevel, withNewLevel, withNewLevel, withNewRole, withNewRole, withNewRole, withNewType, withNewType, withNewType, withNewUser, withNewUser, withNewUser, withRole, withType, withUser
-
Constructor Details
-
DoneableSELinuxOptions
-
DoneableSELinuxOptions
public DoneableSELinuxOptions(SELinuxOptions item, Function<SELinuxOptions,SELinuxOptions> function) -
DoneableSELinuxOptions
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<SELinuxOptions>
-