Class CustomResourceSubresourcesFluentImpl<A extends CustomResourceSubresourcesFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.apiextensions.CustomResourceSubresourcesFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,CustomResourceSubresourcesFluent<A>
- Direct Known Subclasses:
CustomResourceDefinitionSpecFluentImpl.SubresourcesNestedImpl,CustomResourceDefinitionVersionFluentImpl.SubresourcesNestedImpl,CustomResourceSubresourcesBuilder,DoneableCustomResourceSubresources
public class CustomResourceSubresourcesFluentImpl<A extends CustomResourceSubresourcesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CustomResourceSubresourcesFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCustomResourceSubresourcesFluentImpl.ScaleNestedImpl<N>classCustomResourceSubresourcesFluentImpl.StatusNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.apiextensions.CustomResourceSubresourcesFluent
CustomResourceSubresourcesFluent.ScaleNested<N>, CustomResourceSubresourcesFluent.StatusNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description CustomResourceSubresourcesFluentImpl()CustomResourceSubresourcesFluentImpl(CustomResourceSubresources instance) -
Method Summary
-
Constructor Details
-
CustomResourceSubresourcesFluentImpl
public CustomResourceSubresourcesFluentImpl() -
CustomResourceSubresourcesFluentImpl
-
-
Method Details
-
getScale
Deprecated.This method has been deprecated, please use method buildScale instead.- Specified by:
getScalein interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>- Returns:
- The buildable object.
-
buildScale
- Specified by:
buildScalein interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
withScale
- Specified by:
withScalein interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
hasScale
- Specified by:
hasScalein interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
withNewScale
public A withNewScale(String labelSelectorPath, String specReplicasPath, String statusReplicasPath)- Specified by:
withNewScalein interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
withNewScale
- Specified by:
withNewScalein interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
withNewScaleLike
public CustomResourceSubresourcesFluent.ScaleNested<A> withNewScaleLike(CustomResourceSubresourceScale item)- Specified by:
withNewScaleLikein interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
editScale
- Specified by:
editScalein interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
editOrNewScale
- Specified by:
editOrNewScalein interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
editOrNewScaleLike
public CustomResourceSubresourcesFluent.ScaleNested<A> editOrNewScaleLike(CustomResourceSubresourceScale item)- Specified by:
editOrNewScaleLikein interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
getStatus
Deprecated.This method has been deprecated, please use method buildStatus instead.- Specified by:
getStatusin interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>- Returns:
- The buildable object.
-
buildStatus
- Specified by:
buildStatusin interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
withStatus
- Specified by:
withStatusin interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
hasStatus
- Specified by:
hasStatusin interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
withNewStatus
- Specified by:
withNewStatusin interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
withNewStatusLike
public CustomResourceSubresourcesFluent.StatusNested<A> withNewStatusLike(CustomResourceSubresourceStatus item)- Specified by:
withNewStatusLikein interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
editStatus
- Specified by:
editStatusin interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
editOrNewStatus
- Specified by:
editOrNewStatusin interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
editOrNewStatusLike
public CustomResourceSubresourcesFluent.StatusNested<A> editOrNewStatusLike(CustomResourceSubresourceStatus item)- Specified by:
editOrNewStatusLikein interfaceCustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
-
equals
-