Home
last modified time | relevance | path

Searched refs:aws_elastic_block_store (Results 1 – 2 of 2) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/models/
H A Dv1_persistent_volume_spec.py98 aws_elastic_block_store=None, argument
165 if aws_elastic_block_store is not None:
166 self.aws_elastic_block_store = aws_elastic_block_store
250 def aws_elastic_block_store(self): member in V1PersistentVolumeSpec
262 @aws_elastic_block_store.setter
263 def aws_elastic_block_store(self, aws_elastic_block_store): argument
275 self._aws_elastic_block_store = aws_elastic_block_store
H A Dv1_volume.py95 aws_elastic_block_store=None, argument
159 if aws_elastic_block_store is not None:
160 self.aws_elastic_block_store = aws_elastic_block_store
218 def aws_elastic_block_store(self): member in V1Volume
230 @aws_elastic_block_store.setter
231 def aws_elastic_block_store(self, aws_elastic_block_store): member in V1Volume
243 self._aws_elastic_block_store = aws_elastic_block_store