public interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PowerVSPlatformSpecFluent.ServiceEndpointsNested<N> |
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()
PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> addNewServiceEndpoint()
PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> addNewServiceEndpointLike(PowerVSServiceEndpoint item)
PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> setNewServiceEndpointLike(Integer index, PowerVSServiceEndpoint item)
PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> editServiceEndpoint(Integer index)
PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> editFirstServiceEndpoint()
PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> editLastServiceEndpoint()
PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> editMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.