Class ChannelGateFluent<A extends ChannelGateFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openclustermanagement.api.model.apps.v1.ChannelGateFluent<A>
-
- Direct Known Subclasses:
ChannelGateBuilder,ChannelSpecFluent.GatesNested
public class ChannelGateFluent<A extends ChannelGateFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classChannelGateFluent.LabelSelectorNested<N>
-
Constructor Summary
Constructors Constructor Description ChannelGateFluent()ChannelGateFluent(ChannelGate instance)
-
Method Summary
-
-
-
Constructor Detail
-
ChannelGateFluent
public ChannelGateFluent()
-
ChannelGateFluent
public ChannelGateFluent(ChannelGate instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ChannelGate instance)
-
hasAnnotations
public boolean hasAnnotations()
-
buildLabelSelector
public io.fabric8.kubernetes.api.model.LabelSelector buildLabelSelector()
-
withLabelSelector
public A withLabelSelector(io.fabric8.kubernetes.api.model.LabelSelector labelSelector)
-
hasLabelSelector
public boolean hasLabelSelector()
-
withNewLabelSelector
public ChannelGateFluent.LabelSelectorNested<A> withNewLabelSelector()
-
withNewLabelSelectorLike
public ChannelGateFluent.LabelSelectorNested<A> withNewLabelSelectorLike(io.fabric8.kubernetes.api.model.LabelSelector item)
-
editLabelSelector
public ChannelGateFluent.LabelSelectorNested<A> editLabelSelector()
-
editOrNewLabelSelector
public ChannelGateFluent.LabelSelectorNested<A> editOrNewLabelSelector()
-
editOrNewLabelSelectorLike
public ChannelGateFluent.LabelSelectorNested<A> editOrNewLabelSelectorLike(io.fabric8.kubernetes.api.model.LabelSelector item)
-
getName
public String getName()
-
hasName
public boolean hasName()
-
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 ChannelGateFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ChannelGateFluent<A>>
-
-