mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
start the apimachinery repo
This commit is contained in:
@@ -35560,8 +35560,16 @@
|
||||
}
|
||||
},
|
||||
"v1.Time": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
"description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.",
|
||||
"required": [
|
||||
"Time"
|
||||
],
|
||||
"properties": {
|
||||
"Time": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1.Volume": {
|
||||
"description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.",
|
||||
|
Reference in New Issue
Block a user