public interface V1GitRepoVolumeSourceFluent<A extends V1GitRepoVolumeSourceFluent<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 |
withRepository(String repository) |
A |
withRevision(String revision) |
Copyright © 2019. All rights reserved.