Package io.fabric8.kubernetes.api.model
Class EventSource
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.EventSource
-
- All Implemented Interfaces:
KubernetesResource
,Serializable
public class EventSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventSource()
No args constructor for use in serializationEventSource(String component, String host)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getComponent()
String
getHost()
void
setAdditionalProperty(String name, Object value)
void
setComponent(String component)
void
setHost(String host)
-