public class InfrastructureSpecFluent<A extends InfrastructureSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
InfrastructureSpecFluent.CloudConfigNested<N> |
class |
InfrastructureSpecFluent.PlatformSpecNested<N> |
| Constructor and Description |
|---|
InfrastructureSpecFluent() |
InfrastructureSpecFluent(InfrastructureSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic InfrastructureSpecFluent()
public InfrastructureSpecFluent(InfrastructureSpec instance)
protected void copyInstance(InfrastructureSpec instance)
public ConfigMapFileReference buildCloudConfig()
public A withCloudConfig(ConfigMapFileReference cloudConfig)
public boolean hasCloudConfig()
public InfrastructureSpecFluent.CloudConfigNested<A> withNewCloudConfig()
public InfrastructureSpecFluent.CloudConfigNested<A> withNewCloudConfigLike(ConfigMapFileReference item)
public InfrastructureSpecFluent.CloudConfigNested<A> editCloudConfig()
public InfrastructureSpecFluent.CloudConfigNested<A> editOrNewCloudConfig()
public InfrastructureSpecFluent.CloudConfigNested<A> editOrNewCloudConfigLike(ConfigMapFileReference item)
public PlatformSpec buildPlatformSpec()
public A withPlatformSpec(PlatformSpec platformSpec)
public boolean hasPlatformSpec()
public InfrastructureSpecFluent.PlatformSpecNested<A> withNewPlatformSpec()
public InfrastructureSpecFluent.PlatformSpecNested<A> withNewPlatformSpecLike(PlatformSpec item)
public InfrastructureSpecFluent.PlatformSpecNested<A> editPlatformSpec()
public InfrastructureSpecFluent.PlatformSpecNested<A> editOrNewPlatformSpec()
public InfrastructureSpecFluent.PlatformSpecNested<A> editOrNewPlatformSpecLike(PlatformSpec 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 InfrastructureSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends InfrastructureSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.