public static class ContainerConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ContainerConfiguration |
build() |
ContainerConfiguration.Builder |
copy(ContainerConfiguration model) |
ContainerConfiguration.Builder |
isRepositoryCreatedOnFirstPush(Boolean isRepositoryCreatedOnFirstPush)
Whether to create a new container repository when a container is pushed to a new
repository path.
|
ContainerConfiguration.Builder |
namespace(String namespace)
The tenancy namespace used in the container repository path.
|
public ContainerConfiguration.Builder isRepositoryCreatedOnFirstPush(Boolean isRepositoryCreatedOnFirstPush)
Whether to create a new container repository when a container is pushed to a new repository path. Repositories created in this way belong to the root compartment.
isRepositoryCreatedOnFirstPush
- the value to setpublic ContainerConfiguration.Builder namespace(String namespace)
The tenancy namespace used in the container repository path.
namespace
- the value to setpublic ContainerConfiguration build()
public ContainerConfiguration.Builder copy(ContainerConfiguration model)
Copyright © 2016–2024. All rights reserved.