Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 751 for mydeployment (0.16 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta1.Deployment.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.Deployment.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.Deployment.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.Deployment.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.Deployment.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.Deployment.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  7. cluster/addons/volumesnapshots/volume-snapshot-controller/volume-snapshot-controller-deployment.yaml

    Humble Chirammal <******@****.***> 1716623235 +0530
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 07:47:15 UTC 2024
    - 758 bytes
    - Viewed (0)
  8. pkg/controller/deployment/util/deployment_util.go

    func SetFromReplicaSetTemplate(deployment *apps.Deployment, template v1.PodTemplateSpec) *apps.Deployment {
    	deployment.Spec.Template.ObjectMeta = template.ObjectMeta
    	deployment.Spec.Template.Spec = template.Spec
    	deployment.Spec.Template.ObjectMeta.Labels = labelsutil.CloneAndRemoveLabel(
    		deployment.Spec.Template.ObjectMeta.Labels,
    		apps.DefaultDeploymentUniqueLabelKey)
    	return deployment
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 07:09:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  9. operator/pkg/verifier/k8s_util.go

    			deployment.Name, deployment.Status.UpdatedReplicas, *deployment.Spec.Replicas)
    	}
    	if deployment.Status.Replicas > deployment.Status.UpdatedReplicas {
    		return fmt.Errorf("waiting for deployment %q rollout to finish: %d old replicas are pending termination",
    			deployment.Name, deployment.Status.Replicas-deployment.Status.UpdatedReplicas)
    	}
    	if deployment.Status.AvailableReplicas < deployment.Status.UpdatedReplicas {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 28 16:26:13 UTC 2023
    - 4K bytes
    - Viewed (0)
  10. platforms/jvm/plugins-application/src/main/java/org/gradle/internal/deployment/JavaApplicationHandle.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.deployment;
    
    import org.gradle.deployment.internal.Deployment;
    import org.gradle.deployment.internal.DeploymentHandle;
    import org.gradle.process.internal.ExecHandle;
    import org.gradle.process.internal.ExecHandleState;
    import org.gradle.process.internal.JavaExecHandleBuilder;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 1.5K bytes
    - Viewed (0)
Back to top