Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1NodeDaemonEndpoints
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1NodeDaemonEndpoints
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1NodeDaemonEndpoints extends Object
NodeDaemonEndpoints lists ports opened by daemons running on the Node.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_KUBELET_ENDPOINT
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1NodeDaemonEndpoints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IoK8sApiCoreV1DaemonEndpointgetKubeletEndpoint()Get kubeletEndpointinthashCode()IoK8sApiCoreV1NodeDaemonEndpointskubeletEndpoint(IoK8sApiCoreV1DaemonEndpoint kubeletEndpoint)voidsetKubeletEndpoint(IoK8sApiCoreV1DaemonEndpoint kubeletEndpoint)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_KUBELET_ENDPOINT
public static final String JSON_PROPERTY_KUBELET_ENDPOINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
kubeletEndpoint
public IoK8sApiCoreV1NodeDaemonEndpoints kubeletEndpoint(IoK8sApiCoreV1DaemonEndpoint kubeletEndpoint)
-
getKubeletEndpoint
@Nullable public IoK8sApiCoreV1DaemonEndpoint getKubeletEndpoint()
Get kubeletEndpoint- Returns:
- kubeletEndpoint
-
setKubeletEndpoint
public void setKubeletEndpoint(IoK8sApiCoreV1DaemonEndpoint kubeletEndpoint)
-
-