Home
last modified time | relevance | path

Searched refs:updated_replicas (Results 1 – 10 of 10) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/models/
H A Dv1beta2_deployment_status.py60 updated_replicas=None): argument
89 if updated_replicas is not None:
90 self.updated_replicas = updated_replicas
275 def updated_replicas(self): member in V1beta2DeploymentStatus
286 @updated_replicas.setter
287 def updated_replicas(self, updated_replicas): member in V1beta2DeploymentStatus
298 self._updated_replicas = updated_replicas
H A Dapps_v1beta1_deployment_status.py60 updated_replicas=None): argument
89 if updated_replicas is not None:
90 self.updated_replicas = updated_replicas
275 def updated_replicas(self): member in AppsV1beta1DeploymentStatus
286 @updated_replicas.setter
287 def updated_replicas(self, updated_replicas): argument
298 self._updated_replicas = updated_replicas
H A Dextensions_v1beta1_deployment_status.py60 updated_replicas=None): argument
89 if updated_replicas is not None:
90 self.updated_replicas = updated_replicas
279 def updated_replicas(self): member in ExtensionsV1beta1DeploymentStatus
290 @updated_replicas.setter
291 def updated_replicas(self, updated_replicas): argument
302 self._updated_replicas = updated_replicas
H A Dv1_deployment_status.py60 updated_replicas=None): argument
89 if updated_replicas is not None:
90 self.updated_replicas = updated_replicas
273 def updated_replicas(self): member in V1DeploymentStatus
284 @updated_replicas.setter
285 def updated_replicas(self, updated_replicas): member in V1DeploymentStatus
296 self._updated_replicas = updated_replicas
H A Dv1_stateful_set_status.py63 updated_replicas=None): argument
94 if updated_replicas is not None:
95 self.updated_replicas = updated_replicas
309 def updated_replicas(self): member in V1StatefulSetStatus
320 @updated_replicas.setter
321 def updated_replicas(self, updated_replicas): member in V1StatefulSetStatus
332 self._updated_replicas = updated_replicas
H A Dv1beta1_stateful_set_status.py63 updated_replicas=None): argument
94 if updated_replicas is not None:
95 self.updated_replicas = updated_replicas
312 def updated_replicas(self): member in V1beta1StatefulSetStatus
323 @updated_replicas.setter
324 def updated_replicas(self, updated_replicas): argument
335 self._updated_replicas = updated_replicas
H A Dv1beta2_stateful_set_status.py63 updated_replicas=None): argument
94 if updated_replicas is not None:
95 self.updated_replicas = updated_replicas
312 def updated_replicas(self): member in V1beta2StatefulSetStatus
323 @updated_replicas.setter
324 def updated_replicas(self, updated_replicas): member in V1beta2StatefulSetStatus
335 self._updated_replicas = updated_replicas
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/container/hub/
H A Dkube_util.py708 updated_replicas, err = self.kube_client.GetResourceField(
717 if updated_replicas < spec_replicas:
720 if status_replicas > updated_replicas:
723 if available_replicas < updated_replicas:
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/
H A Drepository_store.go173 WITH updated_replicas AS (
196 FROM updated_replicas
208 EXISTS ( SELECT FROM updated_replicas ) AS repository_updated
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/
H A Drepository_store.go173 WITH updated_replicas AS (
196 FROM updated_replicas
208 EXISTS ( SELECT FROM updated_replicas ) AS repository_updated