public interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getNamespace() |
String |
getPath() |
Integer |
getPort() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasPath() |
Boolean |
hasPort() |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withPath(String path) |
A |
withPort(Integer port) |
Copyright © 2015–2023 Red Hat. All rights reserved.