public interface PlatformFluent<A extends PlatformFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlatformFluent.CredentialsAssumeRoleNested<N> |
static interface |
PlatformFluent.CredentialsSecretRefNested<N> |
static interface |
PlatformFluent.PrivateLinkNested<N> |
@Deprecated AssumeRole getCredentialsAssumeRole()
AssumeRole buildCredentialsAssumeRole()
A withCredentialsAssumeRole(AssumeRole credentialsAssumeRole)
Boolean hasCredentialsAssumeRole()
PlatformFluent.CredentialsAssumeRoleNested<A> withNewCredentialsAssumeRole()
PlatformFluent.CredentialsAssumeRoleNested<A> withNewCredentialsAssumeRoleLike(AssumeRole item)
PlatformFluent.CredentialsAssumeRoleNested<A> editCredentialsAssumeRole()
PlatformFluent.CredentialsAssumeRoleNested<A> editOrNewCredentialsAssumeRole()
PlatformFluent.CredentialsAssumeRoleNested<A> editOrNewCredentialsAssumeRoleLike(AssumeRole item)
@Deprecated io.fabric8.kubernetes.api.model.LocalObjectReference getCredentialsSecretRef()
io.fabric8.kubernetes.api.model.LocalObjectReference buildCredentialsSecretRef()
A withCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
Boolean hasCredentialsSecretRef()
PlatformFluent.CredentialsSecretRefNested<A> withNewCredentialsSecretRef()
PlatformFluent.CredentialsSecretRefNested<A> withNewCredentialsSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
PlatformFluent.CredentialsSecretRefNested<A> editCredentialsSecretRef()
PlatformFluent.CredentialsSecretRefNested<A> editOrNewCredentialsSecretRef()
PlatformFluent.CredentialsSecretRefNested<A> editOrNewCredentialsSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
@Deprecated PrivateLinkAccess getPrivateLink()
PrivateLinkAccess buildPrivateLink()
A withPrivateLink(PrivateLinkAccess privateLink)
Boolean hasPrivateLink()
PlatformFluent.PrivateLinkNested<A> withNewPrivateLink()
PlatformFluent.PrivateLinkNested<A> withNewPrivateLinkLike(PrivateLinkAccess item)
PlatformFluent.PrivateLinkNested<A> editPrivateLink()
PlatformFluent.PrivateLinkNested<A> editOrNewPrivateLink()
PlatformFluent.PrivateLinkNested<A> editOrNewPrivateLinkLike(PrivateLinkAccess item)
String getRegion()
Boolean hasRegion()
Boolean hasUserTags()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.