Interface V1.GitRepoVolumeSourceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.GitRepoVolumeSource, V1.GitRepoVolumeSource.Builder
Enclosing class:
V1

public static interface V1.GitRepoVolumeSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Target directory name.
    com.google.protobuf.ByteString
    Target directory name.
    Repository URL
    com.google.protobuf.ByteString
    Repository URL
    Commit hash for the specified revision.
    com.google.protobuf.ByteString
    Commit hash for the specified revision.
    boolean
    Target directory name.
    boolean
    Repository URL
    boolean
    Commit hash for the specified revision.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasRepository

      boolean hasRepository()
       Repository URL
       
      optional string repository = 1;
    • getRepository

      String getRepository()
       Repository URL
       
      optional string repository = 1;
    • getRepositoryBytes

      com.google.protobuf.ByteString getRepositoryBytes()
       Repository URL
       
      optional string repository = 1;
    • hasRevision

      boolean hasRevision()
       Commit hash for the specified revision.
       +optional
       
      optional string revision = 2;
    • getRevision

      String getRevision()
       Commit hash for the specified revision.
       +optional
       
      optional string revision = 2;
    • getRevisionBytes

      com.google.protobuf.ByteString getRevisionBytes()
       Commit hash for the specified revision.
       +optional
       
      optional string revision = 2;
    • hasDirectory

      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;
    • getDirectory

      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;
    • getDirectoryBytes

      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;