mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Adding a script to verify that swagger spec is updated
This commit is contained in:
@@ -10606,7 +10606,7 @@
|
||||
},
|
||||
"persistentVolumeReclaimPolicy": {
|
||||
"type": "string",
|
||||
"description": "persistentVolumeReclaimPolicy is what happens to a volume when released from its claim; Default is Retain."
|
||||
"description": "what happens to a volume when released from its claim; Valid options are Retain (default) and Recycle. Recyling must be supported by the volume plugin underlying this persistent volume."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -10818,7 +10818,7 @@
|
||||
},
|
||||
"reason": {
|
||||
"type": "string",
|
||||
"description": "(brief) reason the volume is not is not available, such as failed recycling"
|
||||
"description": "(brief) reason the volume is not is not available"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -12053,4 +12053,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -10603,7 +10603,7 @@
|
||||
},
|
||||
"persistentVolumeReclaimPolicy": {
|
||||
"type": "string",
|
||||
"description": "persistentVolumeReclaimPolicy is what happens to a volume when released from its claim; Default is Retain."
|
||||
"description": "what happens to a volume when released from its claim; Valid options are Retain (default) and Recycle. Recyling must be supported by the volume plugin underlying this persistent volume."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -10815,7 +10815,7 @@
|
||||
},
|
||||
"reason": {
|
||||
"type": "string",
|
||||
"description": "(brief) reason the volume is not is not available, such as failed recycling"
|
||||
"description": "(brief) reason the volume is not is not available"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -12059,4 +12059,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user