public interface KubernetesSubjectFluent<A extends KubernetesSubjectFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getApiGroup() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
Boolean |
hasApiGroup() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
A |
withApiGroup(String apiGroup) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
Copyright © 2011–2018 Red Hat. All rights reserved.