OBJECT
KubernetesKindMutateContainerApp
Mutator for ContainerApp
link GraphQL Schema definition
- type KubernetesKindMutateContainerApp {
- # Arguments
- # dryRun: Submit request without persisting the resource
- # json: Raw JSON input as expected by KRM API
- # resource: GraphQL resource type definition
- # yaml: Raw YAML input as expected by KRM API
- (
- Boolean, :
- JSON, :
- KubernetesKindContainerAppInput, :
- String :
- ): KubernetesKindContainerApp
- # Arguments
- # dryRun: Submit request without persisting the resource
- # json: Raw JSON input as expected by KRM API
- # resource: GraphQL resource type definition
- # yaml: Raw YAML input as expected by KRM API
- (
- Boolean, :
- JSON, :
- KubernetesKindContainerAppInput, :
- String :
- ): KubernetesMutateDeleteResponse
- # Creates or updates an environment variable for a container app
- #
- # Arguments
- # containerAppName: Name of the container app whose variables
- # will be modified
- # vars: List of environment variables to be created, updated, or
- # deleted. Variables with values equal to null will be deleted.
- String!, : [TagInput]!): KubernetesKindContainerApp! ( :
- # Arguments
- # dryRun: Submit request without persisting the resource
- # json: Raw JSON input as expected by KRM API
- # name: Name of the resource that is being updated
- # patchType: The type of the patch being provided
- # resource: GraphQL resource type definition
- # yaml: Raw YAML input as expected by KRM API
- (
- Boolean, :
- JSON, :
- String!, :
- KubernetesPatchType!, :
- KubernetesKindContainerAppInput, :
- String :
- ): KubernetesKindContainerApp
- # Arguments
- # dryRun: Submit request without persisting the resource
- # json: Raw JSON input as expected by KRM API
- # resource: GraphQL resource type definition
- # yaml: Raw YAML input as expected by KRM API
- (
- Boolean, :
- JSON, :
- KubernetesKindContainerAppInput, :
- String :
- ): KubernetesKindContainerApp
- # Arguments
- # dryRun: Submit request without persisting the resource
- # json: Raw JSON input as expected by KRM API
- # resource: GraphQL resource type definition
- # yaml: Raw YAML input as expected by KRM API
- (
- Boolean, :
- JSON, :
- KubernetesKindContainerAppInput, :
- String :
- ): KubernetesKindContainerApp
- }