Class AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.policy.v1beta1.AllowedHostPathFluent<A>
-
- Direct Known Subclasses:
AllowedHostPathBuilder,PodSecurityPolicySpecFluent.AllowedHostPathsNested
public class AllowedHostPathFluent<A extends AllowedHostPathFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description AllowedHostPathFluent()AllowedHostPathFluent(AllowedHostPath instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(AllowedHostPath instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetPathPrefix()BooleangetReadOnly()booleanhasAdditionalProperties()inthashCode()booleanhasPathPrefix()booleanhasReadOnly()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithPathPrefix(String pathPrefix)AwithReadOnly()AwithReadOnly(Boolean readOnly)
-
-
-
Constructor Detail
-
AllowedHostPathFluent
public AllowedHostPathFluent()
-
AllowedHostPathFluent
public AllowedHostPathFluent(AllowedHostPath instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(AllowedHostPath instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AllowedHostPathFluent<A>>
-
getPathPrefix
public String getPathPrefix()
-
getReadOnly
public Boolean getReadOnly()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasPathPrefix
public boolean hasPathPrefix()
-
hasReadOnly
public boolean hasReadOnly()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AllowedHostPathFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withReadOnly
public A withReadOnly()
-
-