Documentation ¶
Index ¶
- func GenerateCreateDeploymentInput(cr *svcapitypes.Deployment) *svcsdk.CreateDeploymentInput
- func GenerateDeleteDeploymentInput(cr *svcapitypes.Deployment) *svcsdk.DeleteDeploymentInput
- func GenerateDeployment(resp *svcsdk.Deployment) *svcapitypes.Deployment
- func GenerateGetDeploymentInput(cr *svcapitypes.Deployment) *svcsdk.GetDeploymentInput
- func GenerateUpdateDeploymentInput(cr *svcapitypes.Deployment) *svcsdk.UpdateDeploymentInput
- func IsNotFound(err error) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateDeploymentInput ¶
func GenerateCreateDeploymentInput(cr *svcapitypes.Deployment) *svcsdk.CreateDeploymentInput
GenerateCreateDeploymentInput returns a create input.
func GenerateDeleteDeploymentInput ¶
func GenerateDeleteDeploymentInput(cr *svcapitypes.Deployment) *svcsdk.DeleteDeploymentInput
GenerateDeleteDeploymentInput returns a deletion input.
func GenerateDeployment ¶
func GenerateDeployment(resp *svcsdk.Deployment) *svcapitypes.Deployment
GenerateDeployment returns the current state in the form of *svcapitypes.Deployment.
func GenerateGetDeploymentInput ¶
func GenerateGetDeploymentInput(cr *svcapitypes.Deployment) *svcsdk.GetDeploymentInput
GenerateGetDeploymentInput returns input for read operation.
func GenerateUpdateDeploymentInput ¶
func GenerateUpdateDeploymentInput(cr *svcapitypes.Deployment) *svcsdk.UpdateDeploymentInput
GenerateUpdateDeploymentInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.