mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-03 02:07:38 +00:00
generated: update generated API files
Commands run: ./hack/update-api-reference-docs.sh ./hack/update-generated-protobuf.sh ./hack/update-generated-swagger-docs.sh ./hack/update-openapi-spec.sh ./hack/update-swagger-spec.sh
This commit is contained in:
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
@@ -77675,7 +77675,7 @@
|
||||
}
|
||||
},
|
||||
"io.k8s.api.core.v1.GitRepoVolumeSource": {
|
||||
"description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.",
|
||||
"description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.\n\nDEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.",
|
||||
"required": [
|
||||
"repository"
|
||||
],
|
||||
@@ -80895,7 +80895,7 @@
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource"
|
||||
},
|
||||
"gitRepo": {
|
||||
"description": "GitRepo represents a git repository at a particular revision.",
|
||||
"description": "GitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.",
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.GitRepoVolumeSource"
|
||||
},
|
||||
"glusterfs": {
|
||||
|
Reference in New Issue
Block a user