Home
last modified time | relevance | path

Searched defs:ReplicaSet (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/dds/
H A Dstruct_replica_set.go19 type ReplicaSet struct { struct
20 VPCCloudInstanceId string `json:"VPCCloudInstanceId" xml:"VPCCloudInstanceId"`
21 ConnectionPort string `json:"ConnectionPort" xml:"ConnectionPort"`
22 RoleId string `json:"RoleId" xml:"RoleId"`
23 ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"`
24 VPCId string `json:"VPCId" xml:"VPCId"`
25 VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
26 ConnectionDomain string `json:"ConnectionDomain" xml:"ConnectionDomain"`
27 ReplicaSetRole string `json:"ReplicaSetRole" xml:"ReplicaSetRole"`
28 NetworkType string `json:"NetworkType" xml:"NetworkType"`
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/dds/
H A Dstruct_replica_set.go19 type ReplicaSet struct { struct
20 VPCCloudInstanceId string `json:"VPCCloudInstanceId" xml:"VPCCloudInstanceId"`
21 ConnectionPort string `json:"ConnectionPort" xml:"ConnectionPort"`
22 RoleId string `json:"RoleId" xml:"RoleId"`
23 ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"`
24 VPCId string `json:"VPCId" xml:"VPCId"`
25 VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
26 ReplicaSetRole string `json:"ReplicaSetRole" xml:"ReplicaSetRole"`
27 ConnectionDomain string `json:"ConnectionDomain" xml:"ConnectionDomain"`
28 NetworkType string `json:"NetworkType" xml:"NetworkType"`
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/dds/
H A Dstruct_replica_set.go19 type ReplicaSet struct { struct
20 VPCCloudInstanceId string `json:"VPCCloudInstanceId" xml:"VPCCloudInstanceId"`
21 ConnectionPort string `json:"ConnectionPort" xml:"ConnectionPort"`
22 RoleId string `json:"RoleId" xml:"RoleId"`
23 ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"`
24 VPCId string `json:"VPCId" xml:"VPCId"`
25 VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
26 ReplicaSetRole string `json:"ReplicaSetRole" xml:"ReplicaSetRole"`
27 ConnectionDomain string `json:"ConnectionDomain" xml:"ConnectionDomain"`
28 NetworkType string `json:"NetworkType" xml:"NetworkType"`
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/deployment/
H A Dsync.go37 func (dc *DeploymentController) syncStatusOnly(d *apps.Deployment, rsList []*apps.ReplicaSet) error…
49 func (dc *DeploymentController) sync(d *apps.Deployment, rsList []*apps.ReplicaSet) error {
116 …ontroller) getAllReplicaSetsAndSyncRevision(d *apps.Deployment, rsList []*apps.ReplicaSet, createI…
138 …loymentController) getNewReplicaSet(d *apps.Deployment, rsList, oldRSs []*apps.ReplicaSet, createI…
298 …ymentController) scale(deployment *apps.Deployment, newRS *apps.ReplicaSet, oldRSs []*apps.Replica…
396 func (dc *DeploymentController) scaleReplicaSetAndRecordEvent(rs *apps.ReplicaSet, newScale int32, …
411 func (dc *DeploymentController) scaleReplicaSet(rs *apps.ReplicaSet, newScale int32, deployment *ap…
435 func (dc *DeploymentController) cleanupDeployment(oldRSs []*apps.ReplicaSet, deployment *apps.Deplo…
472 …unc (dc *DeploymentController) syncDeploymentStatus(allRSs []*apps.ReplicaSet, newRS *apps.Replica…
486 func calculateStatus(allRSs []*apps.ReplicaSet, newRS *apps.ReplicaSet, deployment *apps.Deployment…
[all …]
H A Drolling.go31 func (dc *DeploymentController) rolloutRolling(d *apps.Deployment, rsList []*apps.ReplicaSet) error…
68 …c (dc *DeploymentController) reconcileNewReplicaSet(allRSs []*apps.ReplicaSet, newRS *apps.Replica…
86 …ntController) reconcileOldReplicaSets(allRSs []*apps.ReplicaSet, oldRSs []*apps.ReplicaSet, newRS …
155 func (dc *DeploymentController) cleanupUnhealthyReplicas(oldRSs []*apps.ReplicaSet, deployment *app…
192 …ntroller) scaleDownOldReplicaSetsForRollingUpdate(allRSs []*apps.ReplicaSet, oldRSs []*apps.Replic…
H A Drecreate.go28 func (dc *DeploymentController) rolloutRecreate(d *apps.Deployment, rsList []*apps.ReplicaSet, podM…
77 func (dc *DeploymentController) scaleDownOldReplicaSetsForRecreate(oldRSs []*apps.ReplicaSet, deplo…
98 func oldPodsRunning(newRS *apps.ReplicaSet, oldRSs []*apps.ReplicaSet, podMap map[types.UID][]*v1.P…
128 func (dc *DeploymentController) scaleUpNewReplicaSetForRecreate(newRS *apps.ReplicaSet, deployment …
H A Dprogress.go37 func (dc *DeploymentController) syncRolloutStatus(allRSs []*apps.ReplicaSet, newRS *apps.ReplicaSet
123 func (dc *DeploymentController) getReplicaFailures(allRSs []*apps.ReplicaSet, newRS *apps.ReplicaSe…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/deployment/util/
H A Ddeployment_util.go187 func MaxRevision(allRSs []*apps.ReplicaSet) int64 {
201 func LastRevision(allRSs []*apps.ReplicaSet) int64 {
355 func FindActiveOrLatest(newRS *apps.ReplicaSet, oldRSs []*apps.ReplicaSet) *apps.ReplicaSet {
378 func GetDesiredReplicasAnnotation(rs *apps.ReplicaSet) (int32, bool) {
382 func getMaxReplicasAnnotation(rs *apps.ReplicaSet) (int32, bool) {
490 func getReplicaSetFraction(rs apps.ReplicaSet, d apps.Deployment) int32 {
690 func GetReplicaCountForReplicaSets(replicaSets []*apps.ReplicaSet) int32 {
701 func GetActualReplicaCountForReplicaSets(replicaSets []*apps.ReplicaSet) int32 {
712 func GetReadyReplicaCountForReplicaSets(replicaSets []*apps.ReplicaSet) int32 {
816 func NewRSNewReplicas(deployment *apps.Deployment, allRSs []*apps.ReplicaSet, newRS *apps.ReplicaSe…
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/apis/example2/v1/
H A Dtypes.go26 type ReplicaSet struct { struct
27 metav1.TypeMeta `json:",inline"`
33 metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
38 Spec ReplicaSetSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
46 Status ReplicaSetStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
H A Dzz_generated.conversion.go70 func autoConvert_v1_ReplicaSet_To_example_ReplicaSet(in *ReplicaSet, out *example.ReplicaSet, s con…
82 func Convert_v1_ReplicaSet_To_example_ReplicaSet(in *ReplicaSet, out *example.ReplicaSet, s convers…
86 func autoConvert_example_ReplicaSet_To_v1_ReplicaSet(in *example.ReplicaSet, out *ReplicaSet, s con…
98 func Convert_example_ReplicaSet_To_v1_ReplicaSet(in *example.ReplicaSet, out *ReplicaSet, s convers…
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/apis/example2/v1/
H A Dtypes.go26 type ReplicaSet struct { struct
27 metav1.TypeMeta `json:",inline"`
33 metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
38 Spec ReplicaSetSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
46 Status ReplicaSetStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
H A Dzz_generated.conversion.go70 func autoConvert_v1_ReplicaSet_To_example_ReplicaSet(in *ReplicaSet, out *example.ReplicaSet, s con…
82 func Convert_v1_ReplicaSet_To_example_ReplicaSet(in *ReplicaSet, out *example.ReplicaSet, s convers…
86 func autoConvert_example_ReplicaSet_To_v1_ReplicaSet(in *example.ReplicaSet, out *ReplicaSet, s con…
98 func Convert_example_ReplicaSet_To_v1_ReplicaSet(in *example.ReplicaSet, out *ReplicaSet, s convers…
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/listers/apps/v1/
H A Ddeployment_expansion.go30 GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, error)
41 func (s *deploymentLister) GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, er…
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/listers/apps/v1beta2/
H A Ddeployment_expansion.go30 GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, error)
41 func (s *deploymentLister) GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, er…
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/listers/extensions/v1beta1/
H A Ddeployment_expansion.go30 GetDeploymentsForReplicaSet(rs *extensions.ReplicaSet) ([]*extensions.Deployment, error)
41 func (s *deploymentLister) GetDeploymentsForReplicaSet(rs *extensions.ReplicaSet) ([]*extensions.De…
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/client-go/listers/apps/v1/
H A Ddeployment_expansion.go30 GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, error)
41 func (s *deploymentLister) GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, er…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/client-go/client-go-12.0.0/listers/apps/v1/
H A Ddeployment_expansion.go30 GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, error)
41 func (s *deploymentLister) GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, er…
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/client-go/listers/apps/v1beta2/
H A Ddeployment_expansion.go30 GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, error)
41 func (s *deploymentLister) GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, er…
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/client-go/listers/extensions/v1beta1/
H A Ddeployment_expansion.go30 GetDeploymentsForReplicaSet(rs *extensions.ReplicaSet) ([]*extensions.Deployment, error)
41 func (s *deploymentLister) GetDeploymentsForReplicaSet(rs *extensions.ReplicaSet) ([]*extensions.De…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/client-go/client-go-12.0.0/listers/apps/v1beta2/
H A Ddeployment_expansion.go30 GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, error)
41 func (s *deploymentLister) GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, er…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/client-go/client-go-12.0.0/listers/extensions/v1beta1/
H A Ddeployment_expansion.go30 GetDeploymentsForReplicaSet(rs *extensions.ReplicaSet) ([]*extensions.Deployment, error)
41 func (s *deploymentLister) GetDeploymentsForReplicaSet(rs *extensions.ReplicaSet) ([]*extensions.De…
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/client-go/listers/apps/v1beta2/
H A Ddeployment_expansion.go30 GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, error)
41 func (s *deploymentLister) GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, er…
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/client-go/listers/extensions/v1beta1/
H A Ddeployment_expansion.go30 GetDeploymentsForReplicaSet(rs *extensions.ReplicaSet) ([]*extensions.Deployment, error)
41 func (s *deploymentLister) GetDeploymentsForReplicaSet(rs *extensions.ReplicaSet) ([]*extensions.De…
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/client-go/listers/apps/v1/
H A Ddeployment_expansion.go30 GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, error)
41 func (s *deploymentLister) GetDeploymentsForReplicaSet(rs *apps.ReplicaSet) ([]*apps.Deployment, er…
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/k8s.io/client-go/listers/extensions/v1beta1/
H A Ddeployment_expansion.go30 GetDeploymentsForReplicaSet(rs *extensions.ReplicaSet) ([]*extensions.Deployment, error)
41 func (s *deploymentLister) GetDeploymentsForReplicaSet(rs *extensions.ReplicaSet) ([]*extensions.De…

12345678910>>...26