Package io.fabric8.kubernetes.api.model
Class NodeDaemonEndpoints
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.NodeDaemonEndpoints
-
- All Implemented Interfaces:
KubernetesResource,Serializable
public class NodeDaemonEndpoints extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeDaemonEndpoints()No args constructor for use in serializationNodeDaemonEndpoints(DaemonEndpoint kubeletEndpoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()DaemonEndpointgetKubeletEndpoint()voidsetAdditionalProperty(String name, Object value)voidsetKubeletEndpoint(DaemonEndpoint kubeletEndpoint)
-
-
-
Constructor Detail
-
NodeDaemonEndpoints
public NodeDaemonEndpoints()
No args constructor for use in serialization
-
NodeDaemonEndpoints
public NodeDaemonEndpoints(DaemonEndpoint kubeletEndpoint)
- Parameters:
kubeletEndpoint-
-
-
Method Detail
-
getKubeletEndpoint
public DaemonEndpoint getKubeletEndpoint()
-
setKubeletEndpoint
public void setKubeletEndpoint(DaemonEndpoint kubeletEndpoint)
-
-