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.V1LabelSelectorio.kubernetes.client.openapi.models.V1PodTemplateSpeceditOrNewSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) editOrNewTemplateLike(io.kubernetes.client.openapi.models.V1PodTemplateSpec item) booleanio.kubernetes.client.openapi.models.V1LabelSelectorDeprecated.io.kubernetes.client.openapi.models.V1PodTemplateSpecDeprecated.inthashCode()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:
getMinReadySecondsin interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withMinReadySeconds
- Specified by:
withMinReadySecondsin interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
hasMinReadySeconds
- Specified by:
hasMinReadySecondsin interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
getReplicas
- Specified by:
getReplicasin interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withReplicas
- Specified by:
withReplicasin interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
hasReplicas
- Specified by:
hasReplicasin interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
getSelector
Deprecated.This method has been deprecated, please use method buildSelector instead.- Specified by:
getSelectorin interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>- Returns:
- The buildable object.
-
buildSelector
public io.kubernetes.client.openapi.models.V1LabelSelector buildSelector()- Specified by:
buildSelectorin interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withSelector
- Specified by:
withSelectorin interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
hasSelector
- Specified by:
hasSelectorin interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withNewSelector
- Specified by:
withNewSelectorin interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withNewSelectorLike
public V1ReplicaSetSpecFluent.SelectorNested<A> withNewSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) - Specified by:
withNewSelectorLikein interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
editSelector
- Specified by:
editSelectorin interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
editOrNewSelector
- Specified by:
editOrNewSelectorin interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
editOrNewSelectorLike
public V1ReplicaSetSpecFluent.SelectorNested<A> editOrNewSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) - Specified by:
editOrNewSelectorLikein interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
getTemplate
Deprecated.This method has been deprecated, please use method buildTemplate instead.- Specified by:
getTemplatein interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>- Returns:
- The buildable object.
-
buildTemplate
public io.kubernetes.client.openapi.models.V1PodTemplateSpec buildTemplate()- Specified by:
buildTemplatein interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withTemplate
- Specified by:
withTemplatein interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
hasTemplate
- Specified by:
hasTemplatein interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withNewTemplate
- Specified by:
withNewTemplatein interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
withNewTemplateLike
public V1ReplicaSetSpecFluent.TemplateNested<A> withNewTemplateLike(io.kubernetes.client.openapi.models.V1PodTemplateSpec item) - Specified by:
withNewTemplateLikein interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
editTemplate
- Specified by:
editTemplatein interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
editOrNewTemplate
- Specified by:
editOrNewTemplatein interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
editOrNewTemplateLike
public V1ReplicaSetSpecFluent.TemplateNested<A> editOrNewTemplateLike(io.kubernetes.client.openapi.models.V1PodTemplateSpec item) - Specified by:
editOrNewTemplateLikein interfaceV1ReplicaSetSpecFluent<A extends V1ReplicaSetSpecFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ReplicaSetSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ReplicaSetSpecFluent<A>>
-
toString
-