mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Updating swagger-spec with the latest go-restful code
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -3901,7 +3901,7 @@
 | 
				
			|||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "annotations": {
 | 
					     "annotations": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.annotations",
 | 
					      "$ref": "v1beta3.ObjectMeta.annotations",
 | 
				
			||||||
      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
					      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "apiVersion": {
 | 
					     "apiVersion": {
 | 
				
			||||||
@@ -3925,7 +3925,7 @@
 | 
				
			|||||||
      "description": "kind of object, in CamelCase; cannot be updated"
 | 
					      "description": "kind of object, in CamelCase; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "labels": {
 | 
					     "labels": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.labels",
 | 
					      "$ref": "v1beta3.ObjectMeta.labels",
 | 
				
			||||||
      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
					      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "name": {
 | 
					     "name": {
 | 
				
			||||||
@@ -3945,11 +3945,11 @@
 | 
				
			|||||||
      "description": "URL for the object; populated by the system, read-only"
 | 
					      "description": "URL for the object; populated by the system, read-only"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "target": {
 | 
					     "target": {
 | 
				
			||||||
      "type": "v1beta3.ObjectReference",
 | 
					      "$ref": "v1beta3.ObjectReference",
 | 
				
			||||||
      "description": "an object to bind to"
 | 
					      "description": "an object to bind to"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "uid": {
 | 
					     "uid": {
 | 
				
			||||||
      "type": "types.UID",
 | 
					      "$ref": "types.UID",
 | 
				
			||||||
      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
					      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -3986,13 +3986,13 @@
 | 
				
			|||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "capabilities": {
 | 
					     "capabilities": {
 | 
				
			||||||
      "type": "v1beta3.Capabilities",
 | 
					      "$ref": "v1beta3.Capabilities",
 | 
				
			||||||
      "description": "capabilities for container; cannot be updated"
 | 
					      "description": "capabilities for container; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "command": {
 | 
					     "command": {
 | 
				
			||||||
      "type": "array",
 | 
					      "type": "array",
 | 
				
			||||||
      "items": {
 | 
					      "items": {
 | 
				
			||||||
       "$ref": "string"
 | 
					       "type": "string"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "description": "command argv array; not executed within a shell; defaults to entrypoint or command in the image; cannot be updated"
 | 
					      "description": "command argv array; not executed within a shell; defaults to entrypoint or command in the image; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
@@ -4008,15 +4008,15 @@
 | 
				
			|||||||
      "description": "Docker image name"
 | 
					      "description": "Docker image name"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "imagePullPolicy": {
 | 
					     "imagePullPolicy": {
 | 
				
			||||||
      "type": "v1beta3.PullPolicy",
 | 
					      "$ref": "v1beta3.PullPolicy",
 | 
				
			||||||
      "description": "image pull policy; one of PullAlways, PullNever, PullIfNotPresent; defaults to PullAlways if :latest tag is specified, or PullIfNotPresent otherwise; cannot be updated"
 | 
					      "description": "image pull policy; one of PullAlways, PullNever, PullIfNotPresent; defaults to PullAlways if :latest tag is specified, or PullIfNotPresent otherwise; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "lifecycle": {
 | 
					     "lifecycle": {
 | 
				
			||||||
      "type": "v1beta3.Lifecycle",
 | 
					      "$ref": "v1beta3.Lifecycle",
 | 
				
			||||||
      "description": "actions that the management system should take in response to container lifecycle events; cannot be updated"
 | 
					      "description": "actions that the management system should take in response to container lifecycle events; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "livenessProbe": {
 | 
					     "livenessProbe": {
 | 
				
			||||||
      "type": "v1beta3.Probe",
 | 
					      "$ref": "v1beta3.Probe",
 | 
				
			||||||
      "description": "periodic probe of container liveness; container will be restarted if the probe fails; cannot be updated"
 | 
					      "description": "periodic probe of container liveness; container will be restarted if the probe fails; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "name": {
 | 
					     "name": {
 | 
				
			||||||
@@ -4035,11 +4035,11 @@
 | 
				
			|||||||
      "description": "whether or not the container is granted privileged status; defaults to false; cannot be updated"
 | 
					      "description": "whether or not the container is granted privileged status; defaults to false; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "readinessProbe": {
 | 
					     "readinessProbe": {
 | 
				
			||||||
      "type": "v1beta3.Probe",
 | 
					      "$ref": "v1beta3.Probe",
 | 
				
			||||||
      "description": "periodic probe of container service readiness; container will be removed from service endpoints if the probe fails; cannot be updated"
 | 
					      "description": "periodic probe of container service readiness; container will be removed from service endpoints if the probe fails; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "resources": {
 | 
					     "resources": {
 | 
				
			||||||
      "type": "v1beta3.ResourceRequirements",
 | 
					      "$ref": "v1beta3.ResourceRequirements",
 | 
				
			||||||
      "description": "Compute Resources required by this container; cannot be updated"
 | 
					      "description": "Compute Resources required by this container; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "terminationMessagePath": {
 | 
					     "terminationMessagePath": {
 | 
				
			||||||
@@ -4084,7 +4084,7 @@
 | 
				
			|||||||
      "description": "name for the port that can be referred to by services; must be a DNS_LABEL and unique without the pod"
 | 
					      "description": "name for the port that can be referred to by services; must be a DNS_LABEL and unique without the pod"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "protocol": {
 | 
					     "protocol": {
 | 
				
			||||||
      "type": "v1beta3.Protocol",
 | 
					      "$ref": "v1beta3.Protocol",
 | 
				
			||||||
      "description": "protocol for port; must be UDP or TCP; TCP if unspecified"
 | 
					      "description": "protocol for port; must be UDP or TCP; TCP if unspecified"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -4106,7 +4106,7 @@
 | 
				
			|||||||
      "description": "destination port of this endpoint"
 | 
					      "description": "destination port of this endpoint"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "targetRef": {
 | 
					     "targetRef": {
 | 
				
			||||||
      "type": "v1beta3.ObjectReference",
 | 
					      "$ref": "v1beta3.ObjectReference",
 | 
				
			||||||
      "description": "reference to object providing the endpoint"
 | 
					      "description": "reference to object providing the endpoint"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -4115,7 +4115,7 @@
 | 
				
			|||||||
    "id": "v1beta3.Endpoints",
 | 
					    "id": "v1beta3.Endpoints",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "annotations": {
 | 
					     "annotations": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.annotations",
 | 
					      "$ref": "v1beta3.ObjectMeta.annotations",
 | 
				
			||||||
      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
					      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "apiVersion": {
 | 
					     "apiVersion": {
 | 
				
			||||||
@@ -4146,7 +4146,7 @@
 | 
				
			|||||||
      "description": "kind of object, in CamelCase; cannot be updated"
 | 
					      "description": "kind of object, in CamelCase; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "labels": {
 | 
					     "labels": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.labels",
 | 
					      "$ref": "v1beta3.ObjectMeta.labels",
 | 
				
			||||||
      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
					      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "name": {
 | 
					     "name": {
 | 
				
			||||||
@@ -4158,7 +4158,7 @@
 | 
				
			|||||||
      "description": "namespace of the object; cannot be updated"
 | 
					      "description": "namespace of the object; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "protocol": {
 | 
					     "protocol": {
 | 
				
			||||||
      "type": "v1beta3.Protocol",
 | 
					      "$ref": "v1beta3.Protocol",
 | 
				
			||||||
      "description": "IP protocol for endpoint ports; must be UDP or TCP; TCP if unspecified"
 | 
					      "description": "IP protocol for endpoint ports; must be UDP or TCP; TCP if unspecified"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "resourceVersion": {
 | 
					     "resourceVersion": {
 | 
				
			||||||
@@ -4170,7 +4170,7 @@
 | 
				
			|||||||
      "description": "URL for the object; populated by the system, read-only"
 | 
					      "description": "URL for the object; populated by the system, read-only"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "uid": {
 | 
					     "uid": {
 | 
				
			||||||
      "type": "types.UID",
 | 
					      "$ref": "types.UID",
 | 
				
			||||||
      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
					      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -4226,7 +4226,7 @@
 | 
				
			|||||||
    "id": "v1beta3.Event",
 | 
					    "id": "v1beta3.Event",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "annotations": {
 | 
					     "annotations": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.annotations",
 | 
					      "$ref": "v1beta3.ObjectMeta.annotations",
 | 
				
			||||||
      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
					      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "apiVersion": {
 | 
					     "apiVersion": {
 | 
				
			||||||
@@ -4255,7 +4255,7 @@
 | 
				
			|||||||
      "description": "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
 | 
					      "description": "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "involvedObject": {
 | 
					     "involvedObject": {
 | 
				
			||||||
      "type": "v1beta3.ObjectReference",
 | 
					      "$ref": "v1beta3.ObjectReference",
 | 
				
			||||||
      "description": "object this event is about"
 | 
					      "description": "object this event is about"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "kind": {
 | 
					     "kind": {
 | 
				
			||||||
@@ -4263,7 +4263,7 @@
 | 
				
			|||||||
      "description": "kind of object, in CamelCase; cannot be updated"
 | 
					      "description": "kind of object, in CamelCase; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "labels": {
 | 
					     "labels": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.labels",
 | 
					      "$ref": "v1beta3.ObjectMeta.labels",
 | 
				
			||||||
      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
					      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "lastTimestamp": {
 | 
					     "lastTimestamp": {
 | 
				
			||||||
@@ -4295,11 +4295,11 @@
 | 
				
			|||||||
      "description": "URL for the object; populated by the system, read-only"
 | 
					      "description": "URL for the object; populated by the system, read-only"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "source": {
 | 
					     "source": {
 | 
				
			||||||
      "type": "v1beta3.EventSource",
 | 
					      "$ref": "v1beta3.EventSource",
 | 
				
			||||||
      "description": "component reporting this event"
 | 
					      "description": "component reporting this event"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "uid": {
 | 
					     "uid": {
 | 
				
			||||||
      "type": "types.UID",
 | 
					      "$ref": "types.UID",
 | 
				
			||||||
      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
					      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -4354,7 +4354,7 @@
 | 
				
			|||||||
     "command": {
 | 
					     "command": {
 | 
				
			||||||
      "type": "array",
 | 
					      "type": "array",
 | 
				
			||||||
      "items": {
 | 
					      "items": {
 | 
				
			||||||
       "$ref": "string"
 | 
					       "type": "string"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "description": "command line to execute inside the container; working directory for the command is root ('/') in the container's file system; the command is exec'd, not run inside a shell; exit status of 0 is treated as live/healthy and non-zero is unhealthy"
 | 
					      "description": "command line to execute inside the container; working directory for the command is root ('/') in the container's file system; the command is exec'd, not run inside a shell; exit status of 0 is treated as live/healthy and non-zero is unhealthy"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
@@ -4385,15 +4385,15 @@
 | 
				
			|||||||
    "id": "v1beta3.Handler",
 | 
					    "id": "v1beta3.Handler",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "exec": {
 | 
					     "exec": {
 | 
				
			||||||
      "type": "v1beta3.ExecAction",
 | 
					      "$ref": "v1beta3.ExecAction",
 | 
				
			||||||
      "description": "exec-based handler"
 | 
					      "description": "exec-based handler"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "httpGet": {
 | 
					     "httpGet": {
 | 
				
			||||||
      "type": "v1beta3.HTTPGetAction",
 | 
					      "$ref": "v1beta3.HTTPGetAction",
 | 
				
			||||||
      "description": "HTTP-based handler"
 | 
					      "description": "HTTP-based handler"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "tcpSocket": {
 | 
					     "tcpSocket": {
 | 
				
			||||||
      "type": "v1beta3.TCPSocketAction",
 | 
					      "$ref": "v1beta3.TCPSocketAction",
 | 
				
			||||||
      "description": "TCP-based handler; TCP hooks not yet supported"
 | 
					      "description": "TCP-based handler; TCP hooks not yet supported"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -4402,11 +4402,11 @@
 | 
				
			|||||||
    "id": "v1beta3.Lifecycle",
 | 
					    "id": "v1beta3.Lifecycle",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "postStart": {
 | 
					     "postStart": {
 | 
				
			||||||
      "type": "v1beta3.Handler",
 | 
					      "$ref": "v1beta3.Handler",
 | 
				
			||||||
      "description": "called immediately after a container is started; if the handler fails, the container is terminated and restarted according to its restart policy; other management of the container blocks until the hook completes"
 | 
					      "description": "called immediately after a container is started; if the handler fails, the container is terminated and restarted according to its restart policy; other management of the container blocks until the hook completes"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "preStop": {
 | 
					     "preStop": {
 | 
				
			||||||
      "type": "v1beta3.Handler",
 | 
					      "$ref": "v1beta3.Handler",
 | 
				
			||||||
      "description": "called before a container is terminated; the container is terminated after the handler completes; other management of the container blocks until the hook completes"
 | 
					      "description": "called before a container is terminated; the container is terminated after the handler completes; other management of the container blocks until the hook completes"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -4415,7 +4415,7 @@
 | 
				
			|||||||
    "id": "v1beta3.LimitRange",
 | 
					    "id": "v1beta3.LimitRange",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "annotations": {
 | 
					     "annotations": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.annotations",
 | 
					      "$ref": "v1beta3.ObjectMeta.annotations",
 | 
				
			||||||
      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
					      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "apiVersion": {
 | 
					     "apiVersion": {
 | 
				
			||||||
@@ -4439,7 +4439,7 @@
 | 
				
			|||||||
      "description": "kind of object, in CamelCase; cannot be updated"
 | 
					      "description": "kind of object, in CamelCase; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "labels": {
 | 
					     "labels": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.labels",
 | 
					      "$ref": "v1beta3.ObjectMeta.labels",
 | 
				
			||||||
      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
					      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "name": {
 | 
					     "name": {
 | 
				
			||||||
@@ -4459,11 +4459,11 @@
 | 
				
			|||||||
      "description": "URL for the object; populated by the system, read-only"
 | 
					      "description": "URL for the object; populated by the system, read-only"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "spec": {
 | 
					     "spec": {
 | 
				
			||||||
      "type": "v1beta3.LimitRangeSpec",
 | 
					      "$ref": "v1beta3.LimitRangeSpec",
 | 
				
			||||||
      "description": "spec defines the limits enforced; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
					      "description": "spec defines the limits enforced; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "uid": {
 | 
					     "uid": {
 | 
				
			||||||
      "type": "types.UID",
 | 
					      "$ref": "types.UID",
 | 
				
			||||||
      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
					      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -4472,15 +4472,15 @@
 | 
				
			|||||||
    "id": "v1beta3.LimitRangeItem",
 | 
					    "id": "v1beta3.LimitRangeItem",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "max": {
 | 
					     "max": {
 | 
				
			||||||
      "type": "v1beta3.ResourceList",
 | 
					      "$ref": "v1beta3.ResourceList",
 | 
				
			||||||
      "description": "max usage constraints on this kind by resource name"
 | 
					      "description": "max usage constraints on this kind by resource name"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "min": {
 | 
					     "min": {
 | 
				
			||||||
      "type": "v1beta3.ResourceList",
 | 
					      "$ref": "v1beta3.ResourceList",
 | 
				
			||||||
      "description": "min usage constraints on this kind by resource name"
 | 
					      "description": "min usage constraints on this kind by resource name"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "type": {
 | 
					     "type": {
 | 
				
			||||||
      "type": "v1beta3.LimitType",
 | 
					      "$ref": "v1beta3.LimitType",
 | 
				
			||||||
      "description": "type of resource that this limit applies to"
 | 
					      "description": "type of resource that this limit applies to"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -4535,7 +4535,7 @@
 | 
				
			|||||||
    "id": "v1beta3.Namespace",
 | 
					    "id": "v1beta3.Namespace",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "annotations": {
 | 
					     "annotations": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.annotations",
 | 
					      "$ref": "v1beta3.ObjectMeta.annotations",
 | 
				
			||||||
      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
					      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "apiVersion": {
 | 
					     "apiVersion": {
 | 
				
			||||||
@@ -4559,7 +4559,7 @@
 | 
				
			|||||||
      "description": "kind of object, in CamelCase; cannot be updated"
 | 
					      "description": "kind of object, in CamelCase; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "labels": {
 | 
					     "labels": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.labels",
 | 
					      "$ref": "v1beta3.ObjectMeta.labels",
 | 
				
			||||||
      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
					      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "name": {
 | 
					     "name": {
 | 
				
			||||||
@@ -4579,15 +4579,15 @@
 | 
				
			|||||||
      "description": "URL for the object; populated by the system, read-only"
 | 
					      "description": "URL for the object; populated by the system, read-only"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "spec": {
 | 
					     "spec": {
 | 
				
			||||||
      "type": "v1beta3.NamespaceSpec",
 | 
					      "$ref": "v1beta3.NamespaceSpec",
 | 
				
			||||||
      "description": "spec defines the behavior of the Namespace; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
					      "description": "spec defines the behavior of the Namespace; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "status": {
 | 
					     "status": {
 | 
				
			||||||
      "type": "v1beta3.NamespaceStatus",
 | 
					      "$ref": "v1beta3.NamespaceStatus",
 | 
				
			||||||
      "description": "status describes the current status of a Namespace; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
					      "description": "status describes the current status of a Namespace; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "uid": {
 | 
					     "uid": {
 | 
				
			||||||
      "type": "types.UID",
 | 
					      "$ref": "types.UID",
 | 
				
			||||||
      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
					      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -4639,7 +4639,7 @@
 | 
				
			|||||||
    "id": "v1beta3.NamespaceStatus",
 | 
					    "id": "v1beta3.NamespaceStatus",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "phase": {
 | 
					     "phase": {
 | 
				
			||||||
      "type": "v1beta3.NamespacePhase",
 | 
					      "$ref": "v1beta3.NamespacePhase",
 | 
				
			||||||
      "description": "phase is the current lifecycle phase of the namespace"
 | 
					      "description": "phase is the current lifecycle phase of the namespace"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -4648,7 +4648,7 @@
 | 
				
			|||||||
    "id": "v1beta3.Node",
 | 
					    "id": "v1beta3.Node",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "annotations": {
 | 
					     "annotations": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.annotations",
 | 
					      "$ref": "v1beta3.ObjectMeta.annotations",
 | 
				
			||||||
      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
					      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "apiVersion": {
 | 
					     "apiVersion": {
 | 
				
			||||||
@@ -4672,7 +4672,7 @@
 | 
				
			|||||||
      "description": "kind of object, in CamelCase; cannot be updated"
 | 
					      "description": "kind of object, in CamelCase; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "labels": {
 | 
					     "labels": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.labels",
 | 
					      "$ref": "v1beta3.ObjectMeta.labels",
 | 
				
			||||||
      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
					      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "name": {
 | 
					     "name": {
 | 
				
			||||||
@@ -4692,15 +4692,15 @@
 | 
				
			|||||||
      "description": "URL for the object; populated by the system, read-only"
 | 
					      "description": "URL for the object; populated by the system, read-only"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "spec": {
 | 
					     "spec": {
 | 
				
			||||||
      "type": "v1beta3.NodeSpec",
 | 
					      "$ref": "v1beta3.NodeSpec",
 | 
				
			||||||
      "description": "specification of a node; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
					      "description": "specification of a node; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "status": {
 | 
					     "status": {
 | 
				
			||||||
      "type": "v1beta3.NodeStatus",
 | 
					      "$ref": "v1beta3.NodeStatus",
 | 
				
			||||||
      "description": "most recently observed status of the node; populated by the system, read-only; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
					      "description": "most recently observed status of the node; populated by the system, read-only; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "uid": {
 | 
					     "uid": {
 | 
				
			||||||
      "type": "types.UID",
 | 
					      "$ref": "types.UID",
 | 
				
			||||||
      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
					      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -4716,7 +4716,7 @@
 | 
				
			|||||||
      "type": "string"
 | 
					      "type": "string"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "type": {
 | 
					     "type": {
 | 
				
			||||||
      "type": "v1beta3.NodeAddressType"
 | 
					      "$ref": "v1beta3.NodeAddressType"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
   },
 | 
					   },
 | 
				
			||||||
@@ -4744,11 +4744,11 @@
 | 
				
			|||||||
      "description": "(brief) reason for the condition's last transition"
 | 
					      "description": "(brief) reason for the condition's last transition"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "status": {
 | 
					     "status": {
 | 
				
			||||||
      "type": "v1beta3.ConditionStatus",
 | 
					      "$ref": "v1beta3.ConditionStatus",
 | 
				
			||||||
      "description": "status of the condition, one of Full, None, Unknown"
 | 
					      "description": "status of the condition, one of Full, None, Unknown"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "type": {
 | 
					     "type": {
 | 
				
			||||||
      "type": "v1beta3.NodeConditionType",
 | 
					      "$ref": "v1beta3.NodeConditionType",
 | 
				
			||||||
      "description": "type of node condition, one of Reachable, Ready"
 | 
					      "description": "type of node condition, one of Reachable, Ready"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -4788,7 +4788,7 @@
 | 
				
			|||||||
    "id": "v1beta3.NodeSpec",
 | 
					    "id": "v1beta3.NodeSpec",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "capacity": {
 | 
					     "capacity": {
 | 
				
			||||||
      "type": "v1beta3.ResourceList",
 | 
					      "$ref": "v1beta3.ResourceList",
 | 
				
			||||||
      "description": "compute resource capacity of the node; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/resources.md"
 | 
					      "description": "compute resource capacity of the node; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/resources.md"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "externalID": {
 | 
					     "externalID": {
 | 
				
			||||||
@@ -4823,10 +4823,10 @@
 | 
				
			|||||||
      "description": "list of node conditions observed"
 | 
					      "description": "list of node conditions observed"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "nodeInfo": {
 | 
					     "nodeInfo": {
 | 
				
			||||||
      "type": "v1beta3.NodeSystemInfo"
 | 
					      "$ref": "v1beta3.NodeSystemInfo"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "phase": {
 | 
					     "phase": {
 | 
				
			||||||
      "type": "v1beta3.NodePhase",
 | 
					      "$ref": "v1beta3.NodePhase",
 | 
				
			||||||
      "description": "most recently observed lifecycle phase of the node"
 | 
					      "description": "most recently observed lifecycle phase of the node"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -4874,7 +4874,7 @@
 | 
				
			|||||||
      "description": "specific resourceVersion to which this reference is made, if any: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
 | 
					      "description": "specific resourceVersion to which this reference is made, if any: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "uid": {
 | 
					     "uid": {
 | 
				
			||||||
      "type": "types.UID",
 | 
					      "$ref": "types.UID",
 | 
				
			||||||
      "description": "uid of the referent"
 | 
					      "description": "uid of the referent"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -4883,7 +4883,7 @@
 | 
				
			|||||||
    "id": "v1beta3.Pod",
 | 
					    "id": "v1beta3.Pod",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "annotations": {
 | 
					     "annotations": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.annotations",
 | 
					      "$ref": "v1beta3.ObjectMeta.annotations",
 | 
				
			||||||
      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
					      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "apiVersion": {
 | 
					     "apiVersion": {
 | 
				
			||||||
@@ -4907,7 +4907,7 @@
 | 
				
			|||||||
      "description": "kind of object, in CamelCase; cannot be updated"
 | 
					      "description": "kind of object, in CamelCase; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "labels": {
 | 
					     "labels": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.labels",
 | 
					      "$ref": "v1beta3.ObjectMeta.labels",
 | 
				
			||||||
      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
					      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "name": {
 | 
					     "name": {
 | 
				
			||||||
@@ -4927,15 +4927,15 @@
 | 
				
			|||||||
      "description": "URL for the object; populated by the system, read-only"
 | 
					      "description": "URL for the object; populated by the system, read-only"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "spec": {
 | 
					     "spec": {
 | 
				
			||||||
      "type": "v1beta3.PodSpec",
 | 
					      "$ref": "v1beta3.PodSpec",
 | 
				
			||||||
      "description": "specification of the desired behavior of the pod; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
					      "description": "specification of the desired behavior of the pod; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "status": {
 | 
					     "status": {
 | 
				
			||||||
      "type": "v1beta3.PodStatus",
 | 
					      "$ref": "v1beta3.PodStatus",
 | 
				
			||||||
      "description": "most recently observed status of the pod; populated by the system, read-only; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
					      "description": "most recently observed status of the pod; populated by the system, read-only; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "uid": {
 | 
					     "uid": {
 | 
				
			||||||
      "type": "types.UID",
 | 
					      "$ref": "types.UID",
 | 
				
			||||||
      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
					      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -4948,11 +4948,11 @@
 | 
				
			|||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "status": {
 | 
					     "status": {
 | 
				
			||||||
      "type": "v1beta3.ConditionStatus",
 | 
					      "$ref": "v1beta3.ConditionStatus",
 | 
				
			||||||
      "description": "status of the condition, one of Full, None, Unknown"
 | 
					      "description": "status of the condition, one of Full, None, Unknown"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "type": {
 | 
					     "type": {
 | 
				
			||||||
      "type": "v1beta3.PodConditionType",
 | 
					      "$ref": "v1beta3.PodConditionType",
 | 
				
			||||||
      "description": "kind of the condition"
 | 
					      "description": "kind of the condition"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -5003,7 +5003,7 @@
 | 
				
			|||||||
      "description": "list of containers belonging to the pod; cannot be updated; containers cannot currently be added or removed; there must be at least one container in a Pod"
 | 
					      "description": "list of containers belonging to the pod; cannot be updated; containers cannot currently be added or removed; there must be at least one container in a Pod"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "dnsPolicy": {
 | 
					     "dnsPolicy": {
 | 
				
			||||||
      "type": "v1beta3.DNSPolicy",
 | 
					      "$ref": "v1beta3.DNSPolicy",
 | 
				
			||||||
      "description": "DNS policy for containers within the pod; one of 'ClusterFirst' or 'Default'"
 | 
					      "description": "DNS policy for containers within the pod; one of 'ClusterFirst' or 'Default'"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "host": {
 | 
					     "host": {
 | 
				
			||||||
@@ -5015,11 +5015,11 @@
 | 
				
			|||||||
      "description": "host networking requested for this pod"
 | 
					      "description": "host networking requested for this pod"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "nodeSelector": {
 | 
					     "nodeSelector": {
 | 
				
			||||||
      "type": "v1beta3.PodSpec.nodeSelector",
 | 
					      "$ref": "v1beta3.PodSpec.nodeSelector",
 | 
				
			||||||
      "description": "selector which must match a node's labels for the pod to be scheduled on that node"
 | 
					      "description": "selector which must match a node's labels for the pod to be scheduled on that node"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "restartPolicy": {
 | 
					     "restartPolicy": {
 | 
				
			||||||
      "type": "v1beta3.RestartPolicy",
 | 
					      "$ref": "v1beta3.RestartPolicy",
 | 
				
			||||||
      "description": "restart policy for all containers within the pod; one of RestartPolicyAlways, RestartPolicyOnFailure, RestartPolicyNever"
 | 
					      "description": "restart policy for all containers within the pod; one of RestartPolicyAlways, RestartPolicyOnFailure, RestartPolicyNever"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "volumes": {
 | 
					     "volumes": {
 | 
				
			||||||
@@ -5054,7 +5054,7 @@
 | 
				
			|||||||
      "description": "IP address of the host to which the pod is assigned; empty if not yet scheduled"
 | 
					      "description": "IP address of the host to which the pod is assigned; empty if not yet scheduled"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "info": {
 | 
					     "info": {
 | 
				
			||||||
      "type": "v1beta3.PodInfo",
 | 
					      "$ref": "v1beta3.PodInfo",
 | 
				
			||||||
      "description": "map of container name to container status"
 | 
					      "description": "map of container name to container status"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "message": {
 | 
					     "message": {
 | 
				
			||||||
@@ -5062,7 +5062,7 @@
 | 
				
			|||||||
      "description": "human readable message indicating details about why the pod is in this condition"
 | 
					      "description": "human readable message indicating details about why the pod is in this condition"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "phase": {
 | 
					     "phase": {
 | 
				
			||||||
      "type": "v1beta3.PodPhase",
 | 
					      "$ref": "v1beta3.PodPhase",
 | 
				
			||||||
      "description": "current condition of the pod."
 | 
					      "description": "current condition of the pod."
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "podIP": {
 | 
					     "podIP": {
 | 
				
			||||||
@@ -5075,7 +5075,7 @@
 | 
				
			|||||||
    "id": "v1beta3.PodTemplateSpec",
 | 
					    "id": "v1beta3.PodTemplateSpec",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "annotations": {
 | 
					     "annotations": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.annotations",
 | 
					      "$ref": "v1beta3.ObjectMeta.annotations",
 | 
				
			||||||
      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
					      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "creationTimestamp": {
 | 
					     "creationTimestamp": {
 | 
				
			||||||
@@ -5091,7 +5091,7 @@
 | 
				
			|||||||
      "description": "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
 | 
					      "description": "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "labels": {
 | 
					     "labels": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.labels",
 | 
					      "$ref": "v1beta3.ObjectMeta.labels",
 | 
				
			||||||
      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
					      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "name": {
 | 
					     "name": {
 | 
				
			||||||
@@ -5111,11 +5111,11 @@
 | 
				
			|||||||
      "description": "URL for the object; populated by the system, read-only"
 | 
					      "description": "URL for the object; populated by the system, read-only"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "spec": {
 | 
					     "spec": {
 | 
				
			||||||
      "type": "v1beta3.PodSpec",
 | 
					      "$ref": "v1beta3.PodSpec",
 | 
				
			||||||
      "description": "specification of the desired behavior of the pod; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
					      "description": "specification of the desired behavior of the pod; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "uid": {
 | 
					     "uid": {
 | 
				
			||||||
      "type": "types.UID",
 | 
					      "$ref": "types.UID",
 | 
				
			||||||
      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
					      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -5124,11 +5124,11 @@
 | 
				
			|||||||
    "id": "v1beta3.Probe",
 | 
					    "id": "v1beta3.Probe",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "exec": {
 | 
					     "exec": {
 | 
				
			||||||
      "type": "v1beta3.ExecAction",
 | 
					      "$ref": "v1beta3.ExecAction",
 | 
				
			||||||
      "description": "exec-based handler"
 | 
					      "description": "exec-based handler"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "httpGet": {
 | 
					     "httpGet": {
 | 
				
			||||||
      "type": "v1beta3.HTTPGetAction",
 | 
					      "$ref": "v1beta3.HTTPGetAction",
 | 
				
			||||||
      "description": "HTTP-based handler"
 | 
					      "description": "HTTP-based handler"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "initialDelaySeconds": {
 | 
					     "initialDelaySeconds": {
 | 
				
			||||||
@@ -5137,7 +5137,7 @@
 | 
				
			|||||||
      "description": "number of seconds after the container has started before liveness probes are initiated"
 | 
					      "description": "number of seconds after the container has started before liveness probes are initiated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "tcpSocket": {
 | 
					     "tcpSocket": {
 | 
				
			||||||
      "type": "v1beta3.TCPSocketAction",
 | 
					      "$ref": "v1beta3.TCPSocketAction",
 | 
				
			||||||
      "description": "TCP-based handler; TCP hooks not yet supported"
 | 
					      "description": "TCP-based handler; TCP hooks not yet supported"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "timeoutSeconds": {
 | 
					     "timeoutSeconds": {
 | 
				
			||||||
@@ -5151,7 +5151,7 @@
 | 
				
			|||||||
    "id": "v1beta3.ReplicationController",
 | 
					    "id": "v1beta3.ReplicationController",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "annotations": {
 | 
					     "annotations": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.annotations",
 | 
					      "$ref": "v1beta3.ObjectMeta.annotations",
 | 
				
			||||||
      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
					      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "apiVersion": {
 | 
					     "apiVersion": {
 | 
				
			||||||
@@ -5175,7 +5175,7 @@
 | 
				
			|||||||
      "description": "kind of object, in CamelCase; cannot be updated"
 | 
					      "description": "kind of object, in CamelCase; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "labels": {
 | 
					     "labels": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.labels",
 | 
					      "$ref": "v1beta3.ObjectMeta.labels",
 | 
				
			||||||
      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
					      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "name": {
 | 
					     "name": {
 | 
				
			||||||
@@ -5195,15 +5195,15 @@
 | 
				
			|||||||
      "description": "URL for the object; populated by the system, read-only"
 | 
					      "description": "URL for the object; populated by the system, read-only"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "spec": {
 | 
					     "spec": {
 | 
				
			||||||
      "type": "v1beta3.ReplicationControllerSpec",
 | 
					      "$ref": "v1beta3.ReplicationControllerSpec",
 | 
				
			||||||
      "description": "specification of the desired behavior of the replication controller; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
					      "description": "specification of the desired behavior of the replication controller; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "status": {
 | 
					     "status": {
 | 
				
			||||||
      "type": "v1beta3.ReplicationControllerStatus",
 | 
					      "$ref": "v1beta3.ReplicationControllerStatus",
 | 
				
			||||||
      "description": "most recently observed status of the replication controller; populated by the system, read-only; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
					      "description": "most recently observed status of the replication controller; populated by the system, read-only; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "uid": {
 | 
					     "uid": {
 | 
				
			||||||
      "type": "types.UID",
 | 
					      "$ref": "types.UID",
 | 
				
			||||||
      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
					      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -5251,15 +5251,15 @@
 | 
				
			|||||||
      "description": "number of replicas desired"
 | 
					      "description": "number of replicas desired"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "selector": {
 | 
					     "selector": {
 | 
				
			||||||
      "type": "v1beta3.ReplicationControllerSpec.selector",
 | 
					      "$ref": "v1beta3.ReplicationControllerSpec.selector",
 | 
				
			||||||
      "description": "label keys and values that must match in order to be controlled by this replication controller"
 | 
					      "description": "label keys and values that must match in order to be controlled by this replication controller"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "template": {
 | 
					     "template": {
 | 
				
			||||||
      "type": "v1beta3.PodTemplateSpec",
 | 
					      "$ref": "v1beta3.PodTemplateSpec",
 | 
				
			||||||
      "description": "object that describes the pod that will be created if insufficient replicas are detected; takes precendence over templateRef"
 | 
					      "description": "object that describes the pod that will be created if insufficient replicas are detected; takes precendence over templateRef"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "templateRef": {
 | 
					     "templateRef": {
 | 
				
			||||||
      "type": "v1beta3.ObjectReference",
 | 
					      "$ref": "v1beta3.ObjectReference",
 | 
				
			||||||
      "description": "reference to an object that describes the pod that will be created if insufficient replicas are detected"
 | 
					      "description": "reference to an object that describes the pod that will be created if insufficient replicas are detected"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -5285,7 +5285,7 @@
 | 
				
			|||||||
    "id": "v1beta3.ResourceQuota",
 | 
					    "id": "v1beta3.ResourceQuota",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "annotations": {
 | 
					     "annotations": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.annotations",
 | 
					      "$ref": "v1beta3.ObjectMeta.annotations",
 | 
				
			||||||
      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
					      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "apiVersion": {
 | 
					     "apiVersion": {
 | 
				
			||||||
@@ -5309,7 +5309,7 @@
 | 
				
			|||||||
      "description": "kind of object, in CamelCase; cannot be updated"
 | 
					      "description": "kind of object, in CamelCase; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "labels": {
 | 
					     "labels": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.labels",
 | 
					      "$ref": "v1beta3.ObjectMeta.labels",
 | 
				
			||||||
      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
					      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "name": {
 | 
					     "name": {
 | 
				
			||||||
@@ -5329,15 +5329,15 @@
 | 
				
			|||||||
      "description": "URL for the object; populated by the system, read-only"
 | 
					      "description": "URL for the object; populated by the system, read-only"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "spec": {
 | 
					     "spec": {
 | 
				
			||||||
      "type": "v1beta3.ResourceQuotaSpec",
 | 
					      "$ref": "v1beta3.ResourceQuotaSpec",
 | 
				
			||||||
      "description": "spec defines the desired quota; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
					      "description": "spec defines the desired quota; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "status": {
 | 
					     "status": {
 | 
				
			||||||
      "type": "v1beta3.ResourceQuotaStatus",
 | 
					      "$ref": "v1beta3.ResourceQuotaStatus",
 | 
				
			||||||
      "description": "status defines the actual enforced quota and current usage; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
					      "description": "status defines the actual enforced quota and current usage; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "uid": {
 | 
					     "uid": {
 | 
				
			||||||
      "type": "types.UID",
 | 
					      "$ref": "types.UID",
 | 
				
			||||||
      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
					      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -5377,7 +5377,7 @@
 | 
				
			|||||||
    "id": "v1beta3.ResourceQuotaSpec",
 | 
					    "id": "v1beta3.ResourceQuotaSpec",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "hard": {
 | 
					     "hard": {
 | 
				
			||||||
      "type": "v1beta3.ResourceList",
 | 
					      "$ref": "v1beta3.ResourceList",
 | 
				
			||||||
      "description": "hard is the set of desired hard limits for each named resource"
 | 
					      "description": "hard is the set of desired hard limits for each named resource"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -5386,11 +5386,11 @@
 | 
				
			|||||||
    "id": "v1beta3.ResourceQuotaStatus",
 | 
					    "id": "v1beta3.ResourceQuotaStatus",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "hard": {
 | 
					     "hard": {
 | 
				
			||||||
      "type": "v1beta3.ResourceList",
 | 
					      "$ref": "v1beta3.ResourceList",
 | 
				
			||||||
      "description": "hard is the set of enforced hard limits for each named resource"
 | 
					      "description": "hard is the set of enforced hard limits for each named resource"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "used": {
 | 
					     "used": {
 | 
				
			||||||
      "type": "v1beta3.ResourceList",
 | 
					      "$ref": "v1beta3.ResourceList",
 | 
				
			||||||
      "description": "used is the current observed total usage of the resource in the namespace"
 | 
					      "description": "used is the current observed total usage of the resource in the namespace"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -5399,11 +5399,11 @@
 | 
				
			|||||||
    "id": "v1beta3.ResourceRequirements",
 | 
					    "id": "v1beta3.ResourceRequirements",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "limits": {
 | 
					     "limits": {
 | 
				
			||||||
      "type": "v1beta3.ResourceList",
 | 
					      "$ref": "v1beta3.ResourceList",
 | 
				
			||||||
      "description": "Maximum amount of compute resources allowed"
 | 
					      "description": "Maximum amount of compute resources allowed"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "requests": {
 | 
					     "requests": {
 | 
				
			||||||
      "type": "v1beta3.ResourceList",
 | 
					      "$ref": "v1beta3.ResourceList",
 | 
				
			||||||
      "description": "Minimum amount of resources requested"
 | 
					      "description": "Minimum amount of resources requested"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -5412,7 +5412,7 @@
 | 
				
			|||||||
    "id": "v1beta3.Secret",
 | 
					    "id": "v1beta3.Secret",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "annotations": {
 | 
					     "annotations": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.annotations",
 | 
					      "$ref": "v1beta3.ObjectMeta.annotations",
 | 
				
			||||||
      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
					      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "apiVersion": {
 | 
					     "apiVersion": {
 | 
				
			||||||
@@ -5424,7 +5424,7 @@
 | 
				
			|||||||
      "description": "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
 | 
					      "description": "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "data": {
 | 
					     "data": {
 | 
				
			||||||
      "type": "v1beta3.Secret.data",
 | 
					      "$ref": "v1beta3.Secret.data",
 | 
				
			||||||
      "description": "data contains the secret data.  Each key must be a valid DNS_SUBDOMAIN.  Each value must be a base64 encoded string"
 | 
					      "description": "data contains the secret data.  Each key must be a valid DNS_SUBDOMAIN.  Each value must be a base64 encoded string"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "deletionTimestamp": {
 | 
					     "deletionTimestamp": {
 | 
				
			||||||
@@ -5440,7 +5440,7 @@
 | 
				
			|||||||
      "description": "kind of object, in CamelCase; cannot be updated"
 | 
					      "description": "kind of object, in CamelCase; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "labels": {
 | 
					     "labels": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.labels",
 | 
					      "$ref": "v1beta3.ObjectMeta.labels",
 | 
				
			||||||
      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
					      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "name": {
 | 
					     "name": {
 | 
				
			||||||
@@ -5460,11 +5460,11 @@
 | 
				
			|||||||
      "description": "URL for the object; populated by the system, read-only"
 | 
					      "description": "URL for the object; populated by the system, read-only"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "type": {
 | 
					     "type": {
 | 
				
			||||||
      "type": "v1beta3.SecretType",
 | 
					      "$ref": "v1beta3.SecretType",
 | 
				
			||||||
      "description": "type facilitates programmatic handling of secret data"
 | 
					      "description": "type facilitates programmatic handling of secret data"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "uid": {
 | 
					     "uid": {
 | 
				
			||||||
      "type": "types.UID",
 | 
					      "$ref": "types.UID",
 | 
				
			||||||
      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
					      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -5508,7 +5508,7 @@
 | 
				
			|||||||
    "id": "v1beta3.Service",
 | 
					    "id": "v1beta3.Service",
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "annotations": {
 | 
					     "annotations": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.annotations",
 | 
					      "$ref": "v1beta3.ObjectMeta.annotations",
 | 
				
			||||||
      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
					      "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "apiVersion": {
 | 
					     "apiVersion": {
 | 
				
			||||||
@@ -5532,7 +5532,7 @@
 | 
				
			|||||||
      "description": "kind of object, in CamelCase; cannot be updated"
 | 
					      "description": "kind of object, in CamelCase; cannot be updated"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "labels": {
 | 
					     "labels": {
 | 
				
			||||||
      "type": "v1beta3.ObjectMeta.labels",
 | 
					      "$ref": "v1beta3.ObjectMeta.labels",
 | 
				
			||||||
      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
					      "description": "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "name": {
 | 
					     "name": {
 | 
				
			||||||
@@ -5552,15 +5552,15 @@
 | 
				
			|||||||
      "description": "URL for the object; populated by the system, read-only"
 | 
					      "description": "URL for the object; populated by the system, read-only"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "spec": {
 | 
					     "spec": {
 | 
				
			||||||
      "type": "v1beta3.ServiceSpec",
 | 
					      "$ref": "v1beta3.ServiceSpec",
 | 
				
			||||||
      "description": "specification of the desired behavior of the service; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
					      "description": "specification of the desired behavior of the service; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "status": {
 | 
					     "status": {
 | 
				
			||||||
      "type": "v1beta3.ServiceStatus",
 | 
					      "$ref": "v1beta3.ServiceStatus",
 | 
				
			||||||
      "description": "most recently observed status of the service; populated by the system, read-only; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
					      "description": "most recently observed status of the service; populated by the system, read-only; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "uid": {
 | 
					     "uid": {
 | 
				
			||||||
      "type": "types.UID",
 | 
					      "$ref": "types.UID",
 | 
				
			||||||
      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
					      "description": "unique UUID across space and time; populated by the system; read-only"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -5617,22 +5617,22 @@
 | 
				
			|||||||
      "type": "string"
 | 
					      "type": "string"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "protocol": {
 | 
					     "protocol": {
 | 
				
			||||||
      "type": "v1beta3.Protocol",
 | 
					      "$ref": "v1beta3.Protocol",
 | 
				
			||||||
      "description": "protocol for port; must be UDP or TCP; TCP if unspecified"
 | 
					      "description": "protocol for port; must be UDP or TCP; TCP if unspecified"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "publicIPs": {
 | 
					     "publicIPs": {
 | 
				
			||||||
      "type": "array",
 | 
					      "type": "array",
 | 
				
			||||||
      "items": {
 | 
					      "items": {
 | 
				
			||||||
       "$ref": "string"
 | 
					       "type": "string"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "description": "externally visible IPs (e.g. load balancers) that should be proxied to this service"
 | 
					      "description": "externally visible IPs (e.g. load balancers) that should be proxied to this service"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "selector": {
 | 
					     "selector": {
 | 
				
			||||||
      "type": "v1beta3.ServiceSpec.selector",
 | 
					      "$ref": "v1beta3.ServiceSpec.selector",
 | 
				
			||||||
      "description": "label keys and values that must match in order to receive traffic for this service; if empty, all pods are selected, if not specified, endpoints must be manually specified"
 | 
					      "description": "label keys and values that must match in order to receive traffic for this service; if empty, all pods are selected, if not specified, endpoints must be manually specified"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "sessionAffinity": {
 | 
					     "sessionAffinity": {
 | 
				
			||||||
      "type": "v1beta3.AffinityType",
 | 
					      "$ref": "v1beta3.AffinityType",
 | 
				
			||||||
      "description": "enable client IP based session affinity; must be ClientIP or None; defaults to None"
 | 
					      "description": "enable client IP based session affinity; must be ClientIP or None; defaults to None"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "targetPort": {
 | 
					     "targetPort": {
 | 
				
			||||||
@@ -5671,19 +5671,19 @@
 | 
				
			|||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "properties": {
 | 
					    "properties": {
 | 
				
			||||||
     "emptyDir": {
 | 
					     "emptyDir": {
 | 
				
			||||||
      "type": "v1beta3.EmptyDirVolumeSource",
 | 
					      "$ref": "v1beta3.EmptyDirVolumeSource",
 | 
				
			||||||
      "description": "temporary directory that shares a pod's lifetime"
 | 
					      "description": "temporary directory that shares a pod's lifetime"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "gcePersistentDisk": {
 | 
					     "gcePersistentDisk": {
 | 
				
			||||||
      "type": "v1beta3.GCEPersistentDiskVolumeSource",
 | 
					      "$ref": "v1beta3.GCEPersistentDiskVolumeSource",
 | 
				
			||||||
      "description": "GCE disk resource attached to the host machine on demand"
 | 
					      "description": "GCE disk resource attached to the host machine on demand"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "gitRepo": {
 | 
					     "gitRepo": {
 | 
				
			||||||
      "type": "v1beta3.GitRepoVolumeSource",
 | 
					      "$ref": "v1beta3.GitRepoVolumeSource",
 | 
				
			||||||
      "description": "git repository at a particular revision"
 | 
					      "description": "git repository at a particular revision"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "hostPath": {
 | 
					     "hostPath": {
 | 
				
			||||||
      "type": "v1beta3.HostPathVolumeSource",
 | 
					      "$ref": "v1beta3.HostPathVolumeSource",
 | 
				
			||||||
      "description": "pre-existing host file or directory; generally for privileged system daemons or other agents tied to the host"
 | 
					      "description": "pre-existing host file or directory; generally for privileged system daemons or other agents tied to the host"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "name": {
 | 
					     "name": {
 | 
				
			||||||
@@ -5691,11 +5691,11 @@
 | 
				
			|||||||
      "description": "volume name; must be a DNS_LABEL and unique within the pod"
 | 
					      "description": "volume name; must be a DNS_LABEL and unique within the pod"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "nfs": {
 | 
					     "nfs": {
 | 
				
			||||||
      "type": "v1beta3.NFSVolumeSource",
 | 
					      "$ref": "v1beta3.NFSVolumeSource",
 | 
				
			||||||
      "description": "NFS volume that will be mounted in the host machine"
 | 
					      "description": "NFS volume that will be mounted in the host machine"
 | 
				
			||||||
     },
 | 
					     },
 | 
				
			||||||
     "secret": {
 | 
					     "secret": {
 | 
				
			||||||
      "type": "v1beta3.SecretVolumeSource",
 | 
					      "$ref": "v1beta3.SecretVolumeSource",
 | 
				
			||||||
      "description": "secret to populate volume"
 | 
					      "description": "secret to populate volume"
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user