Class Deployment


  • @Deprecated
    public class Deployment
    extends com.pulumi.resources.CustomResource
    Deprecated.
    apps/v1beta1/Deployment is deprecated by apps/v1/Deployment and not supported by Kubernetes v1.16+ clusters.
    Deployment enables declarative updates for Pods and ReplicaSets. This resource waits until its status is ready before registering success for create/update, and populating output properties from the current state of the resource. The following conditions are used to determine whether the resource creation has succeeded or failed: 1. The Deployment has begun to be updated by the Deployment controller. If the current generation of the Deployment is > 1, then this means that the current generation must be different from the generation reported by the last outputs. 2. There exists a ReplicaSet whose revision is equal to the current revision of the Deployment. 3. The Deployment's '.status.conditions' has a status of type 'Available' whose 'status' member is set to 'True'. 4. If the Deployment has generation > 1, then '.status.conditions' has a status of type 'Progressing', whose 'status' member is set to 'True', and whose 'reason' is 'NewReplicaSetAvailable'. For generation <= 1, this status field does not exist, because it doesn't do a rollout (i.e., it simply creates the Deployment and corresponding ReplicaSet), and therefore there is no rollout to mark as 'Progressing'. If the Deployment has not reached a Ready state after 10 minutes, it will time out and mark the resource update as Failed. You can override the default timeout value by setting the 'customTimeouts' option on the resource.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.pulumi.resources.CustomResource

        com.pulumi.resources.CustomResource.CustomResourceInternal
      • Nested classes/interfaces inherited from class com.pulumi.resources.Resource

        com.pulumi.resources.Resource.LazyField<T extends java.lang.Object>, com.pulumi.resources.Resource.LazyFields, com.pulumi.resources.Resource.ResourceInternal
    • Field Summary

      • Fields inherited from class com.pulumi.resources.Resource

        childResources, remote
    • Constructor Summary

      Constructors 
      Constructor Description
      Deployment​(java.lang.String name)
      Deprecated.
       
      Deployment​(java.lang.String name, DeploymentArgs args)
      Deprecated.
       
      Deployment​(java.lang.String name, DeploymentArgs args, com.pulumi.resources.CustomResourceOptions options)
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      com.pulumi.core.Output<java.lang.String> apiVersion()
      Deprecated.
       
      static Deployment get​(java.lang.String name, com.pulumi.core.Output<java.lang.String> id, com.pulumi.resources.CustomResourceOptions options)
      Deprecated.
      Get an existing Host resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
      com.pulumi.core.Output<java.lang.String> kind()
      Deprecated.
       
      com.pulumi.core.Output<ObjectMeta> metadata()
      Deprecated.
       
      com.pulumi.core.Output<DeploymentSpec> spec()
      Deprecated.
       
      com.pulumi.core.Output<java.util.Optional<DeploymentStatus>> status()
      Deprecated.
       
      • Methods inherited from class com.pulumi.resources.CustomResource

        getId, id, idFuture
      • Methods inherited from class com.pulumi.resources.Resource

        getChildResources, getResourceName, getResourceType, getUrn, pulumiChildResources, pulumiResourceName, pulumiResourceType, urn
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Deployment

        public Deployment​(java.lang.String name)
        Deprecated.
        Parameters:
        name - The _unique_ name of the resulting resource.
      • Deployment

        public Deployment​(java.lang.String name,
                          @Nullable
                          DeploymentArgs args)
        Deprecated.
        Parameters:
        name - The _unique_ name of the resulting resource.
        args - The arguments to use to populate this resource's properties.
      • Deployment

        public Deployment​(java.lang.String name,
                          @Nullable
                          DeploymentArgs args,
                          @Nullable
                          com.pulumi.resources.CustomResourceOptions options)
        Deprecated.
        Parameters:
        name - The _unique_ name of the resulting resource.
        args - The arguments to use to populate this resource's properties.
        options - A bag of options that control this resource's behavior.
    • Method Detail

      • apiVersion

        public com.pulumi.core.Output<java.lang.String> apiVersion()
        Deprecated.
        Returns:
        APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
      • kind

        public com.pulumi.core.Output<java.lang.String> kind()
        Deprecated.
        Returns:
        Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      • metadata

        public com.pulumi.core.Output<ObjectMeta> metadata()
        Deprecated.
        Returns:
        Standard object metadata.
      • spec

        public com.pulumi.core.Output<DeploymentSpec> spec()
        Deprecated.
        Returns:
        Specification of the desired behavior of the Deployment.
      • status

        public com.pulumi.core.Output<java.util.Optional<DeploymentStatus>> status()
        Deprecated.
        Returns:
        Most recently observed status of the Deployment.
      • get

        public static Deployment get​(java.lang.String name,
                                     com.pulumi.core.Output<java.lang.String> id,
                                     @Nullable
                                     com.pulumi.resources.CustomResourceOptions options)
        Deprecated.
        Get an existing Host resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
        Parameters:
        name - The _unique_ name of the resulting resource.
        id - The _unique_ provider ID of the resource to lookup.
        options - Optional settings to control the behavior of the CustomResource.