public interface InfrastructureSpecFluent<A extends InfrastructureSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InfrastructureSpecFluent.CloudConfigNested<N> |
static interface |
InfrastructureSpecFluent.PlatformSpecNested<N> |
@Deprecated ConfigMapFileReference getCloudConfig()
ConfigMapFileReference buildCloudConfig()
A withCloudConfig(ConfigMapFileReference cloudConfig)
Boolean hasCloudConfig()
InfrastructureSpecFluent.CloudConfigNested<A> withNewCloudConfig()
InfrastructureSpecFluent.CloudConfigNested<A> withNewCloudConfigLike(ConfigMapFileReference item)
InfrastructureSpecFluent.CloudConfigNested<A> editCloudConfig()
InfrastructureSpecFluent.CloudConfigNested<A> editOrNewCloudConfig()
InfrastructureSpecFluent.CloudConfigNested<A> editOrNewCloudConfigLike(ConfigMapFileReference item)
@Deprecated PlatformSpec getPlatformSpec()
PlatformSpec buildPlatformSpec()
A withPlatformSpec(PlatformSpec platformSpec)
Boolean hasPlatformSpec()
InfrastructureSpecFluent.PlatformSpecNested<A> withNewPlatformSpec()
InfrastructureSpecFluent.PlatformSpecNested<A> withNewPlatformSpecLike(PlatformSpec item)
InfrastructureSpecFluent.PlatformSpecNested<A> editPlatformSpec()
InfrastructureSpecFluent.PlatformSpecNested<A> editOrNewPlatformSpec()
InfrastructureSpecFluent.PlatformSpecNested<A> editOrNewPlatformSpecLike(PlatformSpec item)
Copyright © 2015–2021 Red Hat. All rights reserved.