Uses of Class
io.fabric8.kubernetes.api.model.NodeDaemonEndpoints
-
Packages that use NodeDaemonEndpoints Package Description io.fabric8.kubernetes.api.model -
-
Uses of NodeDaemonEndpoints in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return NodeDaemonEndpoints Modifier and Type Method Description NodeDaemonEndpointsNodeDaemonEndpointsBuilder. build()NodeDaemonEndpointsNodeStatusFluent. buildDaemonEndpoints()NodeDaemonEndpointsNodeStatus. getDaemonEndpoints()Methods in io.fabric8.kubernetes.api.model with parameters of type NodeDaemonEndpoints Modifier and Type Method Description protected voidNodeDaemonEndpointsFluent. copyInstance(NodeDaemonEndpoints instance)NodeStatusFluent.DaemonEndpointsNested<A>NodeStatusFluent. editOrNewDaemonEndpointsLike(NodeDaemonEndpoints item)voidNodeStatus. setDaemonEndpoints(NodeDaemonEndpoints daemonEndpoints)ANodeStatusFluent. withDaemonEndpoints(NodeDaemonEndpoints daemonEndpoints)NodeStatusFluent.DaemonEndpointsNested<A>NodeStatusFluent. withNewDaemonEndpointsLike(NodeDaemonEndpoints item)Constructors in io.fabric8.kubernetes.api.model with parameters of type NodeDaemonEndpoints Constructor Description NodeDaemonEndpointsBuilder(NodeDaemonEndpoints instance)NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent, NodeDaemonEndpoints instance)NodeDaemonEndpointsFluent(NodeDaemonEndpoints instance)NodeStatus(List<NodeAddress> addresses, Map<String,Quantity> allocatable, Map<String,Quantity> capacity, List<NodeCondition> conditions, NodeConfigStatus config, NodeDaemonEndpoints daemonEndpoints, List<ContainerImage> images, NodeSystemInfo nodeInfo, String phase, List<NodeRuntimeHandler> runtimeHandlers, List<AttachedVolume> volumesAttached, List<String> volumesInUse)
-