Class Ingress
- java.lang.Object
-
- org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Ingress
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,java.io.Serializable
@Generated("io.fabric8.java.generator.CRGeneratorRunner") public class Ingress extends java.lang.Object implements io.fabric8.kubernetes.api.model.KubernetesResource- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIngress.PathType
-
Constructor Summary
Constructors Constructor Description Ingress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getAnnotations()java.lang.BooleangetAuto()ConfigurationgetConfiguration()java.lang.BooleangetEnabled()java.lang.StringgetHost()java.lang.StringgetPath()Ingress.PathTypegetPathType()voidsetAnnotations(java.util.Map<java.lang.String,java.lang.String> annotations)voidsetAuto(java.lang.Boolean auto)voidsetConfiguration(Configuration configuration)voidsetEnabled(java.lang.Boolean enabled)voidsetHost(java.lang.String host)voidsetPath(java.lang.String path)voidsetPathType(Ingress.PathType pathType)
-
-
-
Method Detail
-
getAnnotations
public java.util.Map<java.lang.String,java.lang.String> getAnnotations()
-
setAnnotations
public void setAnnotations(java.util.Map<java.lang.String,java.lang.String> annotations)
-
getAuto
public java.lang.Boolean getAuto()
-
setAuto
public void setAuto(java.lang.Boolean auto)
-
getConfiguration
public Configuration getConfiguration()
-
setConfiguration
public void setConfiguration(Configuration configuration)
-
getEnabled
public java.lang.Boolean getEnabled()
-
setEnabled
public void setEnabled(java.lang.Boolean enabled)
-
getHost
public java.lang.String getHost()
-
setHost
public void setHost(java.lang.String host)
-
getPath
public java.lang.String getPath()
-
setPath
public void setPath(java.lang.String path)
-
getPathType
public Ingress.PathType getPathType()
-
setPathType
public void setPathType(Ingress.PathType pathType)
-
-