Class V1ReplicaSetSpecFluentImpl<A extends V1ReplicaSetSpecFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ReplicaSetSpecFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1ReplicaSetSpecFluent<A>
- Direct Known Subclasses:
V1ReplicaSetSpecBuilder
public class V1ReplicaSetSpecFluentImpl<A extends V1ReplicaSetSpecFluent<A>>
extends BaseFluent<A>
implements V1ReplicaSetSpecFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ReplicaSetSpecFluent
V1ReplicaSetSpecFluent.SelectorNested<N>, V1ReplicaSetSpecFluent.TemplateNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ReplicaSetSpecFluentImpl
(io.kubernetes.client.openapi.models.V1ReplicaSetSpec instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1LabelSelector
io.kubernetes.client.openapi.models.V1PodTemplateSpec
editOrNewSelectorLike
(io.kubernetes.client.openapi.models.V1LabelSelector item) editOrNewTemplateLike
(io.kubernetes.client.openapi.models.V1PodTemplateSpec item) boolean
io.kubernetes.client.openapi.models.V1LabelSelector
Deprecated.io.kubernetes.client.openapi.models.V1PodTemplateSpec
Deprecated.int
hashCode()
toString()
withMinReadySeconds
(Integer minReadySeconds) withNewSelectorLike
(io.kubernetes.client.openapi.models.V1LabelSelector item) withNewTemplateLike
(io.kubernetes.client.openapi.models.V1PodTemplateSpec item) withReplicas
(Integer replicas) withSelector
(io.kubernetes.client.openapi.models.V1LabelSelector selector) withTemplate
(io.kubernetes.client.openapi.models.V1PodTemplateSpec template) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ReplicaSetSpecFluentImpl
public V1ReplicaSetSpecFluentImpl() -
V1ReplicaSetSpecFluentImpl
public V1ReplicaSetSpecFluentImpl(io.kubernetes.client.openapi.models.V1ReplicaSetSpec instance)
-
-
Method Details
-
getMinReadySeconds
- Specified by:
getMinReadySeconds
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withMinReadySeconds
- Specified by:
withMinReadySeconds
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
hasMinReadySeconds
- Specified by:
hasMinReadySeconds
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
getReplicas
- Specified by:
getReplicas
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withReplicas
- Specified by:
withReplicas
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
hasReplicas
- Specified by:
hasReplicas
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
getSelector
Deprecated.This method has been deprecated, please use method buildSelector instead.- Specified by:
getSelector
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
- Returns:
- The buildable object.
-
buildSelector
public io.kubernetes.client.openapi.models.V1LabelSelector buildSelector()- Specified by:
buildSelector
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withSelector
- Specified by:
withSelector
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
hasSelector
- Specified by:
hasSelector
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withNewSelector
- Specified by:
withNewSelector
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withNewSelectorLike
public V1ReplicaSetSpecFluent.SelectorNested<A> withNewSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) - Specified by:
withNewSelectorLike
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
editSelector
- Specified by:
editSelector
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
editOrNewSelector
- Specified by:
editOrNewSelector
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
editOrNewSelectorLike
public V1ReplicaSetSpecFluent.SelectorNested<A> editOrNewSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) - Specified by:
editOrNewSelectorLike
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
getTemplate
Deprecated.This method has been deprecated, please use method buildTemplate instead.- Specified by:
getTemplate
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
- Returns:
- The buildable object.
-
buildTemplate
public io.kubernetes.client.openapi.models.V1PodTemplateSpec buildTemplate()- Specified by:
buildTemplate
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withTemplate
- Specified by:
withTemplate
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
hasTemplate
- Specified by:
hasTemplate
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withNewTemplate
- Specified by:
withNewTemplate
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withNewTemplateLike
public V1ReplicaSetSpecFluent.TemplateNested<A> withNewTemplateLike(io.kubernetes.client.openapi.models.V1PodTemplateSpec item) - Specified by:
withNewTemplateLike
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
editTemplate
- Specified by:
editTemplate
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
editOrNewTemplate
- Specified by:
editOrNewTemplate
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
editOrNewTemplateLike
public V1ReplicaSetSpecFluent.TemplateNested<A> editOrNewTemplateLike(io.kubernetes.client.openapi.models.V1PodTemplateSpec item) - Specified by:
editOrNewTemplateLike
in interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ReplicaSetSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ReplicaSetSpecFluent<A>>
-
toString
-