OBJECT

KubernetesKindMutateRole

Mutator for Role

link GraphQL Schema definition

  • type KubernetesKindMutateRole {
  • # 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
  • create(
  • dryRun: Boolean,
  • json: JSON,
  • resource: KubernetesKindRoleInput,
  • yaml: String
  • ): KubernetesKindRole
  • # 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
  • delete(
  • dryRun: Boolean,
  • json: JSON,
  • resource: KubernetesKindRoleInput,
  • yaml: String
  • ): KubernetesMutateDeleteResponse
  • # 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
  • patch(
  • dryRun: Boolean,
  • json: JSON,
  • name: String!,
  • patchType: KubernetesPatchType!,
  • resource: KubernetesKindRoleInput,
  • yaml: String
  • ): KubernetesKindRole
  • # 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
  • update(
  • dryRun: Boolean,
  • json: JSON,
  • resource: KubernetesKindRoleInput,
  • yaml: String
  • ): KubernetesKindRole
  • # 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
  • upsert(
  • dryRun: Boolean,
  • json: JSON,
  • resource: KubernetesKindRoleInput,
  • yaml: String
  • ): KubernetesKindRole
  • }