Interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
PodSecurityPolicySpecFluent.AllowedHostPathsNested<N>
- All Known Implementing Classes:
AllowedHostPathBuilder,AllowedHostPathFluentImpl,DoneableAllowedHostPath,PodSecurityPolicySpecFluentImpl.AllowedHostPathsNestedImpl
public interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description 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)
-
Method Details
-
getPathPrefix
String getPathPrefix() -
withPathPrefix
-
hasPathPrefix
Boolean hasPathPrefix() -
withNewPathPrefix
-
withNewPathPrefix
-
withNewPathPrefix
-
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-