mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-27 10:19:35 +00:00
Fix outdated links in VolumeSource godocs
This commit is contained in:
8
api/openapi-spec/swagger.json
generated
8
api/openapi-spec/swagger.json
generated
@@ -7608,7 +7608,7 @@
|
||||
"description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.",
|
||||
"properties": {
|
||||
"endpoints": {
|
||||
"description": "endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod",
|
||||
"description": "endpoints is the endpoint name that details Glusterfs topology.",
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
@@ -12036,7 +12036,7 @@
|
||||
},
|
||||
"glusterfs": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.GlusterfsVolumeSource",
|
||||
"description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md"
|
||||
"description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported."
|
||||
},
|
||||
"hostPath": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.HostPathVolumeSource",
|
||||
@@ -12048,7 +12048,7 @@
|
||||
},
|
||||
"iscsi": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.ISCSIVolumeSource",
|
||||
"description": "iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md"
|
||||
"description": "iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes/#iscsi"
|
||||
},
|
||||
"name": {
|
||||
"description": "name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
|
||||
@@ -12080,7 +12080,7 @@
|
||||
},
|
||||
"rbd": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.RBDVolumeSource",
|
||||
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md"
|
||||
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported."
|
||||
},
|
||||
"scaleIO": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.ScaleIOVolumeSource",
|
||||
|
||||
8
api/openapi-spec/v3/api__v1_openapi.json
generated
8
api/openapi-spec/v3/api__v1_openapi.json
generated
@@ -2730,7 +2730,7 @@
|
||||
"properties": {
|
||||
"endpoints": {
|
||||
"default": "",
|
||||
"description": "endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod",
|
||||
"description": "endpoints is the endpoint name that details Glusterfs topology.",
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
@@ -8270,7 +8270,7 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.GlusterfsVolumeSource"
|
||||
}
|
||||
],
|
||||
"description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md"
|
||||
"description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported."
|
||||
},
|
||||
"hostPath": {
|
||||
"allOf": [
|
||||
@@ -8294,7 +8294,7 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.ISCSIVolumeSource"
|
||||
}
|
||||
],
|
||||
"description": "iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md"
|
||||
"description": "iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes/#iscsi"
|
||||
},
|
||||
"name": {
|
||||
"default": "",
|
||||
@@ -8355,7 +8355,7 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.RBDVolumeSource"
|
||||
}
|
||||
],
|
||||
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md"
|
||||
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported."
|
||||
},
|
||||
"scaleIO": {
|
||||
"allOf": [
|
||||
|
||||
8
api/openapi-spec/v3/apis__apps__v1_openapi.json
generated
8
api/openapi-spec/v3/apis__apps__v1_openapi.json
generated
@@ -2626,7 +2626,7 @@
|
||||
"properties": {
|
||||
"endpoints": {
|
||||
"default": "",
|
||||
"description": "endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod",
|
||||
"description": "endpoints is the endpoint name that details Glusterfs topology.",
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
@@ -5061,7 +5061,7 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.GlusterfsVolumeSource"
|
||||
}
|
||||
],
|
||||
"description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md"
|
||||
"description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported."
|
||||
},
|
||||
"hostPath": {
|
||||
"allOf": [
|
||||
@@ -5085,7 +5085,7 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.ISCSIVolumeSource"
|
||||
}
|
||||
],
|
||||
"description": "iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md"
|
||||
"description": "iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes/#iscsi"
|
||||
},
|
||||
"name": {
|
||||
"default": "",
|
||||
@@ -5146,7 +5146,7 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.RBDVolumeSource"
|
||||
}
|
||||
],
|
||||
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md"
|
||||
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported."
|
||||
},
|
||||
"scaleIO": {
|
||||
"allOf": [
|
||||
|
||||
8
api/openapi-spec/v3/apis__batch__v1_openapi.json
generated
8
api/openapi-spec/v3/apis__batch__v1_openapi.json
generated
@@ -1965,7 +1965,7 @@
|
||||
"properties": {
|
||||
"endpoints": {
|
||||
"default": "",
|
||||
"description": "endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod",
|
||||
"description": "endpoints is the endpoint name that details Glusterfs topology.",
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
@@ -4253,7 +4253,7 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.GlusterfsVolumeSource"
|
||||
}
|
||||
],
|
||||
"description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md"
|
||||
"description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported."
|
||||
},
|
||||
"hostPath": {
|
||||
"allOf": [
|
||||
@@ -4277,7 +4277,7 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.ISCSIVolumeSource"
|
||||
}
|
||||
],
|
||||
"description": "iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md"
|
||||
"description": "iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes/#iscsi"
|
||||
},
|
||||
"name": {
|
||||
"default": "",
|
||||
@@ -4338,7 +4338,7 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.RBDVolumeSource"
|
||||
}
|
||||
],
|
||||
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md"
|
||||
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported."
|
||||
},
|
||||
"scaleIO": {
|
||||
"allOf": [
|
||||
|
||||
Reference in New Issue
Block a user