This project has retired. For details please refer to its Attic page.
Protos.Image.DockerOrBuilder
JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
org.apache.mesos

Interface Protos.Image.DockerOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
         The name of the image. Expected format:
         [REGISTRY_HOST[:REGISTRY_PORT]/]REPOSITORY[:TAG|@TYPE:DIGEST]
         See: https://docs.docker.com/reference/commandline/pull/
         
        required string name = 1;
      • getName

        java.lang.String getName()
         The name of the image. Expected format:
         [REGISTRY_HOST[:REGISTRY_PORT]/]REPOSITORY[:TAG|@TYPE:DIGEST]
         See: https://docs.docker.com/reference/commandline/pull/
         
        required string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The name of the image. Expected format:
         [REGISTRY_HOST[:REGISTRY_PORT]/]REPOSITORY[:TAG|@TYPE:DIGEST]
         See: https://docs.docker.com/reference/commandline/pull/
         
        required string name = 1;
      • hasCredential

        @Deprecated
        boolean hasCredential()
        Deprecated.
         Credential to authenticate with docker registry.
         NOTE: This is not encrypted, therefore framework and operators
         should enable SSL when passing this information.
         This field has never been used in Mesos before and is
         deprecated since Mesos 1.3. Please use `config` below
         (see MESOS-7088 for details).
         
        optional .mesos.Credential credential = 2 [deprecated = true];
      • getCredential

        @Deprecated
        Protos.Credential getCredential()
        Deprecated.
         Credential to authenticate with docker registry.
         NOTE: This is not encrypted, therefore framework and operators
         should enable SSL when passing this information.
         This field has never been used in Mesos before and is
         deprecated since Mesos 1.3. Please use `config` below
         (see MESOS-7088 for details).
         
        optional .mesos.Credential credential = 2 [deprecated = true];
      • getCredentialOrBuilder

        @Deprecated
        Protos.CredentialOrBuilder getCredentialOrBuilder()
        Deprecated.
         Credential to authenticate with docker registry.
         NOTE: This is not encrypted, therefore framework and operators
         should enable SSL when passing this information.
         This field has never been used in Mesos before and is
         deprecated since Mesos 1.3. Please use `config` below
         (see MESOS-7088 for details).
         
        optional .mesos.Credential credential = 2 [deprecated = true];
      • hasConfig

        boolean hasConfig()
         Docker config containing credentials to authenticate with
         docker registry. The secret is expected to be a docker
         config file in JSON format with UTF-8 character encoding.
         
        optional .mesos.Secret config = 3;
      • getConfig

        Protos.Secret getConfig()
         Docker config containing credentials to authenticate with
         docker registry. The secret is expected to be a docker
         config file in JSON format with UTF-8 character encoding.
         
        optional .mesos.Secret config = 3;
      • getConfigOrBuilder

        Protos.SecretOrBuilder getConfigOrBuilder()
         Docker config containing credentials to authenticate with
         docker registry. The secret is expected to be a docker
         config file in JSON format with UTF-8 character encoding.
         
        optional .mesos.Secret config = 3;
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /