Class PlatformFluent<A extends PlatformFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.installer.aws.v1.PlatformFluent<A>
-
- Direct Known Subclasses:
PlatformBuilder,PlatformFluent.AwsNested
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>classPlatformFluent.ServiceEndpointsNested<N>classPlatformFluent.VpcNested<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)
-
getAmiID
public String getAmiID()
-
hasAmiID
public boolean hasAmiID()
-
getBestEffortDeleteIgnition
public Boolean getBestEffortDeleteIgnition()
-
withBestEffortDeleteIgnition
public A withBestEffortDeleteIgnition(Boolean bestEffortDeleteIgnition)
-
hasBestEffortDeleteIgnition
public boolean hasBestEffortDeleteIgnition()
-
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)
-
getExperimentalPropagateUserTags
public Boolean getExperimentalPropagateUserTags()
-
withExperimentalPropagateUserTags
public A withExperimentalPropagateUserTags(Boolean experimentalPropagateUserTags)
-
hasExperimentalPropagateUserTags
public boolean hasExperimentalPropagateUserTags()
-
getHostedZone
public String getHostedZone()
-
hasHostedZone
public boolean hasHostedZone()
-
getHostedZoneRole
public String getHostedZoneRole()
-
hasHostedZoneRole
public boolean hasHostedZoneRole()
-
getLbType
public String getLbType()
-
hasLbType
public boolean hasLbType()
-
getPreserveBootstrapIgnition
public Boolean getPreserveBootstrapIgnition()
-
withPreserveBootstrapIgnition
public A withPreserveBootstrapIgnition(Boolean preserveBootstrapIgnition)
-
hasPreserveBootstrapIgnition
public boolean hasPreserveBootstrapIgnition()
-
getPropagateUserTags
public Boolean getPropagateUserTags()
-
hasPropagateUserTags
public boolean hasPropagateUserTags()
-
getPublicIpv4Pool
public String getPublicIpv4Pool()
-
hasPublicIpv4Pool
public boolean hasPublicIpv4Pool()
-
getRegion
public String getRegion()
-
hasRegion
public boolean hasRegion()
-
addToServiceEndpoints
public A addToServiceEndpoints(int index, ServiceEndpoint item)
-
setToServiceEndpoints
public A setToServiceEndpoints(int index, ServiceEndpoint item)
-
addToServiceEndpoints
public A addToServiceEndpoints(ServiceEndpoint... items)
-
addAllToServiceEndpoints
public A addAllToServiceEndpoints(Collection<ServiceEndpoint> items)
-
removeFromServiceEndpoints
public A removeFromServiceEndpoints(ServiceEndpoint... items)
-
removeAllFromServiceEndpoints
public A removeAllFromServiceEndpoints(Collection<ServiceEndpoint> items)
-
removeMatchingFromServiceEndpoints
public A removeMatchingFromServiceEndpoints(Predicate<ServiceEndpointBuilder> predicate)
-
buildServiceEndpoints
public List<ServiceEndpoint> buildServiceEndpoints()
-
buildServiceEndpoint
public ServiceEndpoint buildServiceEndpoint(int index)
-
buildFirstServiceEndpoint
public ServiceEndpoint buildFirstServiceEndpoint()
-
buildLastServiceEndpoint
public ServiceEndpoint buildLastServiceEndpoint()
-
buildMatchingServiceEndpoint
public ServiceEndpoint buildMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate)
-
hasMatchingServiceEndpoint
public boolean hasMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate)
-
withServiceEndpoints
public A withServiceEndpoints(List<ServiceEndpoint> serviceEndpoints)
-
withServiceEndpoints
public A withServiceEndpoints(ServiceEndpoint... serviceEndpoints)
-
hasServiceEndpoints
public boolean hasServiceEndpoints()
-
addNewServiceEndpoint
public PlatformFluent.ServiceEndpointsNested<A> addNewServiceEndpoint()
-
addNewServiceEndpointLike
public PlatformFluent.ServiceEndpointsNested<A> addNewServiceEndpointLike(ServiceEndpoint item)
-
setNewServiceEndpointLike
public PlatformFluent.ServiceEndpointsNested<A> setNewServiceEndpointLike(int index, ServiceEndpoint item)
-
editServiceEndpoint
public PlatformFluent.ServiceEndpointsNested<A> editServiceEndpoint(int index)
-
editFirstServiceEndpoint
public PlatformFluent.ServiceEndpointsNested<A> editFirstServiceEndpoint()
-
editLastServiceEndpoint
public PlatformFluent.ServiceEndpointsNested<A> editLastServiceEndpoint()
-
editMatchingServiceEndpoint
public PlatformFluent.ServiceEndpointsNested<A> editMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate)
-
addAllToSubnets
public A addAllToSubnets(Collection<String> items)
-
removeAllFromSubnets
public A removeAllFromSubnets(Collection<String> items)
-
getSubnet
public String getSubnet(int index)
-
getFirstSubnet
public String getFirstSubnet()
-
getLastSubnet
public String getLastSubnet()
-
hasSubnets
public boolean hasSubnets()
-
getUserProvisionedDNS
public String getUserProvisionedDNS()
-
hasUserProvisionedDNS
public boolean hasUserProvisionedDNS()
-
hasUserTags
public boolean hasUserTags()
-
buildVpc
public VPC buildVpc()
-
hasVpc
public boolean hasVpc()
-
withNewVpc
public PlatformFluent.VpcNested<A> withNewVpc()
-
withNewVpcLike
public PlatformFluent.VpcNested<A> withNewVpcLike(VPC item)
-
editVpc
public PlatformFluent.VpcNested<A> editVpc()
-
editOrNewVpc
public PlatformFluent.VpcNested<A> editOrNewVpc()
-
editOrNewVpcLike
public PlatformFluent.VpcNested<A> editOrNewVpcLike(VPC item)
-
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>>
-
withBestEffortDeleteIgnition
public A withBestEffortDeleteIgnition()
-
withExperimentalPropagateUserTags
public A withExperimentalPropagateUserTags()
-
withPreserveBootstrapIgnition
public A withPreserveBootstrapIgnition()
-
withPropagateUserTags
public A withPropagateUserTags()
-
-