Class V1CustomResourceSubresourcesFluentImpl<A extends V1CustomResourceSubresourcesFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1CustomResourceSubresourcesFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1CustomResourceSubresourcesFluent<A>
- Direct Known Subclasses:
V1CustomResourceSubresourcesBuilder
public class V1CustomResourceSubresourcesFluentImpl<A extends V1CustomResourceSubresourcesFluent<A>>
extends BaseFluent<A>
implements V1CustomResourceSubresourcesFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1CustomResourceSubresourcesFluent
V1CustomResourceSubresourcesFluent.ScaleNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1CustomResourceSubresourcesFluentImpl
(io.kubernetes.client.openapi.models.V1CustomResourceSubresources instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1CustomResourceSubresourceScale
editOrNewScaleLike
(io.kubernetes.client.openapi.models.V1CustomResourceSubresourceScale item) boolean
io.kubernetes.client.openapi.models.V1CustomResourceSubresourceScale
getScale()
Deprecated.int
hashCode()
hasScale()
toString()
withNewScaleLike
(io.kubernetes.client.openapi.models.V1CustomResourceSubresourceScale item) withScale
(io.kubernetes.client.openapi.models.V1CustomResourceSubresourceScale scale) withStatus
(Object status) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1CustomResourceSubresourcesFluentImpl
public V1CustomResourceSubresourcesFluentImpl() -
V1CustomResourceSubresourcesFluentImpl
public V1CustomResourceSubresourcesFluentImpl(io.kubernetes.client.openapi.models.V1CustomResourceSubresources instance)
-
-
Method Details
-
getScale
Deprecated.This method has been deprecated, please use method buildScale instead.- Specified by:
getScale
in interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
- Returns:
- The buildable object.
-
buildScale
public io.kubernetes.client.openapi.models.V1CustomResourceSubresourceScale buildScale()- Specified by:
buildScale
in interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
withScale
- Specified by:
withScale
in interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
hasScale
- Specified by:
hasScale
in interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
withNewScale
- Specified by:
withNewScale
in interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
withNewScaleLike
public V1CustomResourceSubresourcesFluent.ScaleNested<A> withNewScaleLike(io.kubernetes.client.openapi.models.V1CustomResourceSubresourceScale item) - Specified by:
withNewScaleLike
in interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
editScale
- Specified by:
editScale
in interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
editOrNewScale
- Specified by:
editOrNewScale
in interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
editOrNewScaleLike
public V1CustomResourceSubresourcesFluent.ScaleNested<A> editOrNewScaleLike(io.kubernetes.client.openapi.models.V1CustomResourceSubresourceScale item) - Specified by:
editOrNewScaleLike
in interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
getStatus
- Specified by:
getStatus
in interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
withStatus
- Specified by:
withStatus
in interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
hasStatus
- Specified by:
hasStatus
in interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
toString
-