Class APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.APIServerNamedServingCertFluent<A>
-
- Direct Known Subclasses:
APIServerNamedServingCertBuilder,APIServerServingCertsFluent.NamedCertificatesNested
public class APIServerNamedServingCertFluent<A extends APIServerNamedServingCertFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAPIServerNamedServingCertFluent.ServingCertificateNested<N>
-
Constructor Summary
Constructors Constructor Description APIServerNamedServingCertFluent()APIServerNamedServingCertFluent(APIServerNamedServingCert instance)
-
Method Summary
-
-
-
Constructor Detail
-
APIServerNamedServingCertFluent
public APIServerNamedServingCertFluent()
-
APIServerNamedServingCertFluent
public APIServerNamedServingCertFluent(APIServerNamedServingCert instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(APIServerNamedServingCert instance)
-
addAllToNames
public A addAllToNames(Collection<String> items)
-
removeAllFromNames
public A removeAllFromNames(Collection<String> items)
-
getName
public String getName(int index)
-
getFirstName
public String getFirstName()
-
getLastName
public String getLastName()
-
hasNames
public boolean hasNames()
-
buildServingCertificate
public SecretNameReference buildServingCertificate()
-
withServingCertificate
public A withServingCertificate(SecretNameReference servingCertificate)
-
hasServingCertificate
public boolean hasServingCertificate()
-
withNewServingCertificate
public APIServerNamedServingCertFluent.ServingCertificateNested<A> withNewServingCertificate()
-
withNewServingCertificateLike
public APIServerNamedServingCertFluent.ServingCertificateNested<A> withNewServingCertificateLike(SecretNameReference item)
-
editServingCertificate
public APIServerNamedServingCertFluent.ServingCertificateNested<A> editServingCertificate()
-
editOrNewServingCertificate
public APIServerNamedServingCertFluent.ServingCertificateNested<A> editOrNewServingCertificate()
-
editOrNewServingCertificateLike
public APIServerNamedServingCertFluent.ServingCertificateNested<A> editOrNewServingCertificateLike(SecretNameReference item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends APIServerNamedServingCertFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends APIServerNamedServingCertFluent<A>>
-
-