Package | Description |
---|---|
io.fabric8.api |
Modifier and Type | Method and Description |
---|---|
static NameValidator |
Containers.createNameValidator(Container[] containers)
Creates a name validator that excludes any container names that already exist
|
static NameValidator |
Containers.joinNameValidators(NameValidator... validators)
Creates a name validator by combining all of the given name validators so that a name is valid iff they all return true
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Containers.createContainerName(Container[] containers,
java.lang.String profile,
java.lang.String scheme,
NameValidator nameValidator)
Creates a name for a new container given the current list of containers and the profile name.
|
static NameValidator |
Containers.joinNameValidators(NameValidator... validators)
Creates a name validator by combining all of the given name validators so that a name is valid iff they all return true
|
Copyright © 2016 Red Hat. All Rights Reserved.