Add note about stability and tweak index docs
This commit is contained in:
24
sdk/python/pulumi_docker_build/image.py
generated
24
sdk/python/pulumi_docker_build/image.py
generated
@@ -616,16 +616,10 @@ class Image(pulumi.CustomResource):
|
||||
|
||||
## Stability
|
||||
|
||||
**This resource is experimental and subject to change.**
|
||||
**This resource is pre-1.0 and in public preview.**
|
||||
|
||||
API types are unstable. Subsequent releases _may_ require manual edits
|
||||
to your state file(s) in order to adopt API changes.
|
||||
|
||||
`retainOnDelete: true` is recommended with this resource until it is
|
||||
stable. This enables future API changes to be adopted more easily by renaming
|
||||
resources.
|
||||
|
||||
Only use this resource if you understand and accept the risks.
|
||||
We will strive to keep APIs and behavior as stable as possible, but we
|
||||
cannot guarantee stability until version 1.0.
|
||||
|
||||
## Migrating v3 and v4 Image resources
|
||||
|
||||
@@ -1053,16 +1047,10 @@ class Image(pulumi.CustomResource):
|
||||
|
||||
## Stability
|
||||
|
||||
**This resource is experimental and subject to change.**
|
||||
**This resource is pre-1.0 and in public preview.**
|
||||
|
||||
API types are unstable. Subsequent releases _may_ require manual edits
|
||||
to your state file(s) in order to adopt API changes.
|
||||
|
||||
`retainOnDelete: true` is recommended with this resource until it is
|
||||
stable. This enables future API changes to be adopted more easily by renaming
|
||||
resources.
|
||||
|
||||
Only use this resource if you understand and accept the risks.
|
||||
We will strive to keep APIs and behavior as stable as possible, but we
|
||||
cannot guarantee stability until version 1.0.
|
||||
|
||||
## Migrating v3 and v4 Image resources
|
||||
|
||||
|
||||
Reference in New Issue
Block a user