Class Request
java.lang.Object
io.kubernetes.client.extended.controller.reconciler.Request
The type Request contains the information necessary to reconcile a resource object. This includes
the information to uniquely identify the object - its Name and Namespace. Note that it does NOT
contain information about any specific Event or the object contents itself.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Request
Instantiates a new Request specifying the name. Works for cluster-scoped resource.- Parameters:
name
- the resource object name
-
Request
Instantiates a new Request specifying the name and namespace. Works for namespace-scoped resource.- Parameters:
namespace
- the resource object namespacename
- the resource object name
-
-
Method Details
-
getNamespace
Gets namespace.- Returns:
- the namespace
-
setNamespace
Sets namespace.- Parameters:
namespace
- the namespace
-
getName
Gets name.- Returns:
- the name
-
toString
-
equals
-
hashCode
public int hashCode() -
setName
Sets name.- Parameters:
name
- the name
-