Class V1NodeDaemonEndpoints
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1NodeDaemonEndpoints
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1NodeDaemonEndpoints
extends Object
NodeDaemonEndpoints lists ports opened by daemons running on the Node.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
kubeletEndpoint
(V1DaemonEndpoint kubeletEndpoint) Set kubeletEndpoint in a chainable fashion.void
setKubeletEndpoint
(V1DaemonEndpoint kubeletEndpoint) Set the kubeletEndpoint property valuetoString()
-
Field Details
-
JSON_PROPERTY_KUBELET_ENDPOINT
- See Also:
-
-
Constructor Details
-
V1NodeDaemonEndpoints
public V1NodeDaemonEndpoints()
-
-
Method Details
-
getKubeletEndpoint
- Returns:
- the kubeletEndpoint property value
-
setKubeletEndpoint
Set the kubeletEndpoint property value -
kubeletEndpoint
Set kubeletEndpoint in a chainable fashion.- Returns:
- The same instance of V1NodeDaemonEndpoints for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-