public interface KReferenceFluent<A extends KReferenceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
Boolean |
hasApiVersion() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
Copyright © 2015–2022 Red Hat. All rights reserved.