public interface PowerVSPlatformStatusFluent<A extends PowerVSPlatformStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PowerVSPlatformStatusFluent.ServiceEndpointsNested<N> |
String getCisInstanceCRN()
Boolean hasCisInstanceCRN()
String getRegion()
Boolean hasRegion()
A addToServiceEndpoints(Integer index, PowerVSServiceEndpoint item)
A setToServiceEndpoints(Integer index, PowerVSServiceEndpoint item)
A addToServiceEndpoints(PowerVSServiceEndpoint... items)
A addAllToServiceEndpoints(Collection<PowerVSServiceEndpoint> items)
A removeFromServiceEndpoints(PowerVSServiceEndpoint... items)
A removeAllFromServiceEndpoints(Collection<PowerVSServiceEndpoint> items)
A removeMatchingFromServiceEndpoints(Predicate<PowerVSServiceEndpointBuilder> predicate)
@Deprecated List<PowerVSServiceEndpoint> getServiceEndpoints()
List<PowerVSServiceEndpoint> buildServiceEndpoints()
PowerVSServiceEndpoint buildServiceEndpoint(Integer index)
PowerVSServiceEndpoint buildFirstServiceEndpoint()
PowerVSServiceEndpoint buildLastServiceEndpoint()
PowerVSServiceEndpoint buildMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate)
Boolean hasMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate)
A withServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints)
A withServiceEndpoints(PowerVSServiceEndpoint... serviceEndpoints)
Boolean hasServiceEndpoints()
PowerVSPlatformStatusFluent.ServiceEndpointsNested<A> addNewServiceEndpoint()
PowerVSPlatformStatusFluent.ServiceEndpointsNested<A> addNewServiceEndpointLike(PowerVSServiceEndpoint item)
PowerVSPlatformStatusFluent.ServiceEndpointsNested<A> setNewServiceEndpointLike(Integer index, PowerVSServiceEndpoint item)
PowerVSPlatformStatusFluent.ServiceEndpointsNested<A> editServiceEndpoint(Integer index)
PowerVSPlatformStatusFluent.ServiceEndpointsNested<A> editFirstServiceEndpoint()
PowerVSPlatformStatusFluent.ServiceEndpointsNested<A> editLastServiceEndpoint()
PowerVSPlatformStatusFluent.ServiceEndpointsNested<A> editMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate)
String getZone()
Boolean hasZone()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.