Class ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.ComponentRouteSpecFluent<A>
-
- Direct Known Subclasses:
ComponentRouteSpecBuilder,IngressSpecFluent.ComponentRoutesNested
public class ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classComponentRouteSpecFluent.ServingCertKeyPairSecretNested<N>
-
Constructor Summary
Constructors Constructor Description ComponentRouteSpecFluent()ComponentRouteSpecFluent(ComponentRouteSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
ComponentRouteSpecFluent
public ComponentRouteSpecFluent()
-
ComponentRouteSpecFluent
public ComponentRouteSpecFluent(ComponentRouteSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ComponentRouteSpec instance)
-
getHostname
public String getHostname()
-
hasHostname
public boolean hasHostname()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getNamespace
public String getNamespace()
-
hasNamespace
public boolean hasNamespace()
-
buildServingCertKeyPairSecret
public SecretNameReference buildServingCertKeyPairSecret()
-
withServingCertKeyPairSecret
public A withServingCertKeyPairSecret(SecretNameReference servingCertKeyPairSecret)
-
hasServingCertKeyPairSecret
public boolean hasServingCertKeyPairSecret()
-
withNewServingCertKeyPairSecret
public ComponentRouteSpecFluent.ServingCertKeyPairSecretNested<A> withNewServingCertKeyPairSecret()
-
withNewServingCertKeyPairSecretLike
public ComponentRouteSpecFluent.ServingCertKeyPairSecretNested<A> withNewServingCertKeyPairSecretLike(SecretNameReference item)
-
editServingCertKeyPairSecret
public ComponentRouteSpecFluent.ServingCertKeyPairSecretNested<A> editServingCertKeyPairSecret()
-
editOrNewServingCertKeyPairSecret
public ComponentRouteSpecFluent.ServingCertKeyPairSecretNested<A> editOrNewServingCertKeyPairSecret()
-
editOrNewServingCertKeyPairSecretLike
public ComponentRouteSpecFluent.ServingCertKeyPairSecretNested<A> editOrNewServingCertKeyPairSecretLike(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 ComponentRouteSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ComponentRouteSpecFluent<A>>
-
-