Class DoneableAllowedHostPath
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.policy.AllowedHostPathFluentImpl<DoneableAllowedHostPath>
io.fabric8.kubernetes.api.model.policy.DoneableAllowedHostPath
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableAllowedHostPath>,io.fabric8.kubernetes.api.builder.Visitable<DoneableAllowedHostPath>,io.fabric8.kubernetes.api.model.Doneable<AllowedHostPath>,AllowedHostPathFluent<DoneableAllowedHostPath>
public class DoneableAllowedHostPath extends AllowedHostPathFluentImpl<DoneableAllowedHostPath> implements io.fabric8.kubernetes.api.model.Doneable<AllowedHostPath>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableAllowedHostPath(io.fabric8.kubernetes.api.builder.Function<AllowedHostPath,AllowedHostPath> function)DoneableAllowedHostPath(AllowedHostPath item)DoneableAllowedHostPath(AllowedHostPath item, io.fabric8.kubernetes.api.builder.Function<AllowedHostPath,AllowedHostPath> function) -
Method Summary
Modifier and Type Method Description AllowedHostPathdone()Methods inherited from class io.fabric8.kubernetes.api.model.policy.AllowedHostPathFluentImpl
equals, getPathPrefix, hasPathPrefix, hasReadOnly, isReadOnly, withNewPathPrefix, withNewPathPrefix, withNewPathPrefix, withNewReadOnly, withNewReadOnly, withPathPrefix, withReadOnly
-
Constructor Details
-
DoneableAllowedHostPath
public DoneableAllowedHostPath(io.fabric8.kubernetes.api.builder.Function<AllowedHostPath,AllowedHostPath> function) -
DoneableAllowedHostPath
public DoneableAllowedHostPath(AllowedHostPath item, io.fabric8.kubernetes.api.builder.Function<AllowedHostPath,AllowedHostPath> function) -
DoneableAllowedHostPath
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<AllowedHostPath>
-