Class V1DaemonEndpoint
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1DaemonEndpoint
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1DaemonEndpoint
extends Object
DaemonEndpoint contains information about a single Daemon endpoint.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
JSON_PROPERTY_PORT- See Also:
 
 
- 
- 
Constructor Details- 
V1DaemonEndpoint
 
- 
- 
Method Details- 
getPortPort number of the given endpoint.- Returns:
- the port property value
 
- 
setPortSet the port property value- Parameters:
- port- property value to set
 
- 
portSet port in a chainable fashion.- Returns:
- The same instance of V1DaemonEndpoint for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-