NAME

IO::K8s::Api::Apps::V1::ReplicaSetStatus - ReplicaSetStatus represents the current status of a ReplicaSet.

VERSION

version 1.105

availableReplicas

The number of available replicas (ready for at least minReadySeconds) for this replica set.

conditions

Represents the latest available observations of a replica set's current state.

fullyLabeledReplicas

The number of pods that have labels matching the labels of the pod template of the replicaset.

observedGeneration

ObservedGeneration reflects the generation of the most recently observed ReplicaSet.

readyReplicas

readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.

replicas

Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller

terminatingReplicas

Total number of terminating pods targeted by this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.

This is a beta field. It is only populated by servers that enable the DeploymentReplicaSetTerminatingReplicas feature gate.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.

IRC

Join #kubernetes on irc.perl.org or message Getty directly.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHORS

  • Torsten Raudssus <torsten@raudssus.de>

  • Jose Luis Martinez Torres <jlmartin@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2026 by Jose Luis Martinez Torres <jlmartin@cpan.org>.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004