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