@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1NodeDaemonEndpoints extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_KUBELET_ENDPOINT |
Constructor and Description |
---|
V1NodeDaemonEndpoints() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1DaemonEndpoint |
getKubeletEndpoint()
Get kubeletEndpoint
|
int |
hashCode() |
V1NodeDaemonEndpoints |
kubeletEndpoint(V1DaemonEndpoint kubeletEndpoint) |
void |
setKubeletEndpoint(V1DaemonEndpoint kubeletEndpoint) |
String |
toString() |
public static final String SERIALIZED_NAME_KUBELET_ENDPOINT
public V1NodeDaemonEndpoints kubeletEndpoint(V1DaemonEndpoint kubeletEndpoint)
@Nullable public V1DaemonEndpoint getKubeletEndpoint()
public void setKubeletEndpoint(V1DaemonEndpoint kubeletEndpoint)
Copyright © 2020. All rights reserved.