18 lines
614 B
YAML
18 lines
614 B
YAML
- release_tracks: [ALPHA, GA]
|
|
|
|
help_text:
|
|
brief: Describe Anthos Config Controller operations.
|
|
description: Describe an Anthos Config Controller operation.
|
|
examples: |
|
|
To describe an Anthos Config Controller operation named my-operation in the location ``us-central1'', run:
|
|
|
|
$ {command} my-operation --location=us-central1
|
|
|
|
request:
|
|
collection: krmapihosting.projects.locations.operations
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The identifier for an Anthos Config Controller operation.
|
|
spec: !REF googlecloudsdk.command_lib.anthos.config.controller.resources:operation
|