public interface PlatformStatusFluent<A extends PlatformStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlatformStatusFluent.AwsNested<N> |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
PlatformStatus |
buildAws() |
PlatformStatusFluent.AwsNested<A> |
editAws() |
PlatformStatusFluent.AwsNested<A> |
editOrNewAws() |
PlatformStatusFluent.AwsNested<A> |
editOrNewAwsLike(PlatformStatus item) |
Map<String,Object> |
getAdditionalProperties() |
PlatformStatus |
getAws()
Deprecated.
|
Boolean |
hasAdditionalProperties() |
Boolean |
hasAws() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAws(PlatformStatus aws) |
PlatformStatusFluent.AwsNested<A> |
withNewAws() |
PlatformStatusFluent.AwsNested<A> |
withNewAwsLike(PlatformStatus item) |
@Deprecated PlatformStatus getAws()
PlatformStatus buildAws()
A withAws(PlatformStatus aws)
Boolean hasAws()
PlatformStatusFluent.AwsNested<A> withNewAws()
PlatformStatusFluent.AwsNested<A> withNewAwsLike(PlatformStatus item)
PlatformStatusFluent.AwsNested<A> editAws()
PlatformStatusFluent.AwsNested<A> editOrNewAws()
PlatformStatusFluent.AwsNested<A> editOrNewAwsLike(PlatformStatus item)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.