public interface LinkFluent<A extends LinkFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getUrl() |
Boolean |
hasDescription() |
Boolean |
hasUrl() |
A |
withDescription(String description) |
A |
withNewDescription(String arg0)
Deprecated.
|
A |
withNewUrl(String arg0)
Deprecated.
|
A |
withUrl(String url) |
String getDescription()
Boolean hasDescription()
@Deprecated A withNewDescription(String arg0)
String getUrl()
Boolean hasUrl()
@Deprecated A withNewUrl(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.