Package io.fabric8.kubernetes.api.model
Class NodeStatusBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.NodeStatusFluentImpl<NodeStatusBuilder>
io.fabric8.kubernetes.api.model.NodeStatusBuilder
- All Implemented Interfaces:
Builder<NodeStatus>
,Fluent<NodeStatusBuilder>
,Visitable<NodeStatusBuilder>
,VisitableBuilder<NodeStatus,NodeStatusBuilder>
,NodeStatusFluent<NodeStatusBuilder>
public class NodeStatusBuilder extends NodeStatusFluentImpl<NodeStatusBuilder> implements VisitableBuilder<NodeStatus,NodeStatusBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.NodeStatusFluentImpl
NodeStatusFluentImpl.AddressesNestedImpl<N>, NodeStatusFluentImpl.ConditionsNestedImpl<N>, NodeStatusFluentImpl.ConfigNestedImpl<N>, NodeStatusFluentImpl.DaemonEndpointsNestedImpl<N>, NodeStatusFluentImpl.ImagesNestedImpl<N>, NodeStatusFluentImpl.NodeInfoNestedImpl<N>, NodeStatusFluentImpl.VolumesAttachedNestedImpl<N>
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NodeStatusFluent
NodeStatusFluent.AddressesNested<N>, NodeStatusFluent.ConditionsNested<N>, NodeStatusFluent.ConfigNested<N>, NodeStatusFluent.DaemonEndpointsNested<N>, NodeStatusFluent.ImagesNested<N>, NodeStatusFluent.NodeInfoNested<N>, NodeStatusFluent.VolumesAttachedNested<N>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NodeStatusBuilder()
NodeStatusBuilder(NodeStatus instance)
NodeStatusBuilder(NodeStatusFluent<?> fluent)
NodeStatusBuilder(NodeStatusFluent<?> fluent, NodeStatus instance)
NodeStatusBuilder(NodeStatusFluent<?> fluent, NodeStatus instance, Boolean validationEnabled)
NodeStatusBuilder(NodeStatusFluent<?> fluent, Boolean validationEnabled)
NodeStatusBuilder(NodeStatus instance, Boolean validationEnabled)
NodeStatusBuilder(Boolean validationEnabled)
-
Method Summary
Modifier and Type Method Description NodeStatus
build()
boolean
equals(Object o)
Methods inherited from class io.fabric8.kubernetes.api.model.NodeStatusFluentImpl
addAllToAddresses, addAllToConditions, addAllToImages, addAllToVolumesAttached, addAllToVolumesInUse, addNewAddress, addNewAddress, addNewAddressLike, addNewCondition, addNewConditionLike, addNewImage, addNewImageLike, addNewVolumesAttached, addNewVolumesAttached, addNewVolumesAttachedLike, addNewVolumesInUse, addNewVolumesInUse, addNewVolumesInUse, addToAddresses, addToAddresses, addToAllocatable, addToAllocatable, addToCapacity, addToCapacity, addToConditions, addToConditions, addToImages, addToImages, addToVolumesAttached, addToVolumesAttached, addToVolumesInUse, addToVolumesInUse, buildAddress, buildAddresses, buildCondition, buildConditions, buildConfig, buildDaemonEndpoints, buildFirstAddress, buildFirstCondition, buildFirstImage, buildFirstVolumesAttached, buildImage, buildImages, buildLastAddress, buildLastCondition, buildLastImage, buildLastVolumesAttached, buildMatchingAddress, buildMatchingCondition, buildMatchingImage, buildMatchingVolumesAttached, buildNodeInfo, buildVolumesAttached, buildVolumesAttached, editAddress, editCondition, editConfig, editDaemonEndpoints, editFirstAddress, editFirstCondition, editFirstImage, editFirstVolumesAttached, editImage, editLastAddress, editLastCondition, editLastImage, editLastVolumesAttached, editMatchingAddress, editMatchingCondition, editMatchingImage, editMatchingVolumesAttached, editNodeInfo, editOrNewConfig, editOrNewConfigLike, editOrNewDaemonEndpoints, editOrNewDaemonEndpointsLike, editOrNewNodeInfo, editOrNewNodeInfoLike, editVolumesAttached, getAddresses, getAllocatable, getCapacity, getConditions, getConfig, getDaemonEndpoints, getFirstVolumesInUse, getImages, getLastVolumesInUse, getMatchingVolumesInUse, getNodeInfo, getPhase, getVolumesAttached, getVolumesInUse, getVolumesInUse, hasAddresses, hasAllocatable, hasCapacity, hasConditions, hasConfig, hasDaemonEndpoints, hasImages, hasMatchingAddress, hasMatchingCondition, hasMatchingImage, hasMatchingVolumesAttached, hasMatchingVolumesInUse, hasNodeInfo, hasPhase, hasVolumesAttached, hasVolumesInUse, removeAllFromAddresses, removeAllFromConditions, removeAllFromImages, removeAllFromVolumesAttached, removeAllFromVolumesInUse, removeFromAddresses, removeFromAllocatable, removeFromAllocatable, removeFromCapacity, removeFromCapacity, removeFromConditions, removeFromImages, removeFromVolumesAttached, removeFromVolumesInUse, removeMatchingFromAddresses, removeMatchingFromConditions, removeMatchingFromImages, removeMatchingFromVolumesAttached, setNewAddressLike, setNewConditionLike, setNewImageLike, setNewVolumesAttachedLike, setToAddresses, setToConditions, setToImages, setToVolumesAttached, setToVolumesInUse, withAddresses, withAddresses, withAllocatable, withCapacity, withConditions, withConditions, withConfig, withDaemonEndpoints, withImages, withImages, withNewConfig, withNewConfigLike, withNewDaemonEndpoints, withNewDaemonEndpointsLike, withNewNodeInfo, withNewNodeInfoLike, withNewPhase, withNewPhase, withNewPhase, withNodeInfo, withPhase, withVolumesAttached, withVolumesAttached, withVolumesInUse, withVolumesInUse
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
NodeStatusBuilder
public NodeStatusBuilder() -
NodeStatusBuilder
-
NodeStatusBuilder
-
NodeStatusBuilder
-
NodeStatusBuilder
-
NodeStatusBuilder
public NodeStatusBuilder(NodeStatusFluent<?> fluent, NodeStatus instance, Boolean validationEnabled) -
NodeStatusBuilder
-
NodeStatusBuilder
-
-
Method Details
-
build
- Specified by:
build
in interfaceBuilder<NodeStatus>
-
equals
- Overrides:
equals
in classNodeStatusFluentImpl<NodeStatusBuilder>
-