mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-27 18:19:28 +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": [
|
||||
|
||||
14
pkg/generated/openapi/zz_generated.openapi.go
generated
14
pkg/generated/openapi/zz_generated.openapi.go
generated
@@ -24028,7 +24028,7 @@ func schema_k8sio_api_core_v1_GlusterfsVolumeSource(ref common.ReferenceCallback
|
||||
Properties: map[string]spec.Schema{
|
||||
"endpoints": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
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.",
|
||||
Default: "",
|
||||
Type: []string{"string"},
|
||||
Format: "",
|
||||
@@ -32835,13 +32835,13 @@ func schema_k8sio_api_core_v1_Volume(ref common.ReferenceCallback) common.OpenAP
|
||||
},
|
||||
"iscsi": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
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",
|
||||
Ref: ref("k8s.io/api/core/v1.ISCSIVolumeSource"),
|
||||
},
|
||||
},
|
||||
"glusterfs": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
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.",
|
||||
Ref: ref("k8s.io/api/core/v1.GlusterfsVolumeSource"),
|
||||
},
|
||||
},
|
||||
@@ -32853,7 +32853,7 @@ func schema_k8sio_api_core_v1_Volume(ref common.ReferenceCallback) common.OpenAP
|
||||
},
|
||||
"rbd": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
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.",
|
||||
Ref: ref("k8s.io/api/core/v1.RBDVolumeSource"),
|
||||
},
|
||||
},
|
||||
@@ -33280,13 +33280,13 @@ func schema_k8sio_api_core_v1_VolumeSource(ref common.ReferenceCallback) common.
|
||||
},
|
||||
"iscsi": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
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",
|
||||
Ref: ref("k8s.io/api/core/v1.ISCSIVolumeSource"),
|
||||
},
|
||||
},
|
||||
"glusterfs": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
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.",
|
||||
Ref: ref("k8s.io/api/core/v1.GlusterfsVolumeSource"),
|
||||
},
|
||||
},
|
||||
@@ -33298,7 +33298,7 @@ func schema_k8sio_api_core_v1_VolumeSource(ref common.ReferenceCallback) common.
|
||||
},
|
||||
"rbd": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
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.",
|
||||
Ref: ref("k8s.io/api/core/v1.RBDVolumeSource"),
|
||||
},
|
||||
},
|
||||
|
||||
@@ -1951,7 +1951,6 @@ message GlusterfsPersistentVolumeSource {
|
||||
// Glusterfs volumes do not support ownership management or SELinux relabeling.
|
||||
message GlusterfsVolumeSource {
|
||||
// endpoints is the endpoint name that details Glusterfs topology.
|
||||
// More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
|
||||
optional string endpoints = 1;
|
||||
|
||||
// path is the Glusterfs volume path.
|
||||
@@ -6753,13 +6752,12 @@ message VolumeSource {
|
||||
|
||||
// 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
|
||||
// More info: https://kubernetes.io/docs/concepts/storage/volumes/#iscsi
|
||||
// +optional
|
||||
optional ISCSIVolumeSource iscsi = 8;
|
||||
|
||||
// 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
|
||||
// +optional
|
||||
optional GlusterfsVolumeSource glusterfs = 9;
|
||||
|
||||
@@ -6771,7 +6769,6 @@ message VolumeSource {
|
||||
|
||||
// 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
|
||||
// +optional
|
||||
optional RBDVolumeSource rbd = 11;
|
||||
|
||||
|
||||
@@ -91,12 +91,11 @@ type VolumeSource struct {
|
||||
NFS *NFSVolumeSource `json:"nfs,omitempty" protobuf:"bytes,7,opt,name=nfs"`
|
||||
// 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
|
||||
// More info: https://kubernetes.io/docs/concepts/storage/volumes/#iscsi
|
||||
// +optional
|
||||
ISCSI *ISCSIVolumeSource `json:"iscsi,omitempty" protobuf:"bytes,8,opt,name=iscsi"`
|
||||
// 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
|
||||
// +optional
|
||||
Glusterfs *GlusterfsVolumeSource `json:"glusterfs,omitempty" protobuf:"bytes,9,opt,name=glusterfs"`
|
||||
// persistentVolumeClaimVolumeSource represents a reference to a
|
||||
@@ -106,7 +105,6 @@ type VolumeSource struct {
|
||||
PersistentVolumeClaim *PersistentVolumeClaimVolumeSource `json:"persistentVolumeClaim,omitempty" protobuf:"bytes,10,opt,name=persistentVolumeClaim"`
|
||||
// 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
|
||||
// +optional
|
||||
RBD *RBDVolumeSource `json:"rbd,omitempty" protobuf:"bytes,11,opt,name=rbd"`
|
||||
// flexVolume represents a generic volume resource that is
|
||||
@@ -972,7 +970,6 @@ type EmptyDirVolumeSource struct {
|
||||
// Glusterfs volumes do not support ownership management or SELinux relabeling.
|
||||
type GlusterfsVolumeSource struct {
|
||||
// endpoints is the endpoint name that details Glusterfs topology.
|
||||
// More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
|
||||
EndpointsName string `json:"endpoints" protobuf:"bytes,1,opt,name=endpoints"`
|
||||
|
||||
// path is the Glusterfs volume path.
|
||||
|
||||
@@ -837,7 +837,7 @@ func (GlusterfsPersistentVolumeSource) SwaggerDoc() map[string]string {
|
||||
|
||||
var map_GlusterfsVolumeSource = map[string]string{
|
||||
"": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.",
|
||||
"endpoints": "endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod",
|
||||
"endpoints": "endpoints is the endpoint name that details Glusterfs topology.",
|
||||
"path": "path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod",
|
||||
"readOnly": "readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod",
|
||||
}
|
||||
@@ -2752,10 +2752,10 @@ var map_VolumeSource = map[string]string{
|
||||
"gitRepo": "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.",
|
||||
"secret": "secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret",
|
||||
"nfs": "nfs represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs",
|
||||
"iscsi": "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",
|
||||
"glusterfs": "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",
|
||||
"iscsi": "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",
|
||||
"glusterfs": "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.",
|
||||
"persistentVolumeClaim": "persistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims",
|
||||
"rbd": "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",
|
||||
"rbd": "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.",
|
||||
"flexVolume": "flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead.",
|
||||
"cinder": "cinder represents a cinder volume attached and mounted on kubelets host machine. Deprecated: Cinder is deprecated. All operations for the in-tree cinder type are redirected to the cinder.csi.openstack.org CSI driver. More info: https://examples.k8s.io/mysql-cinder-pd/README.md",
|
||||
"cephfs": "cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported.",
|
||||
|
||||
Reference in New Issue
Block a user