public static interface V1.GitRepoVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectory()
Target directory name.
|
com.google.protobuf.ByteString |
getDirectoryBytes()
Target directory name.
|
String |
getRepository()
Repository URL
|
com.google.protobuf.ByteString |
getRepositoryBytes()
Repository URL
|
String |
getRevision()
Commit hash for the specified revision.
|
com.google.protobuf.ByteString |
getRevisionBytes()
Commit hash for the specified revision.
|
boolean |
hasDirectory()
Target directory name.
|
boolean |
hasRepository()
Repository URL
|
boolean |
hasRevision()
Commit hash for the specified revision.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRepository()
Repository URL
optional string repository = 1;String getRepository()
Repository URL
optional string repository = 1;com.google.protobuf.ByteString getRepositoryBytes()
Repository URL
optional string repository = 1;boolean hasRevision()
Commit hash for the specified revision. +optional
optional string revision = 2;String getRevision()
Commit hash for the specified revision. +optional
optional string revision = 2;com.google.protobuf.ByteString getRevisionBytes()
Commit hash for the specified revision. +optional
optional string revision = 2;boolean hasDirectory()
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. +optional
optional string directory = 3;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. +optional
optional 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. +optional
optional string directory = 3;Copyright © 2019. All rights reserved.