Class Service
- java.lang.Object
-
- org.apache.camel.v1.integrationspec.traits.Service
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,java.io.Serializable
@Generated("io.fabric8.java.generator.CRGeneratorRunner") public class Service 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 classService.Type
-
Constructor Summary
Constructors Constructor Description Service()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetAuto()ConfigurationgetConfiguration()java.lang.BooleangetEnabled()java.lang.BooleangetNodePort()Service.TypegetType()voidsetAuto(java.lang.Boolean auto)voidsetConfiguration(Configuration configuration)voidsetEnabled(java.lang.Boolean enabled)voidsetNodePort(java.lang.Boolean nodePort)voidsetType(Service.Type type)
-
-
-
Method Detail
-
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)
-
getNodePort
public java.lang.Boolean getNodePort()
-
setNodePort
public void setNodePort(java.lang.Boolean nodePort)
-
getType
public Service.Type getType()
-
setType
public void setType(Service.Type type)
-
-