public class V1GitRepoVolumeSourceFluentImpl<A extends V1GitRepoVolumeSourceFluent<A>> extends BaseFluent<A> implements V1GitRepoVolumeSourceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1GitRepoVolumeSourceFluentImpl() |
V1GitRepoVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1GitRepoVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDirectory() |
String |
getRepository() |
String |
getRevision() |
Boolean |
hasDirectory() |
int |
hashCode() |
Boolean |
hasRepository() |
Boolean |
hasRevision() |
String |
toString() |
A |
withDirectory(String directory) |
A |
withRepository(String repository) |
A |
withRevision(String revision) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1GitRepoVolumeSourceFluentImpl()
public V1GitRepoVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1GitRepoVolumeSource instance)
public String getDirectory()
getDirectory in interface V1GitRepoVolumeSourceFluent<A extends V1GitRepoVolumeSourceFluent<A>>public A withDirectory(String directory)
withDirectory in interface V1GitRepoVolumeSourceFluent<A extends V1GitRepoVolumeSourceFluent<A>>public Boolean hasDirectory()
hasDirectory in interface V1GitRepoVolumeSourceFluent<A extends V1GitRepoVolumeSourceFluent<A>>public String getRepository()
getRepository in interface V1GitRepoVolumeSourceFluent<A extends V1GitRepoVolumeSourceFluent<A>>public A withRepository(String repository)
withRepository in interface V1GitRepoVolumeSourceFluent<A extends V1GitRepoVolumeSourceFluent<A>>public Boolean hasRepository()
hasRepository in interface V1GitRepoVolumeSourceFluent<A extends V1GitRepoVolumeSourceFluent<A>>public String getRevision()
getRevision in interface V1GitRepoVolumeSourceFluent<A extends V1GitRepoVolumeSourceFluent<A>>public A withRevision(String revision)
withRevision in interface V1GitRepoVolumeSourceFluent<A extends V1GitRepoVolumeSourceFluent<A>>public Boolean hasRevision()
hasRevision in interface V1GitRepoVolumeSourceFluent<A extends V1GitRepoVolumeSourceFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1GitRepoVolumeSourceFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1GitRepoVolumeSourceFluent<A>>Copyright © 2022. All rights reserved.