Package io.fabric8.kubernetes.api.model
Class Handler
java.lang.Object
io.fabric8.kubernetes.api.model.Handler
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class Handler extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description Handler()No args constructor for use in serializationHandler(ExecAction exec, HTTPGetAction httpGet, TCPSocketAction tcpSocket) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()ExecActiongetExec()HTTPGetActiongetHttpGet()TCPSocketActiongetTcpSocket()voidsetAdditionalProperty(String name, Object value)voidsetExec(ExecAction exec)voidsetHttpGet(HTTPGetAction httpGet)voidsetTcpSocket(TCPSocketAction tcpSocket)
-
Constructor Details
-
Method Details
-
getExec
- Returns:
- The exec
-
setExec
- Parameters:
exec- The exec
-
getHttpGet
- Returns:
- The httpGet
-
setHttpGet
- Parameters:
httpGet- The httpGet
-
getTcpSocket
- Returns:
- The tcpSocket
-
setTcpSocket
- Parameters:
tcpSocket- The tcpSocket
-
getAdditionalProperties
-
setAdditionalProperty
-