Class ChannelSpecFluent<A extends ChannelSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openclustermanagement.api.model.apps.v1.ChannelSpecFluent<A>
-
- Direct Known Subclasses:
ChannelFluent.SpecNested,ChannelSpecBuilder
public class ChannelSpecFluent<A extends ChannelSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classChannelSpecFluent.ConfigMapRefNested<N>classChannelSpecFluent.GatesNested<N>classChannelSpecFluent.SecretRefNested<N>
-
Constructor Summary
Constructors Constructor Description ChannelSpecFluent()ChannelSpecFluent(ChannelSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
ChannelSpecFluent
public ChannelSpecFluent()
-
ChannelSpecFluent
public ChannelSpecFluent(ChannelSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ChannelSpec instance)
-
buildConfigMapRef
public io.fabric8.kubernetes.api.model.ObjectReference buildConfigMapRef()
-
withConfigMapRef
public A withConfigMapRef(io.fabric8.kubernetes.api.model.ObjectReference configMapRef)
-
hasConfigMapRef
public boolean hasConfigMapRef()
-
withNewConfigMapRef
public ChannelSpecFluent.ConfigMapRefNested<A> withNewConfigMapRef()
-
withNewConfigMapRefLike
public ChannelSpecFluent.ConfigMapRefNested<A> withNewConfigMapRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
editConfigMapRef
public ChannelSpecFluent.ConfigMapRefNested<A> editConfigMapRef()
-
editOrNewConfigMapRef
public ChannelSpecFluent.ConfigMapRefNested<A> editOrNewConfigMapRef()
-
editOrNewConfigMapRefLike
public ChannelSpecFluent.ConfigMapRefNested<A> editOrNewConfigMapRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
buildGates
public ChannelGate buildGates()
-
withGates
public A withGates(ChannelGate gates)
-
hasGates
public boolean hasGates()
-
withNewGates
public ChannelSpecFluent.GatesNested<A> withNewGates()
-
withNewGatesLike
public ChannelSpecFluent.GatesNested<A> withNewGatesLike(ChannelGate item)
-
editGates
public ChannelSpecFluent.GatesNested<A> editGates()
-
editOrNewGates
public ChannelSpecFluent.GatesNested<A> editOrNewGates()
-
editOrNewGatesLike
public ChannelSpecFluent.GatesNested<A> editOrNewGatesLike(ChannelGate item)
-
getInsecureSkipVerify
public Boolean getInsecureSkipVerify()
-
hasInsecureSkipVerify
public boolean hasInsecureSkipVerify()
-
getPathname
public String getPathname()
-
hasPathname
public boolean hasPathname()
-
buildSecretRef
public io.fabric8.kubernetes.api.model.ObjectReference buildSecretRef()
-
withSecretRef
public A withSecretRef(io.fabric8.kubernetes.api.model.ObjectReference secretRef)
-
hasSecretRef
public boolean hasSecretRef()
-
withNewSecretRef
public ChannelSpecFluent.SecretRefNested<A> withNewSecretRef()
-
withNewSecretRefLike
public ChannelSpecFluent.SecretRefNested<A> withNewSecretRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
editSecretRef
public ChannelSpecFluent.SecretRefNested<A> editSecretRef()
-
editOrNewSecretRef
public ChannelSpecFluent.SecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
public ChannelSpecFluent.SecretRefNested<A> editOrNewSecretRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
addAllToSourceNamespaces
public A addAllToSourceNamespaces(Collection<String> items)
-
removeAllFromSourceNamespaces
public A removeAllFromSourceNamespaces(Collection<String> items)
-
getSourceNamespace
public String getSourceNamespace(int index)
-
getFirstSourceNamespace
public String getFirstSourceNamespace()
-
getLastSourceNamespace
public String getLastSourceNamespace()
-
hasSourceNamespaces
public boolean hasSourceNamespaces()
-
getType
public String getType()
-
hasType
public boolean hasType()
-
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 ChannelSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ChannelSpecFluent<A>>
-
withInsecureSkipVerify
public A withInsecureSkipVerify()
-
-