public interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedAt() |
String |
getPort() |
String |
getProtocol() |
String |
getServiceName() |
String |
getServiceNamespace() |
Boolean |
hasCreatedAt() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
Boolean |
hasServiceName() |
Boolean |
hasServiceNamespace() |
A |
withCreatedAt(String createdAt) |
A |
withNewCreatedAt(String arg0)
Deprecated.
|
A |
withNewPort(String arg0)
Deprecated.
|
A |
withNewProtocol(String arg0)
Deprecated.
|
A |
withNewServiceName(String arg0)
Deprecated.
|
A |
withNewServiceNamespace(String arg0)
Deprecated.
|
A |
withPort(String port) |
A |
withProtocol(String protocol) |
A |
withServiceName(String serviceName) |
A |
withServiceNamespace(String serviceNamespace) |
String getCreatedAt()
Boolean hasCreatedAt()
@Deprecated A withNewCreatedAt(String arg0)
String getPort()
Boolean hasPort()
@Deprecated A withNewPort(String arg0)
String getProtocol()
Boolean hasProtocol()
@Deprecated A withNewProtocol(String arg0)
String getServiceName()
Boolean hasServiceName()
@Deprecated A withNewServiceName(String arg0)
String getServiceNamespace()
Boolean hasServiceNamespace()
@Deprecated A withNewServiceNamespace(String arg0)
Copyright © 2015–2022 Red Hat. All rights reserved.