Skip to content

Commit

Permalink
Sync further changes from Vault
Browse files Browse the repository at this point in the history
  • Loading branch information
maxb committed Sep 1, 2023
1 parent 13bfaed commit 6663f46
Show file tree
Hide file tree
Showing 15 changed files with 654 additions and 9 deletions.
101 changes: 101 additions & 0 deletions api_system.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/PkiPatchIssuerResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Name | Type | Description | Notes
**KeyId** | Pointer to **string** | Key Id | [optional]
**LeafNotAfterBehavior** | Pointer to **string** | Leaf Not After Behavior | [optional]
**ManualChain** | Pointer to **[]string** | Manual Chain | [optional]
**OcspServers** | Pointer to **[]string** | OSCP Servers | [optional]
**OcspServers** | Pointer to **[]string** | OCSP Servers | [optional]
**RevocationSignatureAlgorithm** | Pointer to **string** | Revocation Signature Alogrithm | [optional]
**RevocationTime** | Pointer to **int32** | | [optional]
**RevocationTimeRfc3339** | Pointer to **string** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/PkiReadIssuerResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Name | Type | Description | Notes
**KeyId** | Pointer to **string** | Key Id | [optional]
**LeafNotAfterBehavior** | Pointer to **string** | Leaf Not After Behavior | [optional]
**ManualChain** | Pointer to **[]string** | Manual Chain | [optional]
**OcspServers** | Pointer to **[]string** | OSCP Servers | [optional]
**OcspServers** | Pointer to **[]string** | OCSP Servers | [optional]
**RevocationSignatureAlgorithm** | Pointer to **string** | Revocation Signature Alogrithm | [optional]
**RevocationTime** | Pointer to **int32** | | [optional]
**RevocationTimeRfc3339** | Pointer to **string** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/PkiWriteIssuerResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Name | Type | Description | Notes
**KeyId** | Pointer to **string** | Key Id | [optional]
**LeafNotAfterBehavior** | Pointer to **string** | Leaf Not After Behavior | [optional]
**ManualChain** | Pointer to **[]string** | Manual Chain | [optional]
**OcspServers** | Pointer to **[]string** | OSCP Servers | [optional]
**OcspServers** | Pointer to **[]string** | OCSP Servers | [optional]
**RevocationSignatureAlgorithm** | Pointer to **string** | Revocation Signature Alogrithm | [optional]
**RevocationTime** | Pointer to **int32** | | [optional]
**RevocationTimeRfc3339** | Pointer to **string** | | [optional]
Expand Down
16 changes: 16 additions & 0 deletions docs/PluginsRuntimesCatalogListPluginsRuntimesResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# PluginsRuntimesCatalogListPluginsRuntimesResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Runtimes** | Pointer to **[]map[string]interface{}** | List of all plugin runtimes in the catalog | [optional]





[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# PluginsRuntimesCatalogReadPluginRuntimeConfigurationResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CgroupParent** | Pointer to **string** | Optional parent cgroup for the container | [optional]
**CpuNanos** | Pointer to **int64** | The limit of runtime CPU in nanos | [optional]
**MemoryBytes** | Pointer to **int64** | The limit of runtime memory in bytes | [optional]
**Name** | Pointer to **string** | The name of the plugin runtime | [optional]
**OciRuntime** | Pointer to **string** | The OCI-compatible runtime (default \"runsc\") | [optional]
**Type** | Pointer to **string** | The type of the plugin runtime | [optional]





[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


19 changes: 19 additions & 0 deletions docs/PluginsRuntimesCatalogRegisterPluginRuntimeRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# PluginsRuntimesCatalogRegisterPluginRuntimeRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CgroupParent** | Pointer to **string** | Optional parent cgroup for the container | [optional]
**CpuNanos** | Pointer to **int64** | The limit of runtime CPU in nanos | [optional]
**MemoryBytes** | Pointer to **int64** | The limit of runtime memory in bytes | [optional]
**OciRuntime** | Pointer to **string** | The OCI-compatible runtime (default \"runsc\") | [optional]





[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading

0 comments on commit 6663f46

Please sign in to comment.