public interface GitRepoVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDirectory()
Target directory name.
|
com.google.protobuf.ByteString |
getDirectoryBytes()
Target directory name.
|
java.lang.String |
getRepository()
Repository URL
|
com.google.protobuf.ByteString |
getRepositoryBytes()
Repository URL
|
java.lang.String |
getRevision()
Commit hash for the specified revision.
|
com.google.protobuf.ByteString |
getRevisionBytes()
Commit hash for the specified revision.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getRepository()
Repository URL
string repository = 1;com.google.protobuf.ByteString getRepositoryBytes()
Repository URL
string repository = 1;java.lang.String getRevision()
Commit hash for the specified revision.
string revision = 2;com.google.protobuf.ByteString getRevisionBytes()
Commit hash for the specified revision.
string revision = 2;java.lang.String getDirectory()
Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
string directory = 3;com.google.protobuf.ByteString getDirectoryBytes()
Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
string directory = 3;