public class PlatformFluent<A extends PlatformFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformFluent.DefaultMachinePlatformNested<N> |
class |
PlatformFluent.NetworkNested<N> |
| Constructor and Description |
|---|
PlatformFluent() |
PlatformFluent(Platform instance) |
public PlatformFluent()
public PlatformFluent(Platform instance)
protected void copyInstance(Platform instance)
public String getUri()
public boolean hasUri()
public MachinePool buildDefaultMachinePlatform()
public A withDefaultMachinePlatform(MachinePool defaultMachinePlatform)
public boolean hasDefaultMachinePlatform()
public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatform()
public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatformLike(MachinePool item)
public PlatformFluent.DefaultMachinePlatformNested<A> editDefaultMachinePlatform()
public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatform()
public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatformLike(MachinePool item)
public Network buildNetwork()
public boolean hasNetwork()
public PlatformFluent.NetworkNested<A> withNewNetwork()
public PlatformFluent.NetworkNested<A> withNewNetworkLike(Network item)
public PlatformFluent.NetworkNested<A> editNetwork()
public PlatformFluent.NetworkNested<A> editOrNewNetwork()
public PlatformFluent.NetworkNested<A> editOrNewNetworkLike(Network item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.