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.V1CustomResourceSubresourceScaleeditOrNewScaleLike(io.kubernetes.client.openapi.models.V1CustomResourceSubresourceScale item) booleanio.kubernetes.client.openapi.models.V1CustomResourceSubresourceScalegetScale()Deprecated.inthashCode()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:
getScalein interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>- Returns:
- The buildable object.
-
buildScale
public io.kubernetes.client.openapi.models.V1CustomResourceSubresourceScale buildScale()- Specified by:
buildScalein interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
withScale
- Specified by:
withScalein interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
hasScale
- Specified by:
hasScalein interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
withNewScale
- Specified by:
withNewScalein interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
withNewScaleLike
public V1CustomResourceSubresourcesFluent.ScaleNested<A> withNewScaleLike(io.kubernetes.client.openapi.models.V1CustomResourceSubresourceScale item) - Specified by:
withNewScaleLikein interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
editScale
- Specified by:
editScalein interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
editOrNewScale
- Specified by:
editOrNewScalein interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
editOrNewScaleLike
public V1CustomResourceSubresourcesFluent.ScaleNested<A> editOrNewScaleLike(io.kubernetes.client.openapi.models.V1CustomResourceSubresourceScale item) - Specified by:
editOrNewScaleLikein interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
getStatus
- Specified by:
getStatusin interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
withStatus
- Specified by:
withStatusin interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
hasStatus
- Specified by:
hasStatusin interfaceV1CustomResourceSubresourcesFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1CustomResourceSubresourcesFluent<A>>
-
toString
-