Skip to content

Commit

Permalink
Add special case operations
Browse files Browse the repository at this point in the history
  • Loading branch information
dshebib committed Jun 5, 2024
1 parent 33f58b1 commit 3e4b4e1
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions gen-apidocs/config/v1_30/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,10 @@ operation_categories:
match: proxy${group}${version}PUT(Namespaced)?${resource}
- name: Replace Proxy Path
match: proxy${group}${version}PUT(Namespaced)?${resource}WithPath
- name: Patch Proxy
match: connect${group}${version}Patch(Namespaced)?${resource}Proxy
- name: Patch Proxy Path
match: connect${group}${version}Patch(Namespaced)?${resource}ProxyWithPath
- name: "Misc Operations"
default: true
operation_types:
Expand All @@ -330,21 +334,18 @@ operation_categories:
match: connect${group}${version}Get(Namespaced)?${resource}Attach
- name: Create Connect Attach
match: connect${group}${version}Post(Namespaced)?${resource}Attach
- name: Replace Namespace Finalize
match: replace${group}${version}(Namespaced)?${resource}Finalize
- name: Read Approval
match: read${group}${version}(Namespaced)?${resource}Approval
- name: Patch Approval
match: patch${group}${version}(Namespaced)?${resource}Approval
- name: Replace Approval
match: replace${group}${version}(Namespaced)?${resource}Approval

# List of *partial* operation IDs for matching. All matched operations are
# excluded from the reference doc.
excluded_operations:
- connectCoreV1Patch
- createCoreV1NamespacedPodBinding
- getCodeVersion
- logFileHandler
- logFileListHandler
- replaceCoreV1NamespaceFinalize
- V1beta1CertificateSigningRequestApproval
- V1CertificateSigningRequestApproval
- V1beta1NamespacedReplicationControllerDummyScale
- getServiceAccountIssuerOpenIDConfiguration
- getServiceAccountIssuerOpenIDKeyset

# Map from group name to its full name
group_full_names:
Expand Down

0 comments on commit 3e4b4e1

Please sign in to comment.