public interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationDir() |
String |
getSourcePath() |
Boolean |
hasDestinationDir() |
Boolean |
hasSourcePath() |
A |
withDestinationDir(String destinationDir) |
A |
withNewDestinationDir(String arg0)
Deprecated.
|
A |
withNewSourcePath(String arg0)
Deprecated.
|
A |
withSourcePath(String sourcePath) |
String getDestinationDir()
Boolean hasDestinationDir()
@Deprecated A withNewDestinationDir(String arg0)
String getSourcePath()
Boolean hasSourcePath()
@Deprecated A withNewSourcePath(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.