@Generated(value="org.jsonschema2pojo") public class NodeDaemonEndpoints extends java.lang.Object implements KubernetesResource
Constructor and Description |
---|
NodeDaemonEndpoints()
No args constructor for use in serialization
|
NodeDaemonEndpoints(DaemonEndpoint kubeletEndpoint) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAdditionalProperties() |
DaemonEndpoint |
getKubeletEndpoint() |
void |
setAdditionalProperty(java.lang.String name,
java.lang.Object value) |
void |
setKubeletEndpoint(DaemonEndpoint kubeletEndpoint) |
public NodeDaemonEndpoints()
public NodeDaemonEndpoints(DaemonEndpoint kubeletEndpoint)
kubeletEndpoint
- public DaemonEndpoint getKubeletEndpoint()
public void setKubeletEndpoint(DaemonEndpoint kubeletEndpoint)
kubeletEndpoint
- The kubeletEndpointpublic java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
public void setAdditionalProperty(java.lang.String name, java.lang.Object value)
Copyright © 2015-2019 Red Hat. All Rights Reserved.