V1ReplicaSetStatus class
- Annotations
-
- @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)
Constructors
-
V1ReplicaSetStatus.new({int? availableReplicas, List<
V1ReplicaSetCondition> ? conditions, int? fullyLabeledReplicas, int? observedGeneration, int? readyReplicas, required int replicas}) - Returns a new V1ReplicaSetStatus instance.
-
V1ReplicaSetStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- availableReplicas → int?
-
The number of available replicas (ready for at least minReadySeconds) for this replica set.
final
-
conditions
→ List<
V1ReplicaSetCondition> ? -
Represents the latest available observations of a replica set's current state.
final
- fullyLabeledReplicas → int?
-
The number of pods that have labels matching the labels of the pod template of the replicaset.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- observedGeneration → int?
-
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
final
- readyReplicas → int?
-
readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.
final
- replicas → int
-
Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override