public class GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
GitRepoVolumeSourceFluent() |
GitRepoVolumeSourceFluent(GitRepoVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(GitRepoVolumeSource instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDirectory() |
String |
getRepository() |
String |
getRevision() |
boolean |
hasAdditionalProperties() |
boolean |
hasDirectory() |
int |
hashCode() |
boolean |
hasRepository() |
boolean |
hasRevision() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDirectory(String directory) |
A |
withRepository(String repository) |
A |
withRevision(String revision) |
public GitRepoVolumeSourceFluent()
public GitRepoVolumeSourceFluent(GitRepoVolumeSource instance)
protected void copyInstance(GitRepoVolumeSource instance)
public String getDirectory()
public boolean hasDirectory()
public String getRepository()
public boolean hasRepository()
public String getRevision()
public boolean hasRevision()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GitRepoVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GitRepoVolumeSourceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.