public interface PlacementSubjectFluent<A extends PlacementSubjectFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getApiGroup() |
String |
getKind() |
String |
getName() |
Boolean |
hasApiGroup() |
Boolean |
hasKind() |
Boolean |
hasName() |
A |
withApiGroup(String apiGroup) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNewApiGroup(String arg0)
Deprecated.
|
A |
withNewKind(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
String getApiGroup()
Boolean hasApiGroup()
@Deprecated A withNewApiGroup(String arg0)
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String arg0)
String getName()
Boolean hasName()
@Deprecated A withNewName(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.