Skip to search

VerticalPodAutoscalerCheckpoint

autoscaling.k8s.io / v1

apiVersion: autoscaling.k8s.io/v1 kind: VerticalPodAutoscalerCheckpoint metadata: name: example
View raw schema
apiVersion string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata object
spec object
Specification of the checkpoint. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
containerName string
Name of the checkpointed container.
vpaObjectName string
Name of the VPA object that stored VerticalPodAutoscalerCheckpoint object.
status object
Data of the checkpoint.
cpuHistogram object
Checkpoint of histogram for consumption of CPU.
bucketWeights object
Map from bucket index to bucket weight.
referenceTimestamp string
Reference timestamp for samples collected within this histogram.
format: date-time
totalWeight number
Sum of samples to be used as denominator for weights from BucketWeights.
firstSampleStart string
Timestamp of the fist sample from the histograms.
format: date-time
lastSampleStart string
Timestamp of the last sample from the histograms.
format: date-time
lastUpdateTime string
The time when the status was last refreshed.
format: date-time
memoryHistogram object
Checkpoint of histogram for consumption of memory.
bucketWeights object
Map from bucket index to bucket weight.
referenceTimestamp string
Reference timestamp for samples collected within this histogram.
format: date-time
totalWeight number
Sum of samples to be used as denominator for weights from BucketWeights.
totalSamplesCount integer
Total number of samples in the histograms.
version string
Version of the format of the stored data.

No matches. Try .spec.containerName for an exact path