Class Istio
- java.lang.Object
-
- org.apache.camel.v1.pipespec.integration.traits.Istio
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,java.io.Serializable
@Generated("io.fabric8.java.generator.CRGeneratorRunner") public class Istio extends java.lang.Object implements io.fabric8.kubernetes.api.model.KubernetesResource- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Istio()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAllow()ConfigurationgetConfiguration()java.lang.BooleangetEnabled()java.lang.BooleangetInject()voidsetAllow(java.lang.String allow)voidsetConfiguration(Configuration configuration)voidsetEnabled(java.lang.Boolean enabled)voidsetInject(java.lang.Boolean inject)
-
-
-
Method Detail
-
getAllow
public java.lang.String getAllow()
-
setAllow
public void setAllow(java.lang.String allow)
-
getConfiguration
public Configuration getConfiguration()
-
setConfiguration
public void setConfiguration(Configuration configuration)
-
getEnabled
public java.lang.Boolean getEnabled()
-
setEnabled
public void setEnabled(java.lang.Boolean enabled)
-
getInject
public java.lang.Boolean getInject()
-
setInject
public void setInject(java.lang.Boolean inject)
-
-