| Package | Description |
|---|---|
| io.kubernetes.client.util.labels |
| Modifier and Type | Method and Description |
|---|---|
static SetMatcher |
SetMatcher.exists(java.lang.String key)
The "exists" set matcher.
|
static SetMatcher |
SetMatcher.in(java.lang.String key,
java.lang.String... values)
The "in" set matcher.
|
static SetMatcher |
SetMatcher.notExists(java.lang.String key)
The "not exists" set matcher.
|
static SetMatcher |
SetMatcher.notIn(java.lang.String key,
java.lang.String... values)
The "not in" set matcher.
|
Copyright © 2020. All rights reserved.