Class PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.PowerVSPlatformSpecFluent<A>
-
- Direct Known Subclasses:
PlatformSpecFluent.PowervsNested,PowerVSPlatformSpecBuilder
public class PowerVSPlatformSpecFluent<A extends PowerVSPlatformSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPowerVSPlatformSpecFluent.ServiceEndpointsNested<N>
-
Constructor Summary
Constructors Constructor Description PowerVSPlatformSpecFluent()PowerVSPlatformSpecFluent(PowerVSPlatformSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
PowerVSPlatformSpecFluent
public PowerVSPlatformSpecFluent()
-
PowerVSPlatformSpecFluent
public PowerVSPlatformSpecFluent(PowerVSPlatformSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(PowerVSPlatformSpec instance)
-
addToServiceEndpoints
public A addToServiceEndpoints(int index, PowerVSServiceEndpoint item)
-
setToServiceEndpoints
public A setToServiceEndpoints(int index, PowerVSServiceEndpoint item)
-
addToServiceEndpoints
public A addToServiceEndpoints(PowerVSServiceEndpoint... items)
-
addAllToServiceEndpoints
public A addAllToServiceEndpoints(Collection<PowerVSServiceEndpoint> items)
-
removeFromServiceEndpoints
public A removeFromServiceEndpoints(PowerVSServiceEndpoint... items)
-
removeAllFromServiceEndpoints
public A removeAllFromServiceEndpoints(Collection<PowerVSServiceEndpoint> items)
-
removeMatchingFromServiceEndpoints
public A removeMatchingFromServiceEndpoints(Predicate<PowerVSServiceEndpointBuilder> predicate)
-
buildServiceEndpoints
public List<PowerVSServiceEndpoint> buildServiceEndpoints()
-
buildServiceEndpoint
public PowerVSServiceEndpoint buildServiceEndpoint(int index)
-
buildFirstServiceEndpoint
public PowerVSServiceEndpoint buildFirstServiceEndpoint()
-
buildLastServiceEndpoint
public PowerVSServiceEndpoint buildLastServiceEndpoint()
-
buildMatchingServiceEndpoint
public PowerVSServiceEndpoint buildMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate)
-
hasMatchingServiceEndpoint
public boolean hasMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate)
-
withServiceEndpoints
public A withServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints)
-
withServiceEndpoints
public A withServiceEndpoints(PowerVSServiceEndpoint... serviceEndpoints)
-
hasServiceEndpoints
public boolean hasServiceEndpoints()
-
addNewServiceEndpoint
public PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> addNewServiceEndpoint()
-
addNewServiceEndpointLike
public PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> addNewServiceEndpointLike(PowerVSServiceEndpoint item)
-
setNewServiceEndpointLike
public PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> setNewServiceEndpointLike(int index, PowerVSServiceEndpoint item)
-
editServiceEndpoint
public PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> editServiceEndpoint(int index)
-
editFirstServiceEndpoint
public PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> editFirstServiceEndpoint()
-
editLastServiceEndpoint
public PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> editLastServiceEndpoint()
-
editMatchingServiceEndpoint
public PowerVSPlatformSpecFluent.ServiceEndpointsNested<A> editMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PowerVSPlatformSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PowerVSPlatformSpecFluent<A>>
-
-