| Package | Description |
|---|---|
| io.fabric8.maven.enricher.api |
| Modifier and Type | Method and Description |
|---|---|
static Kind |
Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kind[] |
Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
BaseEnricher.getAnnotations(Kind kind) |
Map<String,String> |
Enricher.getAnnotations(Kind kind)
Return annotations to add
|
Map<String,String> |
BaseEnricher.getLabels(Kind kind) |
Map<String,String> |
Enricher.getLabels(Kind kind)
Get labels to add too objects
|
Map<String,String> |
BaseEnricher.getSelector(Kind kind) |
Map<String,String> |
Enricher.getSelector(Kind kind)
Get the selector for a service or replica set / replication controller
|
Copyright © 2016. All rights reserved.