| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
NodeDaemonEndpoints |
NodeDaemonEndpointsBuilder.build() |
NodeDaemonEndpoints |
NodeStatusFluent.buildDaemonEndpoints() |
NodeDaemonEndpoints |
NodeStatusFluentImpl.buildDaemonEndpoints() |
NodeDaemonEndpoints |
NodeStatusFluent.getDaemonEndpoints()
Deprecated.
|
NodeDaemonEndpoints |
NodeStatusFluentImpl.getDaemonEndpoints()
Deprecated.
|
NodeDaemonEndpoints |
NodeStatus.getDaemonEndpoints() |
| Constructor and Description |
|---|
NodeDaemonEndpointsBuilder(NodeDaemonEndpoints instance) |
NodeDaemonEndpointsBuilder(NodeDaemonEndpoints instance,
Boolean validationEnabled) |
NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent,
NodeDaemonEndpoints instance) |
NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent,
NodeDaemonEndpoints instance,
Boolean validationEnabled) |
NodeDaemonEndpointsFluentImpl(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<AttachedVolume> volumesAttached,
List<String> volumesInUse) |
Copyright © 2015–2022 Red Hat. All rights reserved.