Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
NodeSystemInfo |
NodeSystemInfoBuilder.build() |
NodeSystemInfo |
NodeStatusFluent.buildNodeInfo() |
NodeSystemInfo |
NodeStatusFluentImpl.buildNodeInfo() |
NodeSystemInfo |
DoneableNodeSystemInfo.done() |
NodeSystemInfo |
NodeStatusFluent.getNodeInfo()
Deprecated.
|
NodeSystemInfo |
NodeStatusFluentImpl.getNodeInfo()
Deprecated.
|
NodeSystemInfo |
NodeStatus.getNodeInfo() |
Constructor and Description |
---|
DoneableNodeSystemInfo(NodeSystemInfo item) |
DoneableNodeSystemInfo(NodeSystemInfo item,
Function<NodeSystemInfo,NodeSystemInfo> function) |
NodeStatus(java.util.List<NodeAddress> addresses,
java.util.Map<java.lang.String,Quantity> allocatable,
java.util.Map<java.lang.String,Quantity> capacity,
java.util.List<NodeCondition> conditions,
NodeConfigStatus config,
NodeDaemonEndpoints daemonEndpoints,
java.util.List<ContainerImage> images,
NodeSystemInfo nodeInfo,
java.lang.String phase,
java.util.List<AttachedVolume> volumesAttached,
java.util.List<java.lang.String> volumesInUse) |
NodeSystemInfoBuilder(NodeSystemInfo instance) |
NodeSystemInfoBuilder(NodeSystemInfo instance,
java.lang.Boolean validationEnabled) |
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent,
NodeSystemInfo instance) |
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent,
NodeSystemInfo instance,
java.lang.Boolean validationEnabled) |
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent,
NodeSystemInfo instance,
javax.validation.Validator validator) |
NodeSystemInfoBuilder(NodeSystemInfo instance,
javax.validation.Validator validator) |
NodeSystemInfoFluentImpl(NodeSystemInfo instance) |
Constructor and Description |
---|
DoneableNodeSystemInfo(Function<NodeSystemInfo,NodeSystemInfo> function) |
DoneableNodeSystemInfo(Function<NodeSystemInfo,NodeSystemInfo> function) |
DoneableNodeSystemInfo(NodeSystemInfo item,
Function<NodeSystemInfo,NodeSystemInfo> function) |
DoneableNodeSystemInfo(NodeSystemInfo item,
Function<NodeSystemInfo,NodeSystemInfo> function) |
Copyright © 2015-2019 Red Hat. All Rights Reserved.