Class V1NodeConfigStatusFluentImpl<A extends V1NodeConfigStatusFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1NodeConfigStatusFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1NodeConfigStatusFluent<A>
- Direct Known Subclasses:
V1NodeConfigStatusBuilder
public class V1NodeConfigStatusFluentImpl<A extends V1NodeConfigStatusFluent<A>>
extends BaseFluent<A>
implements V1NodeConfigStatusFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1NodeConfigStatusFluent
V1NodeConfigStatusFluent.ActiveNested<N>, V1NodeConfigStatusFluent.AssignedNested<N>, V1NodeConfigStatusFluent.LastKnownGoodNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1NodeConfigStatusFluentImpl
(io.kubernetes.client.openapi.models.V1NodeConfigStatus instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1NodeConfigSource
io.kubernetes.client.openapi.models.V1NodeConfigSource
io.kubernetes.client.openapi.models.V1NodeConfigSource
editOrNewActiveLike
(io.kubernetes.client.openapi.models.V1NodeConfigSource item) editOrNewAssignedLike
(io.kubernetes.client.openapi.models.V1NodeConfigSource item) editOrNewLastKnownGoodLike
(io.kubernetes.client.openapi.models.V1NodeConfigSource item) boolean
io.kubernetes.client.openapi.models.V1NodeConfigSource
Deprecated.io.kubernetes.client.openapi.models.V1NodeConfigSource
Deprecated.getError()
io.kubernetes.client.openapi.models.V1NodeConfigSource
Deprecated.hasError()
int
hashCode()
toString()
withActive
(io.kubernetes.client.openapi.models.V1NodeConfigSource active) withAssigned
(io.kubernetes.client.openapi.models.V1NodeConfigSource assigned) withLastKnownGood
(io.kubernetes.client.openapi.models.V1NodeConfigSource lastKnownGood) withNewActiveLike
(io.kubernetes.client.openapi.models.V1NodeConfigSource item) withNewAssignedLike
(io.kubernetes.client.openapi.models.V1NodeConfigSource item) withNewLastKnownGoodLike
(io.kubernetes.client.openapi.models.V1NodeConfigSource item) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1NodeConfigStatusFluentImpl
public V1NodeConfigStatusFluentImpl() -
V1NodeConfigStatusFluentImpl
public V1NodeConfigStatusFluentImpl(io.kubernetes.client.openapi.models.V1NodeConfigStatus instance)
-
-
Method Details
-
getActive
Deprecated.This method has been deprecated, please use method buildActive instead.- Specified by:
getActive
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
- Returns:
- The buildable object.
-
buildActive
public io.kubernetes.client.openapi.models.V1NodeConfigSource buildActive()- Specified by:
buildActive
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
withActive
- Specified by:
withActive
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
hasActive
- Specified by:
hasActive
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
withNewActive
- Specified by:
withNewActive
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
withNewActiveLike
public V1NodeConfigStatusFluent.ActiveNested<A> withNewActiveLike(io.kubernetes.client.openapi.models.V1NodeConfigSource item) - Specified by:
withNewActiveLike
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
editActive
- Specified by:
editActive
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
editOrNewActive
- Specified by:
editOrNewActive
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
editOrNewActiveLike
public V1NodeConfigStatusFluent.ActiveNested<A> editOrNewActiveLike(io.kubernetes.client.openapi.models.V1NodeConfigSource item) - Specified by:
editOrNewActiveLike
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
getAssigned
Deprecated.This method has been deprecated, please use method buildAssigned instead.- Specified by:
getAssigned
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
- Returns:
- The buildable object.
-
buildAssigned
public io.kubernetes.client.openapi.models.V1NodeConfigSource buildAssigned()- Specified by:
buildAssigned
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
withAssigned
- Specified by:
withAssigned
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
hasAssigned
- Specified by:
hasAssigned
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
withNewAssigned
- Specified by:
withNewAssigned
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
withNewAssignedLike
public V1NodeConfigStatusFluent.AssignedNested<A> withNewAssignedLike(io.kubernetes.client.openapi.models.V1NodeConfigSource item) - Specified by:
withNewAssignedLike
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
editAssigned
- Specified by:
editAssigned
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
editOrNewAssigned
- Specified by:
editOrNewAssigned
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
editOrNewAssignedLike
public V1NodeConfigStatusFluent.AssignedNested<A> editOrNewAssignedLike(io.kubernetes.client.openapi.models.V1NodeConfigSource item) - Specified by:
editOrNewAssignedLike
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
getError
- Specified by:
getError
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
withError
- Specified by:
withError
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
hasError
- Specified by:
hasError
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
getLastKnownGood
Deprecated.This method has been deprecated, please use method buildLastKnownGood instead.- Specified by:
getLastKnownGood
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
- Returns:
- The buildable object.
-
buildLastKnownGood
public io.kubernetes.client.openapi.models.V1NodeConfigSource buildLastKnownGood()- Specified by:
buildLastKnownGood
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
withLastKnownGood
- Specified by:
withLastKnownGood
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
hasLastKnownGood
- Specified by:
hasLastKnownGood
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
withNewLastKnownGood
- Specified by:
withNewLastKnownGood
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
withNewLastKnownGoodLike
public V1NodeConfigStatusFluent.LastKnownGoodNested<A> withNewLastKnownGoodLike(io.kubernetes.client.openapi.models.V1NodeConfigSource item) - Specified by:
withNewLastKnownGoodLike
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
editLastKnownGood
- Specified by:
editLastKnownGood
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
editOrNewLastKnownGood
- Specified by:
editOrNewLastKnownGood
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
editOrNewLastKnownGoodLike
public V1NodeConfigStatusFluent.LastKnownGoodNested<A> editOrNewLastKnownGoodLike(io.kubernetes.client.openapi.models.V1NodeConfigSource item) - Specified by:
editOrNewLastKnownGoodLike
in interfaceV1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1NodeConfigStatusFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1NodeConfigStatusFluent<A>>
-
toString
-