public interface InfoItemSourceFluent<A extends InfoItemSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InfoItemSourceFluent.ConfigMapKeyRefNested<N> |
static interface |
InfoItemSourceFluent.IngressRefNested<N> |
static interface |
InfoItemSourceFluent.SecretKeyRefNested<N> |
static interface |
InfoItemSourceFluent.ServiceRefNested<N> |
@Deprecated ConfigMapKeySelector getConfigMapKeyRef()
ConfigMapKeySelector buildConfigMapKeyRef()
A withConfigMapKeyRef(ConfigMapKeySelector configMapKeyRef)
Boolean hasConfigMapKeyRef()
InfoItemSourceFluent.ConfigMapKeyRefNested<A> withNewConfigMapKeyRef()
InfoItemSourceFluent.ConfigMapKeyRefNested<A> withNewConfigMapKeyRefLike(ConfigMapKeySelector item)
InfoItemSourceFluent.ConfigMapKeyRefNested<A> editConfigMapKeyRef()
InfoItemSourceFluent.ConfigMapKeyRefNested<A> editOrNewConfigMapKeyRef()
InfoItemSourceFluent.ConfigMapKeyRefNested<A> editOrNewConfigMapKeyRefLike(ConfigMapKeySelector item)
@Deprecated IngressSelector getIngressRef()
IngressSelector buildIngressRef()
A withIngressRef(IngressSelector ingressRef)
Boolean hasIngressRef()
InfoItemSourceFluent.IngressRefNested<A> withNewIngressRef()
InfoItemSourceFluent.IngressRefNested<A> withNewIngressRefLike(IngressSelector item)
InfoItemSourceFluent.IngressRefNested<A> editIngressRef()
InfoItemSourceFluent.IngressRefNested<A> editOrNewIngressRef()
InfoItemSourceFluent.IngressRefNested<A> editOrNewIngressRefLike(IngressSelector item)
@Deprecated SecretKeySelector getSecretKeyRef()
SecretKeySelector buildSecretKeyRef()
A withSecretKeyRef(SecretKeySelector secretKeyRef)
Boolean hasSecretKeyRef()
InfoItemSourceFluent.SecretKeyRefNested<A> withNewSecretKeyRef()
InfoItemSourceFluent.SecretKeyRefNested<A> withNewSecretKeyRefLike(SecretKeySelector item)
InfoItemSourceFluent.SecretKeyRefNested<A> editSecretKeyRef()
InfoItemSourceFluent.SecretKeyRefNested<A> editOrNewSecretKeyRef()
InfoItemSourceFluent.SecretKeyRefNested<A> editOrNewSecretKeyRefLike(SecretKeySelector item)
@Deprecated ServiceSelector getServiceRef()
ServiceSelector buildServiceRef()
A withServiceRef(ServiceSelector serviceRef)
Boolean hasServiceRef()
InfoItemSourceFluent.ServiceRefNested<A> withNewServiceRef()
InfoItemSourceFluent.ServiceRefNested<A> withNewServiceRefLike(ServiceSelector item)
InfoItemSourceFluent.ServiceRefNested<A> editServiceRef()
InfoItemSourceFluent.ServiceRefNested<A> editOrNewServiceRef()
InfoItemSourceFluent.ServiceRefNested<A> editOrNewServiceRefLike(ServiceSelector item)
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.