public static interface SkaffoldModules.SkaffoldGitSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPath()
public abstract String getPath()
Optional. Relative path from the repository root to the Skaffold file.
string path = 2;
Returns | |
---|---|
Type | Description |
String |
The path. |
getPathBytes()
public abstract ByteString getPathBytes()
Optional. Relative path from the repository root to the Skaffold file.
string path = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for path. |
getRef()
public abstract String getRef()
Optional. Git ref the package should be cloned from.
string ref = 3;
Returns | |
---|---|
Type | Description |
String |
The ref. |
getRefBytes()
public abstract ByteString getRefBytes()
Optional. Git ref the package should be cloned from.
string ref = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for ref. |
getRepo()
public abstract String getRepo()
Required. Git repository the package should be cloned from.
string repo = 1;
Returns | |
---|---|
Type | Description |
String |
The repo. |
getRepoBytes()
public abstract ByteString getRepoBytes()
Required. Git repository the package should be cloned from.
string repo = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for repo. |