Package io.fabric8.kubernetes.api.model
Class RootPathsFluent<A extends RootPathsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.RootPathsFluent<A>
-
- Direct Known Subclasses:
RootPathsBuilder
public class RootPathsFluent<A extends RootPathsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description RootPathsFluent()
RootPathsFluent(RootPaths instance)
-
Method Summary
-
-
-
Constructor Detail
-
RootPathsFluent
public RootPathsFluent()
-
RootPathsFluent
public RootPathsFluent(RootPaths instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(RootPaths instance)
-
addAllToPaths
public A addAllToPaths(Collection<String> items)
-
removeAllFromPaths
public A removeAllFromPaths(Collection<String> items)
-
getPath
public String getPath(int index)
-
getFirstPath
public String getFirstPath()
-
getLastPath
public String getLastPath()
-
hasPaths
public boolean hasPaths()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RootPathsFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RootPathsFluent<A>>
-
-