public class PlatformFluent<A extends PlatformFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformFluent.CertificatesSecretRefNested<N> |
class |
PlatformFluent.CredentialsSecretRefNested<N> |
| Constructor and Description |
|---|
PlatformFluent() |
PlatformFluent(Platform instance) |
public PlatformFluent()
public PlatformFluent(Platform instance)
protected void copyInstance(Platform instance)
public io.fabric8.kubernetes.api.model.LocalObjectReference buildCertificatesSecretRef()
public A withCertificatesSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference certificatesSecretRef)
public boolean hasCertificatesSecretRef()
public PlatformFluent.CertificatesSecretRefNested<A> withNewCertificatesSecretRef()
public PlatformFluent.CertificatesSecretRefNested<A> withNewCertificatesSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
public PlatformFluent.CertificatesSecretRefNested<A> editCertificatesSecretRef()
public PlatformFluent.CertificatesSecretRefNested<A> editOrNewCertificatesSecretRef()
public PlatformFluent.CertificatesSecretRefNested<A> editOrNewCertificatesSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
public String getCluster()
public boolean hasCluster()
public io.fabric8.kubernetes.api.model.LocalObjectReference buildCredentialsSecretRef()
public A withCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
public boolean hasCredentialsSecretRef()
public PlatformFluent.CredentialsSecretRefNested<A> withNewCredentialsSecretRef()
public PlatformFluent.CredentialsSecretRefNested<A> withNewCredentialsSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
public PlatformFluent.CredentialsSecretRefNested<A> editCredentialsSecretRef()
public PlatformFluent.CredentialsSecretRefNested<A> editOrNewCredentialsSecretRef()
public PlatformFluent.CredentialsSecretRefNested<A> editOrNewCredentialsSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
public String getDatacenter()
public boolean hasDatacenter()
public String getDefaultDatastore()
public boolean hasDefaultDatastore()
public String getFolder()
public boolean hasFolder()
public String getNetwork()
public boolean hasNetwork()
public String getVCenter()
public boolean hasVCenter()
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 PlatformFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.