public class InfoItemSourceFluent<A extends InfoItemSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
InfoItemSourceFluent.ConfigMapKeyRefNested<N> |
class |
InfoItemSourceFluent.IngressRefNested<N> |
class |
InfoItemSourceFluent.SecretKeyRefNested<N> |
class |
InfoItemSourceFluent.ServiceRefNested<N> |
| Constructor and Description |
|---|
InfoItemSourceFluent() |
InfoItemSourceFluent(InfoItemSource instance) |
public InfoItemSourceFluent()
public InfoItemSourceFluent(InfoItemSource instance)
protected void copyInstance(InfoItemSource instance)
public ConfigMapKeySelector buildConfigMapKeyRef()
public A withConfigMapKeyRef(ConfigMapKeySelector configMapKeyRef)
public boolean hasConfigMapKeyRef()
public InfoItemSourceFluent.ConfigMapKeyRefNested<A> withNewConfigMapKeyRef()
public InfoItemSourceFluent.ConfigMapKeyRefNested<A> withNewConfigMapKeyRefLike(ConfigMapKeySelector item)
public InfoItemSourceFluent.ConfigMapKeyRefNested<A> editConfigMapKeyRef()
public InfoItemSourceFluent.ConfigMapKeyRefNested<A> editOrNewConfigMapKeyRef()
public InfoItemSourceFluent.ConfigMapKeyRefNested<A> editOrNewConfigMapKeyRefLike(ConfigMapKeySelector item)
public IngressSelector buildIngressRef()
public A withIngressRef(IngressSelector ingressRef)
public boolean hasIngressRef()
public InfoItemSourceFluent.IngressRefNested<A> withNewIngressRef()
public InfoItemSourceFluent.IngressRefNested<A> withNewIngressRefLike(IngressSelector item)
public InfoItemSourceFluent.IngressRefNested<A> editIngressRef()
public InfoItemSourceFluent.IngressRefNested<A> editOrNewIngressRef()
public InfoItemSourceFluent.IngressRefNested<A> editOrNewIngressRefLike(IngressSelector item)
public SecretKeySelector buildSecretKeyRef()
public A withSecretKeyRef(SecretKeySelector secretKeyRef)
public boolean hasSecretKeyRef()
public InfoItemSourceFluent.SecretKeyRefNested<A> withNewSecretKeyRef()
public InfoItemSourceFluent.SecretKeyRefNested<A> withNewSecretKeyRefLike(SecretKeySelector item)
public InfoItemSourceFluent.SecretKeyRefNested<A> editSecretKeyRef()
public InfoItemSourceFluent.SecretKeyRefNested<A> editOrNewSecretKeyRef()
public InfoItemSourceFluent.SecretKeyRefNested<A> editOrNewSecretKeyRefLike(SecretKeySelector item)
public ServiceSelector buildServiceRef()
public A withServiceRef(ServiceSelector serviceRef)
public boolean hasServiceRef()
public InfoItemSourceFluent.ServiceRefNested<A> withNewServiceRef()
public InfoItemSourceFluent.ServiceRefNested<A> withNewServiceRefLike(ServiceSelector item)
public InfoItemSourceFluent.ServiceRefNested<A> editServiceRef()
public InfoItemSourceFluent.ServiceRefNested<A> editOrNewServiceRef()
public InfoItemSourceFluent.ServiceRefNested<A> editOrNewServiceRefLike(ServiceSelector item)
public String getType()
public boolean hasType()
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 InfoItemSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends InfoItemSourceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.