21 lines
618 B
YAML
21 lines
618 B
YAML
- release_tracks: [ALPHA, GA]
|
|
help_text:
|
|
brief: Show details about an EdgeCacheKeyset resource.
|
|
description: Show details about an EdgeCacheKeyset resource.
|
|
examples: |
|
|
To show details for an EdgeCacheKeyset resource named 'my-keyset', run:
|
|
|
|
$ {command} my-keyset
|
|
|
|
request:
|
|
collection: networkservices.projects.locations.edgeCacheKeysets
|
|
ALPHA:
|
|
api_version: v1alpha1
|
|
GA:
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The EdgeCacheKeyset resource you want to describe.
|
|
spec: !REF googlecloudsdk.command_lib.edge_cache.resources:edgeCacheKeyset
|