Package io.fabric8.kubernetes.api.model
Class NodeDaemonEndpoints
java.lang.Object
io.fabric8.kubernetes.api.model.NodeDaemonEndpoints
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") 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
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()DaemonEndpointgetKubeletEndpoint()voidsetAdditionalProperty(String name, Object value)voidsetKubeletEndpoint(DaemonEndpoint kubeletEndpoint)
-
Constructor Details
-
NodeDaemonEndpoints
public NodeDaemonEndpoints()No args constructor for use in serialization -
NodeDaemonEndpoints
- Parameters:
kubeletEndpoint-
-
-
Method Details
-
getKubeletEndpoint
- Returns:
- The kubeletEndpoint
-
setKubeletEndpoint
- Parameters:
kubeletEndpoint- The kubeletEndpoint
-
getAdditionalProperties
-
setAdditionalProperty
-