Fixing import error in kubernetes client code

Change-Id: I21981b99f00ebe3eb027aba9fabd21c763129e39
Partial-Bug: #1459717
This commit is contained in:
Madhuri Kumari 2015-05-29 12:35:56 +05:30
parent 0c6b032058
commit ea1ca0d7f3
46 changed files with 242 additions and 242 deletions

View File

@ -49,7 +49,7 @@ class ApivbetaApi(object):
Returns: v1beta3_EndpointsList Returns: V1beta3_EndpointsList
""" """
allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -105,7 +105,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_EndpointsList') responseObject = self.apiClient.deserialize(response, 'V1beta3_EndpointsList')
return responseObject return responseObject
@ -129,7 +129,7 @@ class ApivbetaApi(object):
Returns: v1beta3_EventList Returns: V1beta3_EventList
""" """
allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -185,7 +185,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_EventList') responseObject = self.apiClient.deserialize(response, 'V1beta3_EventList')
return responseObject return responseObject
@ -209,7 +209,7 @@ class ApivbetaApi(object):
Returns: v1beta3_LimitRangeList Returns: V1beta3_LimitRangeList
""" """
allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -265,7 +265,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_LimitRangeList') responseObject = self.apiClient.deserialize(response, 'V1beta3_LimitRangeList')
return responseObject return responseObject
@ -289,7 +289,7 @@ class ApivbetaApi(object):
Returns: v1beta3_NamespaceList Returns: V1beta3_NamespaceList
""" """
allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -345,7 +345,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_NamespaceList') responseObject = self.apiClient.deserialize(response, 'V1beta3_NamespaceList')
return responseObject return responseObject
@ -493,7 +493,7 @@ class ApivbetaApi(object):
Returns: v1beta3_EndpointsList Returns: V1beta3_EndpointsList
""" """
allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -555,7 +555,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_EndpointsList') responseObject = self.apiClient.deserialize(response, 'V1beta3_EndpointsList')
return responseObject return responseObject
@ -638,7 +638,7 @@ class ApivbetaApi(object):
Returns: v1beta3_Endpoints Returns: V1beta3_Endpoints
""" """
allParams = ['name', 'namespaces'] allParams = ['name', 'namespaces']
@ -694,7 +694,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_Endpoints') responseObject = self.apiClient.deserialize(response, 'V1beta3_Endpoints')
return responseObject return responseObject
@ -943,7 +943,7 @@ class ApivbetaApi(object):
Returns: v1beta3_EventList Returns: V1beta3_EventList
""" """
allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -1005,7 +1005,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_EventList') responseObject = self.apiClient.deserialize(response, 'V1beta3_EventList')
return responseObject return responseObject
@ -1088,7 +1088,7 @@ class ApivbetaApi(object):
Returns: v1beta3_Event Returns: V1beta3_Event
""" """
allParams = ['name', 'namespaces'] allParams = ['name', 'namespaces']
@ -1144,7 +1144,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_Event') responseObject = self.apiClient.deserialize(response, 'V1beta3_Event')
return responseObject return responseObject
@ -1387,7 +1387,7 @@ class ApivbetaApi(object):
Returns: v1beta3_LimitRangeList Returns: V1beta3_LimitRangeList
""" """
allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -1449,7 +1449,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_LimitRangeList') responseObject = self.apiClient.deserialize(response, 'V1beta3_LimitRangeList')
return responseObject return responseObject
@ -1532,7 +1532,7 @@ class ApivbetaApi(object):
Returns: v1beta3_LimitRange Returns: V1beta3_LimitRange
""" """
allParams = ['name', 'namespaces'] allParams = ['name', 'namespaces']
@ -1588,7 +1588,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_LimitRange') responseObject = self.apiClient.deserialize(response, 'V1beta3_LimitRange')
return responseObject return responseObject
@ -1831,7 +1831,7 @@ class ApivbetaApi(object):
Returns: v1beta3_PersistentVolumeClaimList Returns: V1beta3_PersistentVolumeClaimList
""" """
allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -1893,7 +1893,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_PersistentVolumeClaimList') responseObject = self.apiClient.deserialize(response, 'V1beta3_PersistentVolumeClaimList')
return responseObject return responseObject
@ -1976,7 +1976,7 @@ class ApivbetaApi(object):
Returns: v1beta3_PersistentVolumeClaim Returns: V1beta3_PersistentVolumeClaim
""" """
allParams = ['name', 'namespaces'] allParams = ['name', 'namespaces']
@ -2032,7 +2032,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_PersistentVolumeClaim') responseObject = self.apiClient.deserialize(response, 'V1beta3_PersistentVolumeClaim')
return responseObject return responseObject
@ -2281,7 +2281,7 @@ class ApivbetaApi(object):
Returns: v1beta3_PodList Returns: V1beta3_PodList
""" """
allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -2343,7 +2343,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_PodList') responseObject = self.apiClient.deserialize(response, 'V1beta3_PodList')
return responseObject return responseObject
@ -2428,7 +2428,7 @@ class ApivbetaApi(object):
Returns: v1beta3_Pod Returns: V1beta3_Pod
""" """
allParams = ['name', 'namespaces'] allParams = ['name', 'namespaces']
@ -2484,7 +2484,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_Pod') responseObject = self.apiClient.deserialize(response, 'V1beta3_Pod')
return responseObject return responseObject
@ -2800,7 +2800,7 @@ class ApivbetaApi(object):
Returns: v1beta3_PodLogOptions Returns: V1beta3_PodLogOptions
""" """
allParams = ['name', 'namespaces'] allParams = ['name', 'namespaces']
@ -2856,7 +2856,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_PodLogOptions') responseObject = self.apiClient.deserialize(response, 'V1beta3_PodLogOptions')
return responseObject return responseObject
@ -2885,7 +2885,7 @@ class ApivbetaApi(object):
Returns: v1beta3_ReplicationControllerList Returns: V1beta3_ReplicationControllerList
""" """
allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -2947,7 +2947,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_ReplicationControllerList') responseObject = self.apiClient.deserialize(response, 'V1beta3_ReplicationControllerList')
return responseObject return responseObject
@ -3032,7 +3032,7 @@ class ApivbetaApi(object):
Returns: v1beta3_ReplicationController Returns: V1beta3_ReplicationController
""" """
allParams = ['name', 'namespaces'] allParams = ['name', 'namespaces']
@ -3088,7 +3088,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_ReplicationController') responseObject = self.apiClient.deserialize(response, 'V1beta3_ReplicationController')
return responseObject return responseObject
@ -3339,7 +3339,7 @@ class ApivbetaApi(object):
Returns: v1beta3_ResourceQuotaList Returns: V1beta3_ResourceQuotaList
""" """
allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -3401,7 +3401,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_ResourceQuotaList') responseObject = self.apiClient.deserialize(response, 'V1beta3_ResourceQuotaList')
return responseObject return responseObject
@ -3484,7 +3484,7 @@ class ApivbetaApi(object):
Returns: v1beta3_ResourceQuota Returns: V1beta3_ResourceQuota
""" """
allParams = ['name', 'namespaces'] allParams = ['name', 'namespaces']
@ -3540,7 +3540,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_ResourceQuota') responseObject = self.apiClient.deserialize(response, 'V1beta3_ResourceQuota')
return responseObject return responseObject
@ -3863,7 +3863,7 @@ class ApivbetaApi(object):
Returns: v1beta3_SecretList Returns: V1beta3_SecretList
""" """
allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -3925,7 +3925,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_SecretList') responseObject = self.apiClient.deserialize(response, 'V1beta3_SecretList')
return responseObject return responseObject
@ -4008,7 +4008,7 @@ class ApivbetaApi(object):
Returns: v1beta3_Secret Returns: V1beta3_Secret
""" """
allParams = ['name', 'namespaces'] allParams = ['name', 'namespaces']
@ -4064,7 +4064,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_Secret') responseObject = self.apiClient.deserialize(response, 'V1beta3_Secret')
return responseObject return responseObject
@ -4307,7 +4307,7 @@ class ApivbetaApi(object):
Returns: v1beta3_ServiceList Returns: V1beta3_ServiceList
""" """
allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['namespaces', 'fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -4369,7 +4369,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_ServiceList') responseObject = self.apiClient.deserialize(response, 'V1beta3_ServiceList')
return responseObject return responseObject
@ -4454,7 +4454,7 @@ class ApivbetaApi(object):
Returns: v1beta3_Service Returns: V1beta3_Service
""" """
allParams = ['name', 'namespaces'] allParams = ['name', 'namespaces']
@ -4510,7 +4510,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_Service') responseObject = self.apiClient.deserialize(response, 'V1beta3_Service')
return responseObject return responseObject
@ -4743,7 +4743,7 @@ class ApivbetaApi(object):
Returns: v1beta3_Namespace Returns: V1beta3_Namespace
""" """
allParams = ['name'] allParams = ['name']
@ -4793,7 +4793,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_Namespace') responseObject = self.apiClient.deserialize(response, 'V1beta3_Namespace')
return responseObject return responseObject
@ -5142,7 +5142,7 @@ class ApivbetaApi(object):
Returns: v1beta3_NodeList Returns: V1beta3_NodeList
""" """
allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -5198,7 +5198,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_NodeList') responseObject = self.apiClient.deserialize(response, 'V1beta3_NodeList')
return responseObject return responseObject
@ -5269,7 +5269,7 @@ class ApivbetaApi(object):
Returns: v1beta3_Node Returns: V1beta3_Node
""" """
allParams = ['name'] allParams = ['name']
@ -5319,7 +5319,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_Node') responseObject = self.apiClient.deserialize(response, 'V1beta3_Node')
return responseObject return responseObject
@ -5538,7 +5538,7 @@ class ApivbetaApi(object):
Returns: v1beta3_PersistentVolumeClaimList Returns: V1beta3_PersistentVolumeClaimList
""" """
allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -5594,7 +5594,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_PersistentVolumeClaimList') responseObject = self.apiClient.deserialize(response, 'V1beta3_PersistentVolumeClaimList')
return responseObject return responseObject
@ -5618,7 +5618,7 @@ class ApivbetaApi(object):
Returns: v1beta3_PersistentVolumeList Returns: V1beta3_PersistentVolumeList
""" """
allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -5674,7 +5674,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_PersistentVolumeList') responseObject = self.apiClient.deserialize(response, 'V1beta3_PersistentVolumeList')
return responseObject return responseObject
@ -5745,7 +5745,7 @@ class ApivbetaApi(object):
Returns: v1beta3_PersistentVolume Returns: V1beta3_PersistentVolume
""" """
allParams = ['name'] allParams = ['name']
@ -5795,7 +5795,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_PersistentVolume') responseObject = self.apiClient.deserialize(response, 'V1beta3_PersistentVolume')
return responseObject return responseObject
@ -6079,7 +6079,7 @@ class ApivbetaApi(object):
Returns: v1beta3_PodList Returns: V1beta3_PodList
""" """
allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -6135,7 +6135,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_PodList') responseObject = self.apiClient.deserialize(response, 'V1beta3_PodList')
return responseObject return responseObject
@ -8022,7 +8022,7 @@ class ApivbetaApi(object):
Returns: v1beta3_ReplicationControllerList Returns: V1beta3_ReplicationControllerList
""" """
allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -8078,7 +8078,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_ReplicationControllerList') responseObject = self.apiClient.deserialize(response, 'V1beta3_ReplicationControllerList')
return responseObject return responseObject
@ -8102,7 +8102,7 @@ class ApivbetaApi(object):
Returns: v1beta3_ResourceQuotaList Returns: V1beta3_ResourceQuotaList
""" """
allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -8158,7 +8158,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_ResourceQuotaList') responseObject = self.apiClient.deserialize(response, 'V1beta3_ResourceQuotaList')
return responseObject return responseObject
@ -8182,7 +8182,7 @@ class ApivbetaApi(object):
Returns: v1beta3_SecretList Returns: V1beta3_SecretList
""" """
allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -8238,7 +8238,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_SecretList') responseObject = self.apiClient.deserialize(response, 'V1beta3_SecretList')
return responseObject return responseObject
@ -8262,7 +8262,7 @@ class ApivbetaApi(object):
Returns: v1beta3_ServiceList Returns: V1beta3_ServiceList
""" """
allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch'] allParams = ['fieldSelector', 'labelSelector', 'resourceVersion', 'watch']
@ -8318,7 +8318,7 @@ class ApivbetaApi(object):
if not response: if not response:
return None return None
responseObject = self.apiClient.deserialize(response, 'v1beta3_ServiceList') responseObject = self.apiClient.deserialize(response, 'V1beta3_ServiceList')
return responseObject return responseObject

View File

@ -61,7 +61,7 @@ class V1beta3_Binding(object):
'selfLink': 'str', 'selfLink': 'str',
'target': 'v1beta3_ObjectReference', 'target': 'V1beta3_ObjectReference',
'uid': 'str' 'uid': 'str'
@ -145,7 +145,7 @@ class V1beta3_Binding(object):
#an object to bind to #an object to bind to
self.target = None # v1beta3_ObjectReference self.target = None # V1beta3_ObjectReference
#unique UUID across space and time; populated by the system; read-only #unique UUID across space and time; populated by the system; read-only

View File

@ -28,10 +28,10 @@ class V1beta3_Capabilities(object):
""" """
self.swaggerTypes = { self.swaggerTypes = {
'add': 'list[v1beta3_CapabilityType]', 'add': 'list[V1beta3_CapabilityType]',
'drop': 'list[v1beta3_CapabilityType]' 'drop': 'list[V1beta3_CapabilityType]'
} }
@ -46,9 +46,9 @@ class V1beta3_Capabilities(object):
#added capabilities #added capabilities
self.add = None # list[v1beta3_CapabilityType] self.add = None # list[V1beta3_CapabilityType]
#droped capabilities #droped capabilities
self.drop = None # list[v1beta3_CapabilityType] self.drop = None # list[V1beta3_CapabilityType]

View File

@ -31,13 +31,13 @@ class V1beta3_Container(object):
'args': 'list[str]', 'args': 'list[str]',
'capabilities': 'v1beta3_Capabilities', 'capabilities': 'V1beta3_Capabilities',
'command': 'list[str]', 'command': 'list[str]',
'env': 'list[v1beta3_EnvVar]', 'env': 'list[V1beta3_EnvVar]',
'image': 'str', 'image': 'str',
@ -46,31 +46,31 @@ class V1beta3_Container(object):
'imagePullPolicy': 'str', 'imagePullPolicy': 'str',
'lifecycle': 'v1beta3_Lifecycle', 'lifecycle': 'V1beta3_Lifecycle',
'livenessProbe': 'v1beta3_Probe', 'livenessProbe': 'V1beta3_Probe',
'name': 'str', 'name': 'str',
'ports': 'list[v1beta3_ContainerPort]', 'ports': 'list[V1beta3_ContainerPort]',
'privileged': 'bool', 'privileged': 'bool',
'readinessProbe': 'v1beta3_Probe', 'readinessProbe': 'V1beta3_Probe',
'resources': 'v1beta3_ResourceRequirements', 'resources': 'V1beta3_ResourceRequirements',
'terminationMessagePath': 'str', 'terminationMessagePath': 'str',
'volumeMounts': 'list[v1beta3_VolumeMount]', 'volumeMounts': 'list[V1beta3_VolumeMount]',
'workingDir': 'str' 'workingDir': 'str'
@ -120,7 +120,7 @@ class V1beta3_Container(object):
#capabilities for container; cannot be updated #capabilities for container; cannot be updated
self.capabilities = None # v1beta3_Capabilities self.capabilities = None # V1beta3_Capabilities
#entrypoint array; not executed within a shell; the docker image's entrypoint is used if this is not provided; cannot be updated #entrypoint array; not executed within a shell; the docker image's entrypoint is used if this is not provided; cannot be updated
@ -128,7 +128,7 @@ class V1beta3_Container(object):
#list of environment variables to set in the container; cannot be updated #list of environment variables to set in the container; cannot be updated
self.env = None # list[v1beta3_EnvVar] self.env = None # list[V1beta3_EnvVar]
#Docker image name #Docker image name
@ -140,11 +140,11 @@ class V1beta3_Container(object):
#actions that the management system should take in response to container lifecycle events; cannot be updated #actions that the management system should take in response to container lifecycle events; cannot be updated
self.lifecycle = None # v1beta3_Lifecycle self.lifecycle = None # V1beta3_Lifecycle
#periodic probe of container liveness; container will be restarted if the probe fails; cannot be updated #periodic probe of container liveness; container will be restarted if the probe fails; cannot be updated
self.livenessProbe = None # v1beta3_Probe self.livenessProbe = None # V1beta3_Probe
#name of the container; must be a DNS_LABEL and unique within the pod; cannot be updated #name of the container; must be a DNS_LABEL and unique within the pod; cannot be updated
@ -152,7 +152,7 @@ class V1beta3_Container(object):
#list of ports to expose from the container; cannot be updated #list of ports to expose from the container; cannot be updated
self.ports = None # list[v1beta3_ContainerPort] self.ports = None # list[V1beta3_ContainerPort]
#whether or not the container is granted privileged status; defaults to false; cannot be updated #whether or not the container is granted privileged status; defaults to false; cannot be updated
@ -160,11 +160,11 @@ class V1beta3_Container(object):
#periodic probe of container service readiness; container will be removed from service endpoints if the probe fails; cannot be updated #periodic probe of container service readiness; container will be removed from service endpoints if the probe fails; cannot be updated
self.readinessProbe = None # v1beta3_Probe self.readinessProbe = None # V1beta3_Probe
#Compute Resources required by this container; cannot be updated #Compute Resources required by this container; cannot be updated
self.resources = None # v1beta3_ResourceRequirements self.resources = None # V1beta3_ResourceRequirements
#path at which the file to which the container's termination message will be written is mounted into the container's filesystem; message written is intended to be brief final status, such as an assertion failure message; defaults to /dev/termination-log; cannot be updated #path at which the file to which the container's termination message will be written is mounted into the container's filesystem; message written is intended to be brief final status, such as an assertion failure message; defaults to /dev/termination-log; cannot be updated
@ -172,7 +172,7 @@ class V1beta3_Container(object):
#pod volumes to mount into the container's filesyste; cannot be updated #pod volumes to mount into the container's filesyste; cannot be updated
self.volumeMounts = None # list[v1beta3_VolumeMount] self.volumeMounts = None # list[V1beta3_VolumeMount]
#container's working directory; defaults to image's default; cannot be updated #container's working directory; defaults to image's default; cannot be updated

View File

@ -28,13 +28,13 @@ class V1beta3_ContainerState(object):
""" """
self.swaggerTypes = { self.swaggerTypes = {
'running': 'v1beta3_ContainerStateRunning', 'running': 'V1beta3_ContainerStateRunning',
'termination': 'v1beta3_ContainerStateTerminated', 'termination': 'V1beta3_ContainerStateTerminated',
'waiting': 'v1beta3_ContainerStateWaiting' 'waiting': 'V1beta3_ContainerStateWaiting'
} }
@ -51,13 +51,13 @@ class V1beta3_ContainerState(object):
#details about a running container #details about a running container
self.running = None # v1beta3_ContainerStateRunning self.running = None # V1beta3_ContainerStateRunning
#details about a terminated container #details about a terminated container
self.termination = None # v1beta3_ContainerStateTerminated self.termination = None # V1beta3_ContainerStateTerminated
#details about a waiting container #details about a waiting container
self.waiting = None # v1beta3_ContainerStateWaiting self.waiting = None # V1beta3_ContainerStateWaiting

View File

@ -37,7 +37,7 @@ class V1beta3_ContainerStatus(object):
'imageID': 'str', 'imageID': 'str',
'lastState': 'v1beta3_ContainerState', 'lastState': 'V1beta3_ContainerState',
'name': 'str', 'name': 'str',
@ -49,7 +49,7 @@ class V1beta3_ContainerStatus(object):
'restartCount': 'int', 'restartCount': 'int',
'state': 'v1beta3_ContainerState' 'state': 'V1beta3_ContainerState'
} }
@ -88,7 +88,7 @@ class V1beta3_ContainerStatus(object):
#details about the container's last termination condition #details about the container's last termination condition
self.lastState = None # v1beta3_ContainerState self.lastState = None # V1beta3_ContainerState
#name of the container; must be a DNS_LABEL and unique within the pod; cannot be updated #name of the container; must be a DNS_LABEL and unique within the pod; cannot be updated
@ -104,5 +104,5 @@ class V1beta3_ContainerStatus(object):
#details about the container's current condition #details about the container's current condition
self.state = None # v1beta3_ContainerState self.state = None # V1beta3_ContainerState

View File

@ -31,7 +31,7 @@ class V1beta3_EndpointAddress(object):
'IP': 'str', 'IP': 'str',
'targetRef': 'v1beta3_ObjectReference' 'targetRef': 'V1beta3_ObjectReference'
} }
@ -50,5 +50,5 @@ class V1beta3_EndpointAddress(object):
#reference to object providing the endpoint #reference to object providing the endpoint
self.targetRef = None # v1beta3_ObjectReference self.targetRef = None # V1beta3_ObjectReference

View File

@ -28,10 +28,10 @@ class V1beta3_EndpointSubset(object):
""" """
self.swaggerTypes = { self.swaggerTypes = {
'addresses': 'list[v1beta3_EndpointAddress]', 'addresses': 'list[V1beta3_EndpointAddress]',
'ports': 'list[v1beta3_EndpointPort]' 'ports': 'list[V1beta3_EndpointPort]'
} }
@ -46,9 +46,9 @@ class V1beta3_EndpointSubset(object):
#IP addresses which offer the related ports #IP addresses which offer the related ports
self.addresses = None # list[v1beta3_EndpointAddress] self.addresses = None # list[V1beta3_EndpointAddress]
#port numbers available on the related IP addresses #port numbers available on the related IP addresses
self.ports = None # list[v1beta3_EndpointPort] self.ports = None # list[V1beta3_EndpointPort]

View File

@ -61,7 +61,7 @@ class V1beta3_Endpoints(object):
'selfLink': 'str', 'selfLink': 'str',
'subsets': 'list[v1beta3_EndpointSubset]', 'subsets': 'list[V1beta3_EndpointSubset]',
'uid': 'str' 'uid': 'str'
@ -145,7 +145,7 @@ class V1beta3_Endpoints(object):
#sets of addresses and ports that comprise a service #sets of addresses and ports that comprise a service
self.subsets = None # list[v1beta3_EndpointSubset] self.subsets = None # list[V1beta3_EndpointSubset]
#unique UUID across space and time; populated by the system; read-only #unique UUID across space and time; populated by the system; read-only

View File

@ -31,7 +31,7 @@ class V1beta3_EndpointsList(object):
'apiVersion': 'str', 'apiVersion': 'str',
'items': 'list[v1beta3_Endpoints]', 'items': 'list[V1beta3_Endpoints]',
'kind': 'str', 'kind': 'str',
@ -65,7 +65,7 @@ class V1beta3_EndpointsList(object):
#list of endpoints #list of endpoints
self.items = None # list[v1beta3_Endpoints] self.items = None # list[V1beta3_Endpoints]
#kind of object, in CamelCase; cannot be updated #kind of object, in CamelCase; cannot be updated

View File

@ -49,7 +49,7 @@ class V1beta3_Event(object):
'generateName': 'str', 'generateName': 'str',
'involvedObject': 'v1beta3_ObjectReference', 'involvedObject': 'V1beta3_ObjectReference',
'kind': 'str', 'kind': 'str',
@ -79,7 +79,7 @@ class V1beta3_Event(object):
'selfLink': 'str', 'selfLink': 'str',
'source': 'v1beta3_EventSource', 'source': 'V1beta3_EventSource',
'uid': 'str' 'uid': 'str'
@ -159,7 +159,7 @@ class V1beta3_Event(object):
#object this event is about #object this event is about
self.involvedObject = None # v1beta3_ObjectReference self.involvedObject = None # V1beta3_ObjectReference
#kind of object, in CamelCase; cannot be updated #kind of object, in CamelCase; cannot be updated
@ -199,7 +199,7 @@ class V1beta3_Event(object):
#component reporting this event #component reporting this event
self.source = None # v1beta3_EventSource self.source = None # V1beta3_EventSource
#unique UUID across space and time; populated by the system; read-only #unique UUID across space and time; populated by the system; read-only

View File

@ -31,7 +31,7 @@ class V1beta3_EventList(object):
'apiVersion': 'str', 'apiVersion': 'str',
'items': 'list[v1beta3_Event]', 'items': 'list[V1beta3_Event]',
'kind': 'str', 'kind': 'str',
@ -65,7 +65,7 @@ class V1beta3_EventList(object):
#list of events #list of events
self.items = None # list[v1beta3_Event] self.items = None # list[V1beta3_Event]
#kind of object, in CamelCase; cannot be updated #kind of object, in CamelCase; cannot be updated

View File

@ -28,13 +28,13 @@ class V1beta3_Handler(object):
""" """
self.swaggerTypes = { self.swaggerTypes = {
'exect': 'v1beta3_ExecAction', 'exect': 'V1beta3_ExecAction',
'httpGet': 'v1beta3_HTTPGetAction', 'httpGet': 'V1beta3_HTTPGetAction',
'tcpSocket': 'v1beta3_TCPSocketAction' 'tcpSocket': 'V1beta3_TCPSocketAction'
} }
@ -51,13 +51,13 @@ class V1beta3_Handler(object):
#exec-based handler #exec-based handler
self.exect = None # v1beta3_ExecAction self.exect = None # V1beta3_ExecAction
#HTTP-based handler #HTTP-based handler
self.httpGet = None # v1beta3_HTTPGetAction self.httpGet = None # V1beta3_HTTPGetAction
#TCP-based handler; TCP hooks not yet supported #TCP-based handler; TCP hooks not yet supported
self.tcpSocket = None # v1beta3_TCPSocketAction self.tcpSocket = None # V1beta3_TCPSocketAction

View File

@ -28,10 +28,10 @@ class V1beta3_Lifecycle(object):
""" """
self.swaggerTypes = { self.swaggerTypes = {
'postStart': 'v1beta3_Handler', 'postStart': 'V1beta3_Handler',
'preStop': 'v1beta3_Handler' 'preStop': 'V1beta3_Handler'
} }
@ -46,9 +46,9 @@ class V1beta3_Lifecycle(object):
#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 #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
self.postStart = None # v1beta3_Handler self.postStart = None # V1beta3_Handler
#called before a container is terminated; the container is terminated after the handler completes; other management of the container blocks until the hook completes #called before a container is terminated; the container is terminated after the handler completes; other management of the container blocks until the hook completes
self.preStop = None # v1beta3_Handler self.preStop = None # V1beta3_Handler

View File

@ -61,7 +61,7 @@ class V1beta3_LimitRange(object):
'selfLink': 'str', 'selfLink': 'str',
'spec': 'v1beta3_LimitRangeSpec', 'spec': 'V1beta3_LimitRangeSpec',
'uid': 'str' 'uid': 'str'
@ -145,7 +145,7 @@ class V1beta3_LimitRange(object):
#spec defines the limits enforced; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status #spec defines the limits enforced; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status
self.spec = None # v1beta3_LimitRangeSpec self.spec = None # V1beta3_LimitRangeSpec
#unique UUID across space and time; populated by the system; read-only #unique UUID across space and time; populated by the system; read-only

View File

@ -31,7 +31,7 @@ class V1beta3_LimitRangeList(object):
'apiVersion': 'str', 'apiVersion': 'str',
'items': 'list[v1beta3_LimitRange]', 'items': 'list[V1beta3_LimitRange]',
'kind': 'str', 'kind': 'str',
@ -65,7 +65,7 @@ class V1beta3_LimitRangeList(object):
#items is a list of LimitRange objects #items is a list of LimitRange objects
self.items = None # list[v1beta3_LimitRange] self.items = None # list[V1beta3_LimitRange]
#kind of object, in CamelCase; cannot be updated #kind of object, in CamelCase; cannot be updated

View File

@ -28,7 +28,7 @@ class V1beta3_LimitRangeSpec(object):
""" """
self.swaggerTypes = { self.swaggerTypes = {
'limits': 'list[v1beta3_LimitRangeItem]' 'limits': 'list[V1beta3_LimitRangeItem]'
} }
@ -41,5 +41,5 @@ class V1beta3_LimitRangeSpec(object):
#limits is the list of LimitRangeItem objects that are enforced #limits is the list of LimitRangeItem objects that are enforced
self.limits = None # list[v1beta3_LimitRangeItem] self.limits = None # list[V1beta3_LimitRangeItem]

View File

@ -61,10 +61,10 @@ class V1beta3_Namespace(object):
'selfLink': 'str', 'selfLink': 'str',
'spec': 'v1beta3_NamespaceSpec', 'spec': 'V1beta3_NamespaceSpec',
'status': 'v1beta3_NamespaceStatus', 'status': 'V1beta3_NamespaceStatus',
'uid': 'str' 'uid': 'str'
@ -150,11 +150,11 @@ class V1beta3_Namespace(object):
#spec defines the behavior of the Namespace; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status #spec defines the behavior of the Namespace; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status
self.spec = None # v1beta3_NamespaceSpec self.spec = None # V1beta3_NamespaceSpec
#status describes the current status of a Namespace; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status #status describes the current status of a Namespace; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status
self.status = None # v1beta3_NamespaceStatus self.status = None # V1beta3_NamespaceStatus
#unique UUID across space and time; populated by the system; read-only #unique UUID across space and time; populated by the system; read-only

View File

@ -31,7 +31,7 @@ class V1beta3_NamespaceList(object):
'apiVersion': 'str', 'apiVersion': 'str',
'items': 'list[v1beta3_Namespace]', 'items': 'list[V1beta3_Namespace]',
'kind': 'str', 'kind': 'str',
@ -65,7 +65,7 @@ class V1beta3_NamespaceList(object):
#items is the list of Namespace objects in the list #items is the list of Namespace objects in the list
self.items = None # list[v1beta3_Namespace] self.items = None # list[V1beta3_Namespace]
#kind of object, in CamelCase; cannot be updated #kind of object, in CamelCase; cannot be updated

View File

@ -28,7 +28,7 @@ class V1beta3_NamespaceSpec(object):
""" """
self.swaggerTypes = { self.swaggerTypes = {
'finalizers': 'list[v1beta3_FinalizerName]' 'finalizers': 'list[V1beta3_FinalizerName]'
} }
@ -41,5 +41,5 @@ class V1beta3_NamespaceSpec(object):
#an opaque list of values that must be empty to permanently remove object from storage #an opaque list of values that must be empty to permanently remove object from storage
self.finalizers = None # list[v1beta3_FinalizerName] self.finalizers = None # list[V1beta3_FinalizerName]

View File

@ -61,10 +61,10 @@ class V1beta3_Node(object):
'selfLink': 'str', 'selfLink': 'str',
'spec': 'v1beta3_NodeSpec', 'spec': 'V1beta3_NodeSpec',
'status': 'v1beta3_NodeStatus', 'status': 'V1beta3_NodeStatus',
'uid': 'str' 'uid': 'str'
@ -150,11 +150,11 @@ class V1beta3_Node(object):
#specification of a node; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status #specification of a node; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status
self.spec = None # v1beta3_NodeSpec self.spec = None # V1beta3_NodeSpec
#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 #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
self.status = None # v1beta3_NodeStatus self.status = None # V1beta3_NodeStatus
#unique UUID across space and time; populated by the system; read-only #unique UUID across space and time; populated by the system; read-only

View File

@ -31,7 +31,7 @@ class V1beta3_NodeList(object):
'apiVersion': 'str', 'apiVersion': 'str',
'items': 'list[v1beta3_Node]', 'items': 'list[V1beta3_Node]',
'kind': 'str', 'kind': 'str',
@ -65,7 +65,7 @@ class V1beta3_NodeList(object):
#list of nodes #list of nodes
self.items = None # list[v1beta3_Node] self.items = None # list[V1beta3_Node]
#kind of object, in CamelCase; cannot be updated #kind of object, in CamelCase; cannot be updated

View File

@ -28,16 +28,16 @@ class V1beta3_NodeStatus(object):
""" """
self.swaggerTypes = { self.swaggerTypes = {
'addresses': 'list[v1beta3_NodeAddress]', 'addresses': 'list[V1beta3_NodeAddress]',
'capacity': 'any', 'capacity': 'any',
'conditions': 'list[v1beta3_NodeCondition]', 'conditions': 'list[V1beta3_NodeCondition]',
'nodeInfo': 'v1beta3_NodeSystemInfo', 'nodeInfo': 'V1beta3_NodeSystemInfo',
'phase': 'str' 'phase': 'str'
@ -61,7 +61,7 @@ class V1beta3_NodeStatus(object):
#list of addresses reachable to the node #list of addresses reachable to the node
self.addresses = None # list[v1beta3_NodeAddress] self.addresses = None # list[V1beta3_NodeAddress]
#compute resource capacity of the node; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/resources.md #compute resource capacity of the node; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/resources.md
@ -69,10 +69,10 @@ class V1beta3_NodeStatus(object):
#list of node conditions observed #list of node conditions observed
self.conditions = None # list[v1beta3_NodeCondition] self.conditions = None # list[V1beta3_NodeCondition]
self.nodeInfo = None # v1beta3_NodeSystemInfo self.nodeInfo = None # V1beta3_NodeSystemInfo
#most recently observed lifecycle phase of the node #most recently observed lifecycle phase of the node

View File

@ -61,10 +61,10 @@ class V1beta3_PersistentVolume(object):
'selfLink': 'str', 'selfLink': 'str',
'spec': 'v1beta3_PersistentVolumeSpec', 'spec': 'V1beta3_PersistentVolumeSpec',
'status': 'v1beta3_PersistentVolumeStatus', 'status': 'V1beta3_PersistentVolumeStatus',
'uid': 'str' 'uid': 'str'
@ -150,11 +150,11 @@ class V1beta3_PersistentVolume(object):
#specification of a persistent volume as provisioned by an administrator #specification of a persistent volume as provisioned by an administrator
self.spec = None # v1beta3_PersistentVolumeSpec self.spec = None # V1beta3_PersistentVolumeSpec
#current status of a persistent volume; populated by the system, read-only #current status of a persistent volume; populated by the system, read-only
self.status = None # v1beta3_PersistentVolumeStatus self.status = None # V1beta3_PersistentVolumeStatus
#unique UUID across space and time; populated by the system; read-only #unique UUID across space and time; populated by the system; read-only

View File

@ -61,10 +61,10 @@ class V1beta3_PersistentVolumeClaim(object):
'selfLink': 'str', 'selfLink': 'str',
'spec': 'v1beta3_PersistentVolumeClaimSpec', 'spec': 'V1beta3_PersistentVolumeClaimSpec',
'status': 'v1beta3_PersistentVolumeClaimStatus', 'status': 'V1beta3_PersistentVolumeClaimStatus',
'uid': 'str' 'uid': 'str'
@ -149,11 +149,11 @@ class V1beta3_PersistentVolumeClaim(object):
self.selfLink = None # str self.selfLink = None # str
self.spec = None # v1beta3_PersistentVolumeClaimSpec self.spec = None # V1beta3_PersistentVolumeClaimSpec
#the current status of a persistent volume claim; read-only #the current status of a persistent volume claim; read-only
self.status = None # v1beta3_PersistentVolumeClaimStatus self.status = None # V1beta3_PersistentVolumeClaimStatus
#unique UUID across space and time; populated by the system; read-only #unique UUID across space and time; populated by the system; read-only

View File

@ -31,7 +31,7 @@ class V1beta3_PersistentVolumeClaimList(object):
'apiVersion': 'str', 'apiVersion': 'str',
'items': 'list[v1beta3_PersistentVolumeClaim]', 'items': 'list[V1beta3_PersistentVolumeClaim]',
'kind': 'str', 'kind': 'str',
@ -64,7 +64,7 @@ class V1beta3_PersistentVolumeClaimList(object):
self.apiVersion = None # str self.apiVersion = None # str
self.items = None # list[v1beta3_PersistentVolumeClaim] self.items = None # list[V1beta3_PersistentVolumeClaim]
#kind of object, in CamelCase; cannot be updated #kind of object, in CamelCase; cannot be updated

View File

@ -28,10 +28,10 @@ class V1beta3_PersistentVolumeClaimSpec(object):
""" """
self.swaggerTypes = { self.swaggerTypes = {
'accessModes': 'list[v1beta3_AccessModeType]', 'accessModes': 'list[V1beta3_AccessModeType]',
'resources': 'v1beta3_ResourceRequirements' 'resources': 'V1beta3_ResourceRequirements'
} }
@ -46,9 +46,9 @@ class V1beta3_PersistentVolumeClaimSpec(object):
#the desired access modes the volume should have #the desired access modes the volume should have
self.accessModes = None # list[v1beta3_AccessModeType] self.accessModes = None # list[V1beta3_AccessModeType]
#the desired resources the volume should have #the desired resources the volume should have
self.resources = None # v1beta3_ResourceRequirements self.resources = None # V1beta3_ResourceRequirements

View File

@ -28,7 +28,7 @@ class V1beta3_PersistentVolumeClaimStatus(object):
""" """
self.swaggerTypes = { self.swaggerTypes = {
'accessModes': 'list[v1beta3_AccessModeType]', 'accessModes': 'list[V1beta3_AccessModeType]',
'capacity': 'any', 'capacity': 'any',
@ -37,7 +37,7 @@ class V1beta3_PersistentVolumeClaimStatus(object):
'phase': 'str', 'phase': 'str',
'volumeRef': 'v1beta3_ObjectReference' 'volumeRef': 'V1beta3_ObjectReference'
} }
@ -56,7 +56,7 @@ class V1beta3_PersistentVolumeClaimStatus(object):
#the actual access modes the volume has #the actual access modes the volume has
self.accessModes = None # list[v1beta3_AccessModeType] self.accessModes = None # list[V1beta3_AccessModeType]
#the actual resources the volume has #the actual resources the volume has
@ -68,5 +68,5 @@ class V1beta3_PersistentVolumeClaimStatus(object):
#a reference to the backing persistent volume, when bound #a reference to the backing persistent volume, when bound
self.volumeRef = None # v1beta3_ObjectReference self.volumeRef = None # V1beta3_ObjectReference

View File

@ -31,7 +31,7 @@ class V1beta3_PersistentVolumeList(object):
'apiVersion': 'str', 'apiVersion': 'str',
'items': 'list[v1beta3_PersistentVolume]', 'items': 'list[V1beta3_PersistentVolume]',
'kind': 'str', 'kind': 'str',
@ -65,7 +65,7 @@ class V1beta3_PersistentVolumeList(object):
#list of persistent volumes #list of persistent volumes
self.items = None # list[v1beta3_PersistentVolume] self.items = None # list[V1beta3_PersistentVolume]
#kind of object, in CamelCase; cannot be updated #kind of object, in CamelCase; cannot be updated

View File

@ -28,19 +28,19 @@ class V1beta3_PersistentVolumeSpec(object):
""" """
self.swaggerTypes = { self.swaggerTypes = {
'accessModes': 'list[v1beta3_AccessModeType]', 'accessModes': 'list[V1beta3_AccessModeType]',
'capacity': 'any', 'capacity': 'any',
'claimRef': 'v1beta3_ObjectReference', 'claimRef': 'V1beta3_ObjectReference',
'gcePersistentDisk': 'v1beta3_GCEPersistentDiskVolumeSource', 'gcePersistentDisk': 'V1beta3_GCEPersistentDiskVolumeSource',
'hostPath': 'v1beta3_HostPathVolumeSource' 'hostPath': 'V1beta3_HostPathVolumeSource'
} }
@ -61,7 +61,7 @@ class V1beta3_PersistentVolumeSpec(object):
#all ways the volume can be mounted #all ways the volume can be mounted
self.accessModes = None # list[v1beta3_AccessModeType] self.accessModes = None # list[V1beta3_AccessModeType]
#a description of the persistent volume's resources and capacity #a description of the persistent volume's resources and capacity
@ -69,13 +69,13 @@ class V1beta3_PersistentVolumeSpec(object):
#the binding reference to a persistent volume claim #the binding reference to a persistent volume claim
self.claimRef = None # v1beta3_ObjectReference self.claimRef = None # V1beta3_ObjectReference
#GCE disk resource provisioned by an admin #GCE disk resource provisioned by an admin
self.gcePersistentDisk = None # v1beta3_GCEPersistentDiskVolumeSource self.gcePersistentDisk = None # V1beta3_GCEPersistentDiskVolumeSource
#a HostPath provisioned by a developer or tester; for develment use only #a HostPath provisioned by a developer or tester; for develment use only
self.hostPath = None # v1beta3_HostPathVolumeSource self.hostPath = None # V1beta3_HostPathVolumeSource

View File

@ -61,10 +61,10 @@ class V1beta3_Pod(object):
'selfLink': 'str', 'selfLink': 'str',
'spec': 'v1beta3_PodSpec', 'spec': 'V1beta3_PodSpec',
'status': 'v1beta3_PodStatus', 'status': 'V1beta3_PodStatus',
'uid': 'str' 'uid': 'str'
@ -150,11 +150,11 @@ class V1beta3_Pod(object):
#specification of the desired behavior of the pod; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status #specification of the desired behavior of the pod; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status
self.spec = None # v1beta3_PodSpec self.spec = None # V1beta3_PodSpec
#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 #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
self.status = None # v1beta3_PodStatus self.status = None # V1beta3_PodStatus
#unique UUID across space and time; populated by the system; read-only #unique UUID across space and time; populated by the system; read-only

View File

@ -31,7 +31,7 @@ class V1beta3_PodList(object):
'apiVersion': 'str', 'apiVersion': 'str',
'items': 'list[v1beta3_Pod]', 'items': 'list[V1beta3_Pod]',
'kind': 'str', 'kind': 'str',
@ -65,7 +65,7 @@ class V1beta3_PodList(object):
#list of pods #list of pods
self.items = None # list[v1beta3_Pod] self.items = None # list[V1beta3_Pod]
#kind of object, in CamelCase; cannot be updated #kind of object, in CamelCase; cannot be updated

View File

@ -28,7 +28,7 @@ class V1beta3_PodSpec(object):
""" """
self.swaggerTypes = { self.swaggerTypes = {
'containers': 'list[v1beta3_Container]', 'containers': 'list[V1beta3_Container]',
'dnsPolicy': 'str', 'dnsPolicy': 'str',
@ -46,7 +46,7 @@ class V1beta3_PodSpec(object):
'restartPolicy': 'str', 'restartPolicy': 'str',
'volumes': 'list[v1beta3_Volume]' 'volumes': 'list[V1beta3_Volume]'
} }
@ -71,7 +71,7 @@ class V1beta3_PodSpec(object):
#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 #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
self.containers = None # list[v1beta3_Container] self.containers = None # list[V1beta3_Container]
#DNS policy for containers within the pod; one of 'ClusterFirst' or 'Default' #DNS policy for containers within the pod; one of 'ClusterFirst' or 'Default'
@ -95,5 +95,5 @@ class V1beta3_PodSpec(object):
#list of volumes that can be mounted by containers belonging to the pod #list of volumes that can be mounted by containers belonging to the pod
self.volumes = None # list[v1beta3_Volume] self.volumes = None # list[V1beta3_Volume]

View File

@ -28,10 +28,10 @@ class V1beta3_PodStatus(object):
""" """
self.swaggerTypes = { self.swaggerTypes = {
'Condition': 'list[v1beta3_PodCondition]', 'Condition': 'list[V1beta3_PodCondition]',
'containerStatuses': 'list[v1beta3_ContainerStatus]', 'containerStatuses': 'list[V1beta3_ContainerStatus]',
'hostIP': 'str', 'hostIP': 'str',
@ -66,11 +66,11 @@ class V1beta3_PodStatus(object):
#current service state of pod #current service state of pod
self.Condition = None # list[v1beta3_PodCondition] self.Condition = None # list[V1beta3_PodCondition]
#list of container statuses #list of container statuses
self.containerStatuses = None # list[v1beta3_ContainerStatus] self.containerStatuses = None # list[V1beta3_ContainerStatus]
#IP address of the host to which the pod is assigned; empty if not yet scheduled #IP address of the host to which the pod is assigned; empty if not yet scheduled

View File

@ -55,7 +55,7 @@ class V1beta3_PodTemplateSpec(object):
'selfLink': 'str', 'selfLink': 'str',
'spec': 'v1beta3_PodSpec', 'spec': 'V1beta3_PodSpec',
'uid': 'str' 'uid': 'str'
@ -127,7 +127,7 @@ class V1beta3_PodTemplateSpec(object):
#specification of the desired behavior of the pod; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status #specification of the desired behavior of the pod; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status
self.spec = None # v1beta3_PodSpec self.spec = None # V1beta3_PodSpec
#unique UUID across space and time; populated by the system; read-only #unique UUID across space and time; populated by the system; read-only

View File

@ -28,16 +28,16 @@ class V1beta3_Probe(object):
""" """
self.swaggerTypes = { self.swaggerTypes = {
'exect': 'v1beta3_ExecAction', 'exect': 'V1beta3_ExecAction',
'httpGet': 'v1beta3_HTTPGetAction', 'httpGet': 'V1beta3_HTTPGetAction',
'initialDelaySeconds': 'long', 'initialDelaySeconds': 'long',
'tcpSocket': 'v1beta3_TCPSocketAction', 'tcpSocket': 'V1beta3_TCPSocketAction',
'timeoutSeconds': 'long' 'timeoutSeconds': 'long'
@ -61,11 +61,11 @@ class V1beta3_Probe(object):
#exec-based handler #exec-based handler
self.exect = None # v1beta3_ExecAction self.exect = None # V1beta3_ExecAction
#HTTP-based handler #HTTP-based handler
self.httpGet = None # v1beta3_HTTPGetAction self.httpGet = None # V1beta3_HTTPGetAction
#number of seconds after the container has started before liveness probes are initiated #number of seconds after the container has started before liveness probes are initiated
@ -73,7 +73,7 @@ class V1beta3_Probe(object):
#TCP-based handler; TCP hooks not yet supported #TCP-based handler; TCP hooks not yet supported
self.tcpSocket = None # v1beta3_TCPSocketAction self.tcpSocket = None # V1beta3_TCPSocketAction
#number of seconds after which liveness probes timeout; defaults to 1 second #number of seconds after which liveness probes timeout; defaults to 1 second

View File

@ -61,10 +61,10 @@ class V1beta3_ReplicationController(object):
'selfLink': 'str', 'selfLink': 'str',
'spec': 'v1beta3_ReplicationControllerSpec', 'spec': 'V1beta3_ReplicationControllerSpec',
'status': 'v1beta3_ReplicationControllerStatus', 'status': 'V1beta3_ReplicationControllerStatus',
'uid': 'str' 'uid': 'str'
@ -150,11 +150,11 @@ class V1beta3_ReplicationController(object):
#specification of the desired behavior of the replication controller; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status #specification of the desired behavior of the replication controller; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status
self.spec = None # v1beta3_ReplicationControllerSpec self.spec = None # V1beta3_ReplicationControllerSpec
#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 #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
self.status = None # v1beta3_ReplicationControllerStatus self.status = None # V1beta3_ReplicationControllerStatus
#unique UUID across space and time; populated by the system; read-only #unique UUID across space and time; populated by the system; read-only

View File

@ -31,7 +31,7 @@ class V1beta3_ReplicationControllerList(object):
'apiVersion': 'str', 'apiVersion': 'str',
'items': 'list[v1beta3_ReplicationController]', 'items': 'list[V1beta3_ReplicationController]',
'kind': 'str', 'kind': 'str',
@ -65,7 +65,7 @@ class V1beta3_ReplicationControllerList(object):
#list of replication controllers #list of replication controllers
self.items = None # list[v1beta3_ReplicationController] self.items = None # list[V1beta3_ReplicationController]
#kind of object, in CamelCase; cannot be updated #kind of object, in CamelCase; cannot be updated

View File

@ -34,10 +34,10 @@ class V1beta3_ReplicationControllerSpec(object):
'selector': 'any', 'selector': 'any',
'template': 'v1beta3_PodTemplateSpec', 'template': 'V1beta3_PodTemplateSpec',
'templateRef': 'v1beta3_ObjectReference' 'templateRef': 'V1beta3_ObjectReference'
} }
@ -64,9 +64,9 @@ class V1beta3_ReplicationControllerSpec(object):
#object that describes the pod that will be created if insufficient replicas are detected; takes precendence over templateRef #object that describes the pod that will be created if insufficient replicas are detected; takes precendence over templateRef
self.template = None # v1beta3_PodTemplateSpec self.template = None # V1beta3_PodTemplateSpec
#reference to an object that describes the pod that will be created if insufficient replicas are detected #reference to an object that describes the pod that will be created if insufficient replicas are detected
self.templateRef = None # v1beta3_ObjectReference self.templateRef = None # V1beta3_ObjectReference

View File

@ -61,10 +61,10 @@ class V1beta3_ResourceQuota(object):
'selfLink': 'str', 'selfLink': 'str',
'spec': 'v1beta3_ResourceQuotaSpec', 'spec': 'V1beta3_ResourceQuotaSpec',
'status': 'v1beta3_ResourceQuotaStatus', 'status': 'V1beta3_ResourceQuotaStatus',
'uid': 'str' 'uid': 'str'
@ -150,11 +150,11 @@ class V1beta3_ResourceQuota(object):
#spec defines the desired quota; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status #spec defines the desired quota; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status
self.spec = None # v1beta3_ResourceQuotaSpec self.spec = None # V1beta3_ResourceQuotaSpec
#status defines the actual enforced quota and current usage; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status #status defines the actual enforced quota and current usage; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status
self.status = None # v1beta3_ResourceQuotaStatus self.status = None # V1beta3_ResourceQuotaStatus
#unique UUID across space and time; populated by the system; read-only #unique UUID across space and time; populated by the system; read-only

View File

@ -31,7 +31,7 @@ class V1beta3_ResourceQuotaList(object):
'apiVersion': 'str', 'apiVersion': 'str',
'items': 'list[v1beta3_ResourceQuota]', 'items': 'list[V1beta3_ResourceQuota]',
'kind': 'str', 'kind': 'str',
@ -65,7 +65,7 @@ class V1beta3_ResourceQuotaList(object):
#items is a list of ResourceQuota objects #items is a list of ResourceQuota objects
self.items = None # list[v1beta3_ResourceQuota] self.items = None # list[V1beta3_ResourceQuota]
#kind of object, in CamelCase; cannot be updated #kind of object, in CamelCase; cannot be updated

View File

@ -31,7 +31,7 @@ class V1beta3_SecretList(object):
'apiVersion': 'str', 'apiVersion': 'str',
'items': 'list[v1beta3_Secret]', 'items': 'list[V1beta3_Secret]',
'kind': 'str', 'kind': 'str',
@ -65,7 +65,7 @@ class V1beta3_SecretList(object):
#items is a list of secret objects #items is a list of secret objects
self.items = None # list[v1beta3_Secret] self.items = None # list[V1beta3_Secret]
#kind of object, in CamelCase; cannot be updated #kind of object, in CamelCase; cannot be updated

View File

@ -61,10 +61,10 @@ class V1beta3_Service(object):
'selfLink': 'str', 'selfLink': 'str',
'spec': 'v1beta3_ServiceSpec', 'spec': 'V1beta3_ServiceSpec',
'status': 'v1beta3_ServiceStatus', 'status': 'V1beta3_ServiceStatus',
'uid': 'str' 'uid': 'str'
@ -150,11 +150,11 @@ class V1beta3_Service(object):
#specification of the desired behavior of the service; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status #specification of the desired behavior of the service; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status
self.spec = None # v1beta3_ServiceSpec self.spec = None # V1beta3_ServiceSpec
#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 #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
self.status = None # v1beta3_ServiceStatus self.status = None # V1beta3_ServiceStatus
#unique UUID across space and time; populated by the system; read-only #unique UUID across space and time; populated by the system; read-only

View File

@ -31,7 +31,7 @@ class V1beta3_ServiceList(object):
'apiVersion': 'str', 'apiVersion': 'str',
'items': 'list[v1beta3_Service]', 'items': 'list[V1beta3_Service]',
'kind': 'str', 'kind': 'str',
@ -65,7 +65,7 @@ class V1beta3_ServiceList(object):
#list of services #list of services
self.items = None # list[v1beta3_Service] self.items = None # list[V1beta3_Service]
#kind of object, in CamelCase; cannot be updated #kind of object, in CamelCase; cannot be updated

View File

@ -34,7 +34,7 @@ class V1beta3_ServiceSpec(object):
'portalIP': 'str', 'portalIP': 'str',
'ports': 'list[v1beta3_ServicePort]', 'ports': 'list[V1beta3_ServicePort]',
'publicIPs': 'list[str]', 'publicIPs': 'list[str]',
@ -73,7 +73,7 @@ class V1beta3_ServiceSpec(object):
#ports exposed by the service #ports exposed by the service
self.ports = None # list[v1beta3_ServicePort] self.ports = None # list[V1beta3_ServicePort]
#externally visible IPs (e.g. load balancers) that should be proxied to this service #externally visible IPs (e.g. load balancers) that should be proxied to this service

View File

@ -28,28 +28,28 @@ class V1beta3_Volume(object):
""" """
self.swaggerTypes = { self.swaggerTypes = {
'emptyDir': 'v1beta3_EmptyDirVolumeSource', 'emptyDir': 'V1beta3_EmptyDirVolumeSource',
'gcePersistentDisk': 'v1beta3_GCEPersistentDiskVolumeSource', 'gcePersistentDisk': 'V1beta3_GCEPersistentDiskVolumeSource',
'gitRepo': 'v1beta3_GitRepoVolumeSource', 'gitRepo': 'V1beta3_GitRepoVolumeSource',
'hostPath': 'v1beta3_HostPathVolumeSource', 'hostPath': 'V1beta3_HostPathVolumeSource',
'iscsi': 'v1beta3_ISCSIVolumeSource', 'iscsi': 'V1beta3_ISCSIVolumeSource',
'name': 'str', 'name': 'str',
'nfs': 'v1beta3_NFSVolumeSource', 'nfs': 'V1beta3_NFSVolumeSource',
'secret': 'v1beta3_SecretVolumeSource' 'secret': 'V1beta3_SecretVolumeSource'
} }
@ -76,23 +76,23 @@ class V1beta3_Volume(object):
#temporary directory that shares a pod's lifetime #temporary directory that shares a pod's lifetime
self.emptyDir = None # v1beta3_EmptyDirVolumeSource self.emptyDir = None # V1beta3_EmptyDirVolumeSource
#GCE disk resource attached to the host machine on demand #GCE disk resource attached to the host machine on demand
self.gcePersistentDisk = None # v1beta3_GCEPersistentDiskVolumeSource self.gcePersistentDisk = None # V1beta3_GCEPersistentDiskVolumeSource
#git repository at a particular revision #git repository at a particular revision
self.gitRepo = None # v1beta3_GitRepoVolumeSource self.gitRepo = None # V1beta3_GitRepoVolumeSource
#pre-existing host file or directory; generally for privileged system daemons or other agents tied to the host #pre-existing host file or directory; generally for privileged system daemons or other agents tied to the host
self.hostPath = None # v1beta3_HostPathVolumeSource self.hostPath = None # V1beta3_HostPathVolumeSource
#iSCSI disk attached to host machine on demand #iSCSI disk attached to host machine on demand
self.iscsi = None # v1beta3_ISCSIVolumeSource self.iscsi = None # V1beta3_ISCSIVolumeSource
#volume name; must be a DNS_LABEL and unique within the pod #volume name; must be a DNS_LABEL and unique within the pod
@ -100,9 +100,9 @@ class V1beta3_Volume(object):
#NFS volume that will be mounted in the host machine #NFS volume that will be mounted in the host machine
self.nfs = None # v1beta3_NFSVolumeSource self.nfs = None # V1beta3_NFSVolumeSource
#secret to populate volume #secret to populate volume
self.secret = None # v1beta3_SecretVolumeSource self.secret = None # V1beta3_SecretVolumeSource