public static interface Protos.Image.DockerOrBuilder
Modifier and Type | Method and Description |
---|---|
Protos.Secret |
getConfig()
Docker config containing credentials to authenticate with
docker registry.
|
Protos.SecretOrBuilder |
getConfigOrBuilder()
Docker config containing credentials to authenticate with
docker registry.
|
Protos.Credential |
getCredential()
Deprecated.
|
Protos.CredentialOrBuilder |
getCredentialOrBuilder()
Deprecated.
|
java.lang.String |
getName()
The name of the image.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the image.
|
boolean |
hasConfig()
Docker config containing credentials to authenticate with
docker registry.
|
boolean |
hasCredential()
Deprecated.
|
boolean |
hasName()
The name of the image.
|
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;
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;
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;
@Deprecated boolean hasCredential()
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];
@Deprecated Protos.Credential getCredential()
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];
@Deprecated Protos.CredentialOrBuilder getCredentialOrBuilder()
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];
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;
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;
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;