Class AllowedHostPathFluentImpl<A extends AllowedHostPathFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.policy.AllowedHostPathFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,AllowedHostPathFluent<A>
- Direct Known Subclasses:
AllowedHostPathBuilder,DoneableAllowedHostPath,PodSecurityPolicySpecFluentImpl.AllowedHostPathsNestedImpl
public class AllowedHostPathFluentImpl<A extends AllowedHostPathFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AllowedHostPathFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AllowedHostPathFluentImpl()AllowedHostPathFluentImpl(AllowedHostPath instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetPathPrefix()BooleanhasPathPrefix()BooleanhasReadOnly()BooleanisReadOnly()AwithNewPathPrefix(String arg1)AwithNewPathPrefix(StringBuffer arg1)AwithNewPathPrefix(StringBuilder arg1)AwithNewReadOnly(boolean arg1)AwithNewReadOnly(String arg1)AwithPathPrefix(String pathPrefix)AwithReadOnly(Boolean readOnly)
-
Constructor Details
-
AllowedHostPathFluentImpl
public AllowedHostPathFluentImpl() -
AllowedHostPathFluentImpl
-
-
Method Details
-
getPathPrefix
- Specified by:
getPathPrefixin interfaceAllowedHostPathFluent<A extends AllowedHostPathFluent<A>>
-
withPathPrefix
- Specified by:
withPathPrefixin interfaceAllowedHostPathFluent<A extends AllowedHostPathFluent<A>>
-
hasPathPrefix
- Specified by:
hasPathPrefixin interfaceAllowedHostPathFluent<A extends AllowedHostPathFluent<A>>
-
withNewPathPrefix
- Specified by:
withNewPathPrefixin interfaceAllowedHostPathFluent<A extends AllowedHostPathFluent<A>>
-
withNewPathPrefix
- Specified by:
withNewPathPrefixin interfaceAllowedHostPathFluent<A extends AllowedHostPathFluent<A>>
-
withNewPathPrefix
- Specified by:
withNewPathPrefixin interfaceAllowedHostPathFluent<A extends AllowedHostPathFluent<A>>
-
isReadOnly
- Specified by:
isReadOnlyin interfaceAllowedHostPathFluent<A extends AllowedHostPathFluent<A>>
-
withReadOnly
- Specified by:
withReadOnlyin interfaceAllowedHostPathFluent<A extends AllowedHostPathFluent<A>>
-
hasReadOnly
- Specified by:
hasReadOnlyin interfaceAllowedHostPathFluent<A extends AllowedHostPathFluent<A>>
-
withNewReadOnly
- Specified by:
withNewReadOnlyin interfaceAllowedHostPathFluent<A extends AllowedHostPathFluent<A>>
-
withNewReadOnly
- Specified by:
withNewReadOnlyin interfaceAllowedHostPathFluent<A extends AllowedHostPathFluent<A>>
-
equals
-