public class PlatformFluentImpl<A extends PlatformFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PlatformFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformFluentImpl.CertificatesSecretRefNestedImpl<N> |
class |
PlatformFluentImpl.CredentialsSecretRefNestedImpl<N> |
PlatformFluent.CertificatesSecretRefNested<N>, PlatformFluent.CredentialsSecretRefNested<N>| Constructor and Description |
|---|
PlatformFluentImpl() |
PlatformFluentImpl(Platform instance) |
public PlatformFluentImpl()
public PlatformFluentImpl(Platform instance)
@Deprecated public io.fabric8.kubernetes.api.model.LocalObjectReference getCertificatesSecretRef()
getCertificatesSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference buildCertificatesSecretRef()
buildCertificatesSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public A withCertificatesSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference certificatesSecretRef)
withCertificatesSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasCertificatesSecretRef()
hasCertificatesSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public A withNewCertificatesSecretRef(String name)
withNewCertificatesSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CertificatesSecretRefNested<A> withNewCertificatesSecretRef()
withNewCertificatesSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CertificatesSecretRefNested<A> withNewCertificatesSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
withNewCertificatesSecretRefLike in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CertificatesSecretRefNested<A> editCertificatesSecretRef()
editCertificatesSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CertificatesSecretRefNested<A> editOrNewCertificatesSecretRef()
editOrNewCertificatesSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CertificatesSecretRefNested<A> editOrNewCertificatesSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
editOrNewCertificatesSecretRefLike in interface PlatformFluent<A extends PlatformFluent<A>>public String getCloud()
getCloud in interface PlatformFluent<A extends PlatformFluent<A>>public A withCloud(String cloud)
withCloud in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasCloud()
hasCloud in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewCloud(String arg0)
withNewCloud in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.LocalObjectReference getCredentialsSecretRef()
getCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference buildCredentialsSecretRef()
buildCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public A withCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
withCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasCredentialsSecretRef()
hasCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public A withNewCredentialsSecretRef(String name)
withNewCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CredentialsSecretRefNested<A> withNewCredentialsSecretRef()
withNewCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CredentialsSecretRefNested<A> withNewCredentialsSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
withNewCredentialsSecretRefLike in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CredentialsSecretRefNested<A> editCredentialsSecretRef()
editCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CredentialsSecretRefNested<A> editOrNewCredentialsSecretRef()
editOrNewCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CredentialsSecretRefNested<A> editOrNewCredentialsSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
editOrNewCredentialsSecretRefLike in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean getTrunkSupport()
getTrunkSupport in interface PlatformFluent<A extends PlatformFluent<A>>public A withTrunkSupport(Boolean trunkSupport)
withTrunkSupport in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasTrunkSupport()
hasTrunkSupport in interface PlatformFluent<A extends PlatformFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.