kubernetes¶
jumpstarter.v1
Messages¶
LabelSelectorRequirement¶
A label selector requirement with key, operator, and values.
Field |
Number |
Type |
Label |
Description |
|---|---|---|---|---|
|
1 |
|
The label key that the selector applies to. |
|
|
2 |
|
The operator (In, NotIn, Exists, DoesNotExist) relating the key to values. |
|
|
3 |
|
repeated |
The set of values for the operator to match against. |
LabelSelector¶
Reference: https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/label-selector/
Field |
Number |
Type |
Label |
Description |
|---|---|---|---|---|
|
1 |
repeated |
A list of label selector requirements combined by AND. |
|
|
2 |
|
A map of key-value pairs that must match exactly. |
Time¶
Timestamp in seconds and nanoseconds since the Unix epoch. Reference: https://github.com/kubernetes/kubernetes/blob/v1.31.1/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto
Field |
Number |
Type |
Label |
Description |
|---|---|---|---|---|
|
1 |
|
optional |
Seconds since the Unix epoch. |
|
2 |
|
optional |
Non-negative fractions of a second at nanosecond resolution. |
Condition¶
A Kubernetes-style status condition.
Field |
Number |
Type |
Label |
Description |
|---|---|---|---|---|
|
1 |
|
optional |
The type of condition. |
|
2 |
|
optional |
The status of the condition (True, False, Unknown). |
|
3 |
|
optional |
The generation observed by the controller. |
|
4 |
optional |
The last time the condition transitioned. |
|
|
5 |
|
optional |
A machine-readable reason for the condition. |
|
6 |
|
optional |
A human-readable description of the condition. |