public class APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
APIServerNamedServingCertFluent.ServingCertificateNested<N> |
| Constructor and Description |
|---|
APIServerNamedServingCertFluent() |
APIServerNamedServingCertFluent(APIServerNamedServingCert instance) |
public APIServerNamedServingCertFluent()
public APIServerNamedServingCertFluent(APIServerNamedServingCert instance)
protected void copyInstance(APIServerNamedServingCert instance)
public A addAllToNames(Collection<String> items)
public A removeAllFromNames(Collection<String> items)
public String getName(int index)
public String getFirstName()
public String getLastName()
public boolean hasNames()
public SecretNameReference buildServingCertificate()
public A withServingCertificate(SecretNameReference servingCertificate)
public boolean hasServingCertificate()
public APIServerNamedServingCertFluent.ServingCertificateNested<A> withNewServingCertificate()
public APIServerNamedServingCertFluent.ServingCertificateNested<A> withNewServingCertificateLike(SecretNameReference item)
public APIServerNamedServingCertFluent.ServingCertificateNested<A> editServingCertificate()
public APIServerNamedServingCertFluent.ServingCertificateNested<A> editOrNewServingCertificate()
public APIServerNamedServingCertFluent.ServingCertificateNested<A> editOrNewServingCertificateLike(SecretNameReference item)
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 APIServerNamedServingCertFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends APIServerNamedServingCertFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.