public class ChannelSpecFluent<A extends ChannelSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelSpecFluent.ConfigMapRefNested<N> |
class |
ChannelSpecFluent.GatesNested<N> |
class |
ChannelSpecFluent.SecretRefNested<N> |
| Constructor and Description |
|---|
ChannelSpecFluent() |
ChannelSpecFluent(ChannelSpec instance) |
public ChannelSpecFluent()
public ChannelSpecFluent(ChannelSpec instance)
protected void copyInstance(ChannelSpec instance)
public io.fabric8.kubernetes.api.model.ObjectReference buildConfigMapRef()
public A withConfigMapRef(io.fabric8.kubernetes.api.model.ObjectReference configMapRef)
public boolean hasConfigMapRef()
public ChannelSpecFluent.ConfigMapRefNested<A> withNewConfigMapRef()
public ChannelSpecFluent.ConfigMapRefNested<A> withNewConfigMapRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
public ChannelSpecFluent.ConfigMapRefNested<A> editConfigMapRef()
public ChannelSpecFluent.ConfigMapRefNested<A> editOrNewConfigMapRef()
public ChannelSpecFluent.ConfigMapRefNested<A> editOrNewConfigMapRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
public ChannelGate buildGates()
public A withGates(ChannelGate gates)
public boolean hasGates()
public ChannelSpecFluent.GatesNested<A> withNewGates()
public ChannelSpecFluent.GatesNested<A> withNewGatesLike(ChannelGate item)
public ChannelSpecFluent.GatesNested<A> editGates()
public ChannelSpecFluent.GatesNested<A> editOrNewGates()
public ChannelSpecFluent.GatesNested<A> editOrNewGatesLike(ChannelGate item)
public Boolean getInsecureSkipVerify()
public boolean hasInsecureSkipVerify()
public String getPathname()
public boolean hasPathname()
public io.fabric8.kubernetes.api.model.ObjectReference buildSecretRef()
public A withSecretRef(io.fabric8.kubernetes.api.model.ObjectReference secretRef)
public boolean hasSecretRef()
public ChannelSpecFluent.SecretRefNested<A> withNewSecretRef()
public ChannelSpecFluent.SecretRefNested<A> withNewSecretRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
public ChannelSpecFluent.SecretRefNested<A> editSecretRef()
public ChannelSpecFluent.SecretRefNested<A> editOrNewSecretRef()
public ChannelSpecFluent.SecretRefNested<A> editOrNewSecretRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
public A addAllToSourceNamespaces(Collection<String> items)
public A removeAllFromSourceNamespaces(Collection<String> items)
public String getSourceNamespace(int index)
public String getFirstSourceNamespace()
public String getLastSourceNamespace()
public boolean hasSourceNamespaces()
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 ChannelSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ChannelSpecFluent<A>>public A withInsecureSkipVerify()
Copyright © 2015–2024 Red Hat. All rights reserved.