public interface PlatformFluent<A extends PlatformFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlatformFluent.AffinityGroupsNested<N> |
static interface |
PlatformFluent.DefaultMachinePlatformNested<N> |
A addToAffinityGroups(Integer index, AffinityGroup item)
A setToAffinityGroups(Integer index, AffinityGroup item)
A addToAffinityGroups(AffinityGroup... items)
A addAllToAffinityGroups(Collection<AffinityGroup> items)
A removeFromAffinityGroups(AffinityGroup... items)
A removeAllFromAffinityGroups(Collection<AffinityGroup> items)
A removeMatchingFromAffinityGroups(Predicate<AffinityGroupBuilder> predicate)
@Deprecated List<AffinityGroup> getAffinityGroups()
List<AffinityGroup> buildAffinityGroups()
AffinityGroup buildAffinityGroup(Integer index)
AffinityGroup buildFirstAffinityGroup()
AffinityGroup buildLastAffinityGroup()
AffinityGroup buildMatchingAffinityGroup(Predicate<AffinityGroupBuilder> predicate)
Boolean hasMatchingAffinityGroup(Predicate<AffinityGroupBuilder> predicate)
A withAffinityGroups(List<AffinityGroup> affinityGroups)
A withAffinityGroups(AffinityGroup... affinityGroups)
Boolean hasAffinityGroups()
A addNewAffinityGroup(String description, Boolean enforcing, String name, Integer priority)
PlatformFluent.AffinityGroupsNested<A> addNewAffinityGroup()
PlatformFluent.AffinityGroupsNested<A> addNewAffinityGroupLike(AffinityGroup item)
PlatformFluent.AffinityGroupsNested<A> setNewAffinityGroupLike(Integer index, AffinityGroup item)
PlatformFluent.AffinityGroupsNested<A> editAffinityGroup(Integer index)
PlatformFluent.AffinityGroupsNested<A> editFirstAffinityGroup()
PlatformFluent.AffinityGroupsNested<A> editLastAffinityGroup()
PlatformFluent.AffinityGroupsNested<A> editMatchingAffinityGroup(Predicate<AffinityGroupBuilder> predicate)
String getApiVip()
Boolean hasApiVip()
@Deprecated A withNewApiVip(String arg0)
@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)
String getIngressVip()
Boolean hasIngressVip()
@Deprecated A withNewIngressVip(String arg0)
String getOvirtClusterId()
Boolean hasOvirtClusterId()
@Deprecated A withNewOvirtClusterId(String arg0)
String getOvirtNetworkName()
Boolean hasOvirtNetworkName()
@Deprecated A withNewOvirtNetworkName(String arg0)
String getOvirtStorageDomainId()
Boolean hasOvirtStorageDomainId()
@Deprecated A withNewOvirtStorageDomainId(String arg0)
String getVnicProfileID()
Boolean hasVnicProfileID()
@Deprecated A withNewVnicProfileID(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.