public interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectory() |
String |
getRepository() |
String |
getRevision() |
Boolean |
hasDirectory() |
Boolean |
hasRepository() |
Boolean |
hasRevision() |
A |
withDirectory(String directory) |
A |
withNewDirectory(String arg0)
Deprecated.
|
A |
withNewRepository(String arg0)
Deprecated.
|
A |
withNewRevision(String arg0)
Deprecated.
|
A |
withRepository(String repository) |
A |
withRevision(String revision) |
String getDirectory()
Boolean hasDirectory()
@Deprecated A withNewDirectory(String arg0)
String getRepository()
Boolean hasRepository()
@Deprecated A withNewRepository(String arg0)
String getRevision()
Boolean hasRevision()
@Deprecated A withNewRevision(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.