Interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
CatalogSourceStatusFluent.RegistryServiceNested<N>
- All Known Implementing Classes:
CatalogSourceStatusFluentImpl.RegistryServiceNestedImpl,RegistryServiceStatusBuilder,RegistryServiceStatusFluentImpl
public interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
-
-
-
Method Detail
-
getCreatedAt
String getCreatedAt()
-
hasCreatedAt
Boolean hasCreatedAt()
-
withNewCreatedAt
A withNewCreatedAt(StringBuilder arg1)
-
withNewCreatedAt
A withNewCreatedAt(StringBuffer arg1)
-
getPort
String getPort()
-
hasPort
Boolean hasPort()
-
withNewPort
A withNewPort(StringBuilder arg1)
-
withNewPort
A withNewPort(StringBuffer arg1)
-
getProtocol
String getProtocol()
-
hasProtocol
Boolean hasProtocol()
-
withNewProtocol
A withNewProtocol(StringBuilder arg1)
-
withNewProtocol
A withNewProtocol(StringBuffer arg1)
-
getServiceName
String getServiceName()
-
hasServiceName
Boolean hasServiceName()
-
withNewServiceName
A withNewServiceName(StringBuilder arg1)
-
withNewServiceName
A withNewServiceName(StringBuffer arg1)
-
getServiceNamespace
String getServiceNamespace()
-
hasServiceNamespace
Boolean hasServiceNamespace()
-
withNewServiceNamespace
A withNewServiceNamespace(StringBuilder arg1)
-
withNewServiceNamespace
A withNewServiceNamespace(StringBuffer arg1)
-
-