mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	add generate file
This commit is contained in:
		
							
								
								
									
										4
									
								
								api/openapi-spec/swagger.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								api/openapi-spec/swagger.json
									
									
									
										generated
									
									
									
								
							@@ -77022,13 +77022,13 @@
 | 
			
		||||
    }
 | 
			
		||||
   },
 | 
			
		||||
   "io.k8s.api.core.v1.LocalVolumeSource": {
 | 
			
		||||
    "description": "Local represents directly-attached storage with node affinity",
 | 
			
		||||
    "description": "Local represents directly-attached storage with node affinity (Beta feature)",
 | 
			
		||||
    "required": [
 | 
			
		||||
     "path"
 | 
			
		||||
    ],
 | 
			
		||||
    "properties": {
 | 
			
		||||
     "path": {
 | 
			
		||||
      "description": "The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device",
 | 
			
		||||
      "description": "The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...). Directories can be represented only by PersistentVolume with VolumeMode=Filesystem. Block devices can be represented only by VolumeMode=Block, which also requires the BlockVolume alpha feature gate to be enabled.",
 | 
			
		||||
      "type": "string"
 | 
			
		||||
     }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								api/swagger-spec/v1.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								api/swagger-spec/v1.json
									
									
									
										generated
									
									
									
								
							@@ -19949,14 +19949,14 @@
 | 
			
		||||
   },
 | 
			
		||||
   "v1.LocalVolumeSource": {
 | 
			
		||||
    "id": "v1.LocalVolumeSource",
 | 
			
		||||
    "description": "Local represents directly-attached storage with node affinity",
 | 
			
		||||
    "description": "Local represents directly-attached storage with node affinity (Beta feature)",
 | 
			
		||||
    "required": [
 | 
			
		||||
     "path"
 | 
			
		||||
    ],
 | 
			
		||||
    "properties": {
 | 
			
		||||
     "path": {
 | 
			
		||||
      "type": "string",
 | 
			
		||||
      "description": "The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device"
 | 
			
		||||
      "description": "The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...). Directories can be represented only by PersistentVolume with VolumeMode=Filesystem. Block devices can be represented only by VolumeMode=Block, which also requires the BlockVolume alpha feature gate to be enabled."
 | 
			
		||||
     }
 | 
			
		||||
    }
 | 
			
		||||
   },
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								docs/api-reference/v1/definitions.html
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								docs/api-reference/v1/definitions.html
									
									
									
										generated
									
									
									
								
							@@ -6491,7 +6491,7 @@ Examples:<br>
 | 
			
		||||
<div class="sect2">
 | 
			
		||||
<h3 id="_v1_localvolumesource">v1.LocalVolumeSource</h3>
 | 
			
		||||
<div class="paragraph">
 | 
			
		||||
<p>Local represents directly-attached storage with node affinity</p>
 | 
			
		||||
<p>Local represents directly-attached storage with node affinity (Beta feature)</p>
 | 
			
		||||
</div>
 | 
			
		||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
 | 
			
		||||
<colgroup>
 | 
			
		||||
@@ -6513,7 +6513,7 @@ Examples:<br>
 | 
			
		||||
<tbody>
 | 
			
		||||
<tr>
 | 
			
		||||
<td class="tableblock halign-left valign-top"><p class="tableblock">path</p></td>
 | 
			
		||||
<td class="tableblock halign-left valign-top"><p class="tableblock">The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device</p></td>
 | 
			
		||||
<td class="tableblock halign-left valign-top"><p class="tableblock">The full path to the volume on the node. It can be either a directory or block device (disk, partition, …). Directories can be represented only by PersistentVolume with VolumeMode=Filesystem. Block devices can be represented only by VolumeMode=Block, which also requires the BlockVolume alpha feature gate to be enabled.</p></td>
 | 
			
		||||
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
 | 
			
		||||
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
 | 
			
		||||
<td class="tableblock halign-left valign-top"></td>
 | 
			
		||||
 
 | 
			
		||||
@@ -1659,11 +1659,13 @@ message LocalObjectReference {
 | 
			
		||||
  optional string name = 1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Local represents directly-attached storage with node affinity
 | 
			
		||||
// Local represents directly-attached storage with node affinity (Beta feature)
 | 
			
		||||
message LocalVolumeSource {
 | 
			
		||||
  // The full path to the volume on the node
 | 
			
		||||
  // For alpha, this path must be a directory
 | 
			
		||||
  // Once block as a source is supported, then this path can point to a block device
 | 
			
		||||
  // The full path to the volume on the node.
 | 
			
		||||
  // It can be either a directory or block device (disk, partition, ...).
 | 
			
		||||
  // Directories can be represented only by PersistentVolume with VolumeMode=Filesystem.
 | 
			
		||||
  // Block devices can be represented only by VolumeMode=Block, which also requires the
 | 
			
		||||
  // BlockVolume alpha feature gate to be enabled.
 | 
			
		||||
  optional string path = 1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -865,8 +865,8 @@ func (LocalObjectReference) SwaggerDoc() map[string]string {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
var map_LocalVolumeSource = map[string]string{
 | 
			
		||||
	"":     "Local represents directly-attached storage with node affinity",
 | 
			
		||||
	"path": "The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device",
 | 
			
		||||
	"":     "Local represents directly-attached storage with node affinity (Beta feature)",
 | 
			
		||||
	"path": "The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...). Directories can be represented only by PersistentVolume with VolumeMode=Filesystem. Block devices can be represented only by VolumeMode=Block, which also requires the BlockVolume alpha feature gate to be enabled.",
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (LocalVolumeSource) SwaggerDoc() map[string]string {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user