public class PowerVSPlatformSpecFluentImpl<A extends PowerVSPlatformSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PowerVSPlatformSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PowerVSPlatformSpecFluentImpl.ServiceEndpointsNestedImpl<N> |
PowerVSPlatformSpecFluent.ServiceEndpointsNested<N>| Constructor and Description |
|---|
PowerVSPlatformSpecFluentImpl() |
PowerVSPlatformSpecFluentImpl(PowerVSPlatformSpec instance) |
public PowerVSPlatformSpecFluentImpl()
public PowerVSPlatformSpecFluentImpl(PowerVSPlatformSpec instance)
public A addToServiceEndpoints(Integer index, PowerVSServiceEndpoint item)
addToServiceEndpoints in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public A setToServiceEndpoints(Integer index, PowerVSServiceEndpoint item)
setToServiceEndpoints in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public A addToServiceEndpoints(PowerVSServiceEndpoint... items)
addToServiceEndpoints in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public A addAllToServiceEndpoints(Collection<PowerVSServiceEndpoint> items)
addAllToServiceEndpoints in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public A removeFromServiceEndpoints(PowerVSServiceEndpoint... items)
removeFromServiceEndpoints in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public A removeAllFromServiceEndpoints(Collection<PowerVSServiceEndpoint> items)
removeAllFromServiceEndpoints in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public A removeMatchingFromServiceEndpoints(Predicate<PowerVSServiceEndpointBuilder> predicate)
removeMatchingFromServiceEndpoints in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>@Deprecated public List<PowerVSServiceEndpoint> getServiceEndpoints()
getServiceEndpoints in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public List<PowerVSServiceEndpoint> buildServiceEndpoints()
buildServiceEndpoints in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public PowerVSServiceEndpoint buildServiceEndpoint(Integer index)
buildServiceEndpoint in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public PowerVSServiceEndpoint buildFirstServiceEndpoint()
buildFirstServiceEndpoint in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public PowerVSServiceEndpoint buildLastServiceEndpoint()
buildLastServiceEndpoint in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public PowerVSServiceEndpoint buildMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate)
buildMatchingServiceEndpoint in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public Boolean hasMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate)
hasMatchingServiceEndpoint in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public A withServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints)
withServiceEndpoints in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public A withServiceEndpoints(PowerVSServiceEndpoint... serviceEndpoints)
withServiceEndpoints in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public Boolean hasServiceEndpoints()
hasServiceEndpoints in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public A addNewServiceEndpoint(String name, String url)
addNewServiceEndpoint in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> addNewServiceEndpoint()
addNewServiceEndpoint in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> addNewServiceEndpointLike(PowerVSServiceEndpoint item)
addNewServiceEndpointLike in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> setNewServiceEndpointLike(Integer index, PowerVSServiceEndpoint item)
setNewServiceEndpointLike in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> editServiceEndpoint(Integer index)
editServiceEndpoint in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> editFirstServiceEndpoint()
editFirstServiceEndpoint in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> editLastServiceEndpoint()
editLastServiceEndpoint in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> editMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate)
editMatchingServiceEndpoint in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.