public interface PlatformFluent<A extends PlatformFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlatformFluent.DefaultMachinePlatformNested<N> |
static interface |
PlatformFluent.ServiceEndpointsNested<N> |
String getAmiID()
Boolean hasAmiID()
@Deprecated MachinePool getDefaultMachinePlatform()
MachinePool buildDefaultMachinePlatform()
A withDefaultMachinePlatform(MachinePool defaultMachinePlatform)
Boolean hasDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatformLike(MachinePool item)
PlatformFluent.DefaultMachinePlatformNested<A> editDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatformLike(MachinePool item)
Boolean getExperimentalPropagateUserTags()
A withExperimentalPropagateUserTags(Boolean experimentalPropagateUserTags)
Boolean hasExperimentalPropagateUserTags()
String getHostedZone()
Boolean hasHostedZone()
String getRegion()
Boolean hasRegion()
A addToServiceEndpoints(Integer index, ServiceEndpoint item)
A setToServiceEndpoints(Integer index, ServiceEndpoint item)
A addToServiceEndpoints(ServiceEndpoint... items)
A addAllToServiceEndpoints(Collection<ServiceEndpoint> items)
A removeFromServiceEndpoints(ServiceEndpoint... items)
A removeAllFromServiceEndpoints(Collection<ServiceEndpoint> items)
A removeMatchingFromServiceEndpoints(Predicate<ServiceEndpointBuilder> predicate)
@Deprecated List<ServiceEndpoint> getServiceEndpoints()
List<ServiceEndpoint> buildServiceEndpoints()
ServiceEndpoint buildServiceEndpoint(Integer index)
ServiceEndpoint buildFirstServiceEndpoint()
ServiceEndpoint buildLastServiceEndpoint()
ServiceEndpoint buildMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate)
Boolean hasMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate)
A withServiceEndpoints(List<ServiceEndpoint> serviceEndpoints)
A withServiceEndpoints(ServiceEndpoint... serviceEndpoints)
Boolean hasServiceEndpoints()
PlatformFluent.ServiceEndpointsNested<A> addNewServiceEndpoint()
PlatformFluent.ServiceEndpointsNested<A> addNewServiceEndpointLike(ServiceEndpoint item)
PlatformFluent.ServiceEndpointsNested<A> setNewServiceEndpointLike(Integer index, ServiceEndpoint item)
PlatformFluent.ServiceEndpointsNested<A> editServiceEndpoint(Integer index)
PlatformFluent.ServiceEndpointsNested<A> editFirstServiceEndpoint()
PlatformFluent.ServiceEndpointsNested<A> editLastServiceEndpoint()
PlatformFluent.ServiceEndpointsNested<A> editMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate)
A addAllToSubnets(Collection<String> items)
A removeAllFromSubnets(Collection<String> items)
String getFirstSubnet()
String getLastSubnet()
Boolean hasSubnets()
Boolean hasUserTags()
Boolean hasAdditionalProperties()
A withExperimentalPropagateUserTags()
Copyright © 2015–2022 Red Hat. All rights reserved.