Class PlatformFluent<A extends PlatformFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.installer.ibmcloud.v1.PlatformFluent<A>
-
- Direct Known Subclasses:
PlatformBuilder,PlatformFluent.IbmcloudNested
public class PlatformFluent<A extends PlatformFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPlatformFluent.DefaultMachinePlatformNested<N>
-
Constructor Summary
Constructors Constructor Description PlatformFluent()PlatformFluent(Platform instance)
-
Method Summary
-
-
-
Constructor Detail
-
PlatformFluent
public PlatformFluent()
-
PlatformFluent
public PlatformFluent(Platform instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Platform instance)
-
addAllToComputeSubnets
public A addAllToComputeSubnets(Collection<String> items)
-
removeAllFromComputeSubnets
public A removeAllFromComputeSubnets(Collection<String> items)
-
getComputeSubnet
public String getComputeSubnet(int index)
-
getFirstComputeSubnet
public String getFirstComputeSubnet()
-
getLastComputeSubnet
public String getLastComputeSubnet()
-
hasComputeSubnets
public boolean hasComputeSubnets()
-
addAllToControlPlaneSubnets
public A addAllToControlPlaneSubnets(Collection<String> items)
-
removeAllFromControlPlaneSubnets
public A removeAllFromControlPlaneSubnets(Collection<String> items)
-
getControlPlaneSubnet
public String getControlPlaneSubnet(int index)
-
getFirstControlPlaneSubnet
public String getFirstControlPlaneSubnet()
-
getLastControlPlaneSubnet
public String getLastControlPlaneSubnet()
-
getMatchingControlPlaneSubnet
public String getMatchingControlPlaneSubnet(Predicate<String> predicate)
-
hasMatchingControlPlaneSubnet
public boolean hasMatchingControlPlaneSubnet(Predicate<String> predicate)
-
hasControlPlaneSubnets
public boolean hasControlPlaneSubnets()
-
buildDefaultMachinePlatform
public MachinePool buildDefaultMachinePlatform()
-
withDefaultMachinePlatform
public A withDefaultMachinePlatform(MachinePool defaultMachinePlatform)
-
hasDefaultMachinePlatform
public boolean hasDefaultMachinePlatform()
-
withNewDefaultMachinePlatform
public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatform()
-
withNewDefaultMachinePlatformLike
public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatformLike(MachinePool item)
-
editDefaultMachinePlatform
public PlatformFluent.DefaultMachinePlatformNested<A> editDefaultMachinePlatform()
-
editOrNewDefaultMachinePlatform
public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatform()
-
editOrNewDefaultMachinePlatformLike
public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatformLike(MachinePool item)
-
getNetworkResourceGroupName
public String getNetworkResourceGroupName()
-
withNetworkResourceGroupName
public A withNetworkResourceGroupName(String networkResourceGroupName)
-
hasNetworkResourceGroupName
public boolean hasNetworkResourceGroupName()
-
getRegion
public String getRegion()
-
hasRegion
public boolean hasRegion()
-
getResourceGroupName
public String getResourceGroupName()
-
hasResourceGroupName
public boolean hasResourceGroupName()
-
addToServiceEndpoints
public A addToServiceEndpoints(int index, io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint item)
-
setToServiceEndpoints
public A setToServiceEndpoints(int index, io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint item)
-
addToServiceEndpoints
public A addToServiceEndpoints(io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint... items)
-
addAllToServiceEndpoints
public A addAllToServiceEndpoints(Collection<io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint> items)
-
removeFromServiceEndpoints
public A removeFromServiceEndpoints(io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint... items)
-
removeAllFromServiceEndpoints
public A removeAllFromServiceEndpoints(Collection<io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint> items)
-
getServiceEndpoints
public List<io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint> getServiceEndpoints()
-
getServiceEndpoint
public io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint getServiceEndpoint(int index)
-
getFirstServiceEndpoint
public io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint getFirstServiceEndpoint()
-
getLastServiceEndpoint
public io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint getLastServiceEndpoint()
-
getMatchingServiceEndpoint
public io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint getMatchingServiceEndpoint(Predicate<io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint> predicate)
-
hasMatchingServiceEndpoint
public boolean hasMatchingServiceEndpoint(Predicate<io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint> predicate)
-
withServiceEndpoints
public A withServiceEndpoints(List<io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint> serviceEndpoints)
-
withServiceEndpoints
public A withServiceEndpoints(io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint... serviceEndpoints)
-
hasServiceEndpoints
public boolean hasServiceEndpoints()
-
getVpcName
public String getVpcName()
-
hasVpcName
public boolean hasVpcName()
-
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 PlatformFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>
-
-