diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7445afb5..0e3d73b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,10 @@
+## 0.25.0
+* Renamed `upstream_proto` to `upstream_protocol` for `endpoint` resources
## 0.24.0
* Added support for Cloud Endpoints (currently in private beta).
+* Renamed `principal_id` to `principal` for `endpoint` resources
## 0.23.0
* Renamed the Policy Module to the Traffic Policy Module on HTTP Edge Routes, TCP Edges, and TLS Edges, which allows you to configure rules that can be used to influence and control traffic to and from your upstream service. The Traffic Policy itself is now specified as either a JSON or YAML string.
diff --git a/doc/NgrokAPI.html b/doc/NgrokAPI.html
index 7c3522f4..0e461155 100644
--- a/doc/NgrokAPI.html
+++ b/doc/NgrokAPI.html
@@ -79,7 +79,7 @@
An IP restriction is a restriction placed on the CIDRs that are allowed to initiate traffic to a specific aspect of your ngrok account.
+
+
+
+
-221
-222
-223
-224
-225
-226
-227
-228
-229
-230
+231
+232
+233
+234
+235
+236
+237
+238
+239
+240
- # File 'lib/ngrokapi/client.rb', line 221
+ # File 'lib/ngrokapi/client.rb', line 231
def backends
ns = OpenStruct . new
@@ -1228,16 +1252,6 @@
-242
-243
-244
-245
-246
-247
-248
-249
-250
-251
252
253
254
@@ -1255,10 +1269,20 @@
266
267
268
-269
+269
+270
+271
+272
+273
+274
+275
+276
+277
+278
+279
- # File 'lib/ngrokapi/client.rb', line 242
+ # File 'lib/ngrokapi/client.rb', line 252
def edge_modules
ns = OpenStruct . new
@@ -1308,18 +1332,18 @@
-232
-233
-234
-235
-236
-237
-238
-239
-240
+242
+243
+244
+245
+246
+247
+248
+249
+250
- # File 'lib/ngrokapi/client.rb', line 232
+ # File 'lib/ngrokapi/client.rb', line 242
def edges
ns = OpenStruct . new
@@ -1642,9 +1666,9 @@
-
+
- #reserved_addrs ⇒ NgrokAPI::Services::ReservedAddrsClient
+ #kubernetes_operators ⇒ NgrokAPI::Services::KubernetesOperatorsClient
@@ -1653,7 +1677,7 @@
+
+
+
+
+
+
Reserved Addresses are TCP addresses that can be used to listen for traffic. TCP address hostnames and ports are assigned by ngrok, they cannot be chosen.
+
+
+
+
+
+
+
+
+
+
+157
+158
+159
+
+
+ # File 'lib/ngrokapi/client.rb', line 157
+
def reserved_addrs
@_reserved_addrs ||= NgrokAPI :: Services :: ReservedAddrsClient . new ( client: @client )
end
@@ -1734,12 +1812,12 @@
-158
-159
-160
+168
+169
+170
- # File 'lib/ngrokapi/client.rb', line 158
+ # File 'lib/ngrokapi/client.rb', line 168
def reserved_domains
@_reserved_domains ||= NgrokAPI :: Services :: ReservedDomainsClient . new ( client: @client )
@@ -1788,12 +1866,12 @@
-167
-168
-169
+177
+178
+179
- # File 'lib/ngrokapi/client.rb', line 167
+ # File 'lib/ngrokapi/client.rb', line 177
def ssh_certificate_authorities
@_ssh_certificate_authorities ||= NgrokAPI :: Services :: SSHCertificateAuthoritiesClient . new ( client: @client )
@@ -1842,12 +1920,12 @@
-176
-177
-178
+186
+187
+188
- # File 'lib/ngrokapi/client.rb', line 176
+ # File 'lib/ngrokapi/client.rb', line 186
def ssh_credentials
@_ssh_credentials ||= NgrokAPI :: Services :: SSHCredentialsClient . new ( client: @client )
@@ -1896,12 +1974,12 @@
-186
-187
-188
+196
+197
+198
- # File 'lib/ngrokapi/client.rb', line 186
+ # File 'lib/ngrokapi/client.rb', line 196
def ssh_host_certificates
@_ssh_host_certificates ||= NgrokAPI :: Services :: SSHHostCertificatesClient . new ( client: @client )
@@ -1950,12 +2028,12 @@
-196
-197
-198
+206
+207
+208
- # File 'lib/ngrokapi/client.rb', line 196
+ # File 'lib/ngrokapi/client.rb', line 206
def ssh_user_certificates
@_ssh_user_certificates ||= NgrokAPI :: Services :: SSHUserCertificatesClient . new ( client: @client )
@@ -2004,12 +2082,12 @@
-208
-209
-210
+218
+219
+220
- # File 'lib/ngrokapi/client.rb', line 208
+ # File 'lib/ngrokapi/client.rb', line 218
def tls_certificates
@_tls_certificates ||= NgrokAPI :: Services :: TLSCertificatesClient . new ( client: @client )
@@ -2112,12 +2190,12 @@
-217
-218
-219
+227
+228
+229
- # File 'lib/ngrokapi/client.rb', line 217
+ # File 'lib/ngrokapi/client.rb', line 227
def tunnels
@_tunnels ||= NgrokAPI :: Services :: TunnelsClient . new ( client: @client )
@@ -2132,9 +2210,9 @@
@@ -1735,9 +1735,9 @@
-
+
- #port ⇒ Object
+ #pooling_enabled ⇒ Object
@@ -1746,7 +1746,7 @@
-
Returns the value of attribute port.
+
Returns the value of attribute pooling_enabled.
@@ -1767,8 +1767,8 @@
# File 'lib/ngrokapi/models/endpoint.rb', line 10
-def port
- @port
+def pooling_enabled
+ @pooling_enabled
end
@@ -1778,9 +1778,9 @@
-
+
- #principal ⇒ Object
+ #port ⇒ Object
@@ -1789,7 +1789,7 @@
-
Returns the value of attribute principal.
+
Returns the value of attribute port.
@@ -1810,8 +1810,8 @@
# File 'lib/ngrokapi/models/endpoint.rb', line 10
-def principal
- @principal
+def port
+ @port
end
@@ -1821,9 +1821,9 @@
-
+
- #principal_id ⇒ Object
+ #principal ⇒ Object
@@ -1832,7 +1832,7 @@
-
Returns the value of attribute principal_id.
+
Returns the value of attribute principal.
@@ -1853,8 +1853,8 @@
# File 'lib/ngrokapi/models/endpoint.rb', line 10
-def principal_id
- @principal_id
+def principal
+ @principal
end
@@ -2294,9 +2294,9 @@
-
+
- #upstream_proto ⇒ Object
+ #upstream_protocol ⇒ Object
@@ -2305,7 +2305,7 @@
-
Returns the value of attribute upstream_proto.
+
Returns the value of attribute upstream_protocol.
@@ -2326,8 +2326,8 @@
# File 'lib/ngrokapi/models/endpoint.rb', line 10
-def upstream_proto
- @upstream_proto
+def upstream_protocol
+ @upstream_protocol
end
@@ -2528,14 +2528,14 @@
-118
-119
-120
121
-122
+122
+123
+124
+125
- # File 'lib/ngrokapi/models/endpoint.rb', line 118
+ # File 'lib/ngrokapi/models/endpoint.rb', line 121
def delete
@client . delete (
@@ -2610,7 +2610,7 @@
- #update (url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil) ⇒ Object
+ #update (url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ Object
@@ -2655,7 +2655,10 @@
109
110
111
-112
+112
+113
+114
+115
# File 'lib/ngrokapi/models/endpoint.rb', line 92
@@ -2665,20 +2668,23 @@
traffic_policy: nil ,
description: nil ,
metadata: nil ,
- bindings: nil
+ bindings: nil ,
+ pooling_enabled: False
)
@url = url if url
@traffic_policy = traffic_policy if traffic_policy
@description = description if description
@metadata = metadata if metadata
@bindings = bindings if bindings
+ @pooling_enabled = pooling_enabled if pooling_enabled
@client . update (
id: @id ,
url: url ,
traffic_policy: traffic_policy ,
description: description ,
metadata: metadata ,
- bindings: bindings
+ bindings: bindings ,
+ pooling_enabled: pooling_enabled
)
end
@@ -2691,9 +2697,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointBackend.html b/doc/NgrokAPI/Models/EndpointBackend.html
index d38fa2b6..946bdb8e 100644
--- a/doc/NgrokAPI/Models/EndpointBackend.html
+++ b/doc/NgrokAPI/Models/EndpointBackend.html
@@ -659,9 +659,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointBackendMutate.html b/doc/NgrokAPI/Models/EndpointBackendMutate.html
index 7e6db8d3..477f030b 100644
--- a/doc/NgrokAPI/Models/EndpointBackendMutate.html
+++ b/doc/NgrokAPI/Models/EndpointBackendMutate.html
@@ -659,9 +659,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointCircuitBreaker.html b/doc/NgrokAPI/Models/EndpointCircuitBreaker.html
index 2fda0dc3..1eb6df68 100644
--- a/doc/NgrokAPI/Models/EndpointCircuitBreaker.html
+++ b/doc/NgrokAPI/Models/EndpointCircuitBreaker.html
@@ -955,9 +955,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointCompression.html b/doc/NgrokAPI/Models/EndpointCompression.html
index 735e8c5a..56d9e9c9 100644
--- a/doc/NgrokAPI/Models/EndpointCompression.html
+++ b/doc/NgrokAPI/Models/EndpointCompression.html
@@ -585,9 +585,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointIPPolicy.html b/doc/NgrokAPI/Models/EndpointIPPolicy.html
index 54d757d5..90ae88ef 100644
--- a/doc/NgrokAPI/Models/EndpointIPPolicy.html
+++ b/doc/NgrokAPI/Models/EndpointIPPolicy.html
@@ -659,9 +659,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html b/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html
index 5054c230..7e7e21a2 100644
--- a/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html
+++ b/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html
@@ -659,9 +659,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointMutualTLS.html b/doc/NgrokAPI/Models/EndpointMutualTLS.html
index 596b39d5..523978fc 100644
--- a/doc/NgrokAPI/Models/EndpointMutualTLS.html
+++ b/doc/NgrokAPI/Models/EndpointMutualTLS.html
@@ -659,9 +659,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html b/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html
index 2a3da13c..379ecd2d 100644
--- a/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html
+++ b/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html
@@ -659,9 +659,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuth.html b/doc/NgrokAPI/Models/EndpointOAuth.html
index dcf0a72f..42d50c5c 100644
--- a/doc/NgrokAPI/Models/EndpointOAuth.html
+++ b/doc/NgrokAPI/Models/EndpointOAuth.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthAmazon.html b/doc/NgrokAPI/Models/EndpointOAuthAmazon.html
index 11c02d37..f325026d 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthAmazon.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthAmazon.html
@@ -881,9 +881,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthFacebook.html b/doc/NgrokAPI/Models/EndpointOAuthFacebook.html
index fabde6e3..0673c3d3 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthFacebook.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthFacebook.html
@@ -881,9 +881,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthGitHub.html b/doc/NgrokAPI/Models/EndpointOAuthGitHub.html
index 68ed0da6..133fabb1 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthGitHub.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthGitHub.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthGitLab.html b/doc/NgrokAPI/Models/EndpointOAuthGitLab.html
index a7998648..c752bce9 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthGitLab.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthGitLab.html
@@ -881,9 +881,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthGoogle.html b/doc/NgrokAPI/Models/EndpointOAuthGoogle.html
index 0bc9bcf4..c899b518 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthGoogle.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthGoogle.html
@@ -881,9 +881,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html b/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html
index 107fdbb0..39a8882c 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html
@@ -881,9 +881,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html b/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html
index 0bc5255c..7f9b55f7 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html
@@ -881,9 +881,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthProvider.html b/doc/NgrokAPI/Models/EndpointOAuthProvider.html
index da946cf1..04073353 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthProvider.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthProvider.html
@@ -1103,9 +1103,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthTwitch.html b/doc/NgrokAPI/Models/EndpointOAuthTwitch.html
index 638c9a25..0b8658a2 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthTwitch.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthTwitch.html
@@ -881,9 +881,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointOIDC.html b/doc/NgrokAPI/Models/EndpointOIDC.html
index 64e16392..89337187 100644
--- a/doc/NgrokAPI/Models/EndpointOIDC.html
+++ b/doc/NgrokAPI/Models/EndpointOIDC.html
@@ -1177,9 +1177,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointRequestHeaders.html b/doc/NgrokAPI/Models/EndpointRequestHeaders.html
index e98dbc4e..c8adc3b0 100644
--- a/doc/NgrokAPI/Models/EndpointRequestHeaders.html
+++ b/doc/NgrokAPI/Models/EndpointRequestHeaders.html
@@ -733,9 +733,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointResponseHeaders.html b/doc/NgrokAPI/Models/EndpointResponseHeaders.html
index 027a4c5e..461ddf4d 100644
--- a/doc/NgrokAPI/Models/EndpointResponseHeaders.html
+++ b/doc/NgrokAPI/Models/EndpointResponseHeaders.html
@@ -733,9 +733,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointSAML.html b/doc/NgrokAPI/Models/EndpointSAML.html
index 21676c73..4987cc0e 100644
--- a/doc/NgrokAPI/Models/EndpointSAML.html
+++ b/doc/NgrokAPI/Models/EndpointSAML.html
@@ -1633,9 +1633,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointSAMLMutate.html b/doc/NgrokAPI/Models/EndpointSAMLMutate.html
index eeaf6981..3622aaa0 100644
--- a/doc/NgrokAPI/Models/EndpointSAMLMutate.html
+++ b/doc/NgrokAPI/Models/EndpointSAMLMutate.html
@@ -1251,9 +1251,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointTLSTermination.html b/doc/NgrokAPI/Models/EndpointTLSTermination.html
index 5e858c2d..50f126a2 100644
--- a/doc/NgrokAPI/Models/EndpointTLSTermination.html
+++ b/doc/NgrokAPI/Models/EndpointTLSTermination.html
@@ -733,9 +733,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html b/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html
index 561862be..863f2557 100644
--- a/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html
+++ b/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html
@@ -659,9 +659,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointTrafficPolicy.html b/doc/NgrokAPI/Models/EndpointTrafficPolicy.html
index c5f69539..713f4c20 100644
--- a/doc/NgrokAPI/Models/EndpointTrafficPolicy.html
+++ b/doc/NgrokAPI/Models/EndpointTrafficPolicy.html
@@ -659,9 +659,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointUserAgentFilter.html b/doc/NgrokAPI/Models/EndpointUserAgentFilter.html
index 60b9d743..0540b23d 100644
--- a/doc/NgrokAPI/Models/EndpointUserAgentFilter.html
+++ b/doc/NgrokAPI/Models/EndpointUserAgentFilter.html
@@ -733,9 +733,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointWebhookValidation.html b/doc/NgrokAPI/Models/EndpointWebhookValidation.html
index d569936e..167caa93 100644
--- a/doc/NgrokAPI/Models/EndpointWebhookValidation.html
+++ b/doc/NgrokAPI/Models/EndpointWebhookValidation.html
@@ -733,9 +733,9 @@
diff --git a/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html b/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html
index 31093b8f..d7445dc1 100644
--- a/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html
+++ b/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html
@@ -585,9 +585,9 @@
diff --git a/doc/NgrokAPI/Models/EventDestination.html b/doc/NgrokAPI/Models/EventDestination.html
index 06c493c8..1a294ca7 100644
--- a/doc/NgrokAPI/Models/EventDestination.html
+++ b/doc/NgrokAPI/Models/EventDestination.html
@@ -1104,9 +1104,9 @@
diff --git a/doc/NgrokAPI/Models/EventSource.html b/doc/NgrokAPI/Models/EventSource.html
index a8100c97..731f5884 100644
--- a/doc/NgrokAPI/Models/EventSource.html
+++ b/doc/NgrokAPI/Models/EventSource.html
@@ -663,9 +663,9 @@
diff --git a/doc/NgrokAPI/Models/EventSourceList.html b/doc/NgrokAPI/Models/EventSourceList.html
index 2eff9fe9..f0208eff 100644
--- a/doc/NgrokAPI/Models/EventSourceList.html
+++ b/doc/NgrokAPI/Models/EventSourceList.html
@@ -663,9 +663,9 @@
diff --git a/doc/NgrokAPI/Models/EventSourceReplace.html b/doc/NgrokAPI/Models/EventSourceReplace.html
index d6dc417e..e1611312 100644
--- a/doc/NgrokAPI/Models/EventSourceReplace.html
+++ b/doc/NgrokAPI/Models/EventSourceReplace.html
@@ -585,9 +585,9 @@
diff --git a/doc/NgrokAPI/Models/EventSubscription.html b/doc/NgrokAPI/Models/EventSubscription.html
index 387db492..90a379fd 100644
--- a/doc/NgrokAPI/Models/EventSubscription.html
+++ b/doc/NgrokAPI/Models/EventSubscription.html
@@ -1104,9 +1104,9 @@
diff --git a/doc/NgrokAPI/Models/EventTarget.html b/doc/NgrokAPI/Models/EventTarget.html
index 0253d562..8ea05a89 100644
--- a/doc/NgrokAPI/Models/EventTarget.html
+++ b/doc/NgrokAPI/Models/EventTarget.html
@@ -881,9 +881,9 @@
diff --git a/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html b/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html
index dca6e700..c0868147 100644
--- a/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html
+++ b/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html
@@ -955,9 +955,9 @@
diff --git a/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html b/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html
index 9c86df7e..a4ad7db9 100644
--- a/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html
+++ b/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html
@@ -659,9 +659,9 @@
diff --git a/doc/NgrokAPI/Models/EventTargetDatadog.html b/doc/NgrokAPI/Models/EventTargetDatadog.html
index e9ae4510..a89f61da 100644
--- a/doc/NgrokAPI/Models/EventTargetDatadog.html
+++ b/doc/NgrokAPI/Models/EventTargetDatadog.html
@@ -807,9 +807,9 @@
diff --git a/doc/NgrokAPI/Models/EventTargetFirehose.html b/doc/NgrokAPI/Models/EventTargetFirehose.html
index 01be2cc8..d5e1876a 100644
--- a/doc/NgrokAPI/Models/EventTargetFirehose.html
+++ b/doc/NgrokAPI/Models/EventTargetFirehose.html
@@ -659,9 +659,9 @@
diff --git a/doc/NgrokAPI/Models/EventTargetKinesis.html b/doc/NgrokAPI/Models/EventTargetKinesis.html
index a5de5732..ec7ec4c3 100644
--- a/doc/NgrokAPI/Models/EventTargetKinesis.html
+++ b/doc/NgrokAPI/Models/EventTargetKinesis.html
@@ -659,9 +659,9 @@
diff --git a/doc/NgrokAPI/Models/FailoverBackend.html b/doc/NgrokAPI/Models/FailoverBackend.html
index 13ab656d..7f2ab624 100644
--- a/doc/NgrokAPI/Models/FailoverBackend.html
+++ b/doc/NgrokAPI/Models/FailoverBackend.html
@@ -1121,9 +1121,9 @@
diff --git a/doc/NgrokAPI/Models/HTTPResponseBackend.html b/doc/NgrokAPI/Models/HTTPResponseBackend.html
index 22cdef6f..4572c2bb 100644
--- a/doc/NgrokAPI/Models/HTTPResponseBackend.html
+++ b/doc/NgrokAPI/Models/HTTPResponseBackend.html
@@ -1277,9 +1277,9 @@
diff --git a/doc/NgrokAPI/Models/HTTPSEdge.html b/doc/NgrokAPI/Models/HTTPSEdge.html
index db541a61..f4850fb5 100644
--- a/doc/NgrokAPI/Models/HTTPSEdge.html
+++ b/doc/NgrokAPI/Models/HTTPSEdge.html
@@ -1355,9 +1355,9 @@
diff --git a/doc/NgrokAPI/Models/HTTPSEdgeRoute.html b/doc/NgrokAPI/Models/HTTPSEdgeRoute.html
index 4338ffc4..1cf59139 100644
--- a/doc/NgrokAPI/Models/HTTPSEdgeRoute.html
+++ b/doc/NgrokAPI/Models/HTTPSEdgeRoute.html
@@ -2321,9 +2321,9 @@
diff --git a/doc/NgrokAPI/Models/IPPolicy.html b/doc/NgrokAPI/Models/IPPolicy.html
index ceae175c..f0cbf8c3 100644
--- a/doc/NgrokAPI/Models/IPPolicy.html
+++ b/doc/NgrokAPI/Models/IPPolicy.html
@@ -1041,9 +1041,9 @@
diff --git a/doc/NgrokAPI/Models/IPPolicyRule.html b/doc/NgrokAPI/Models/IPPolicyRule.html
index b3645d7e..24a9f372 100644
--- a/doc/NgrokAPI/Models/IPPolicyRule.html
+++ b/doc/NgrokAPI/Models/IPPolicyRule.html
@@ -1269,9 +1269,9 @@
diff --git a/doc/NgrokAPI/Models/IPRestriction.html b/doc/NgrokAPI/Models/IPRestriction.html
index 3560292c..311576b3 100644
--- a/doc/NgrokAPI/Models/IPRestriction.html
+++ b/doc/NgrokAPI/Models/IPRestriction.html
@@ -1178,9 +1178,9 @@
diff --git a/doc/NgrokAPI/Models/IdentityProvider.html b/doc/NgrokAPI/Models/IdentityProvider.html
index 98661ebc..8961b877 100644
--- a/doc/NgrokAPI/Models/IdentityProvider.html
+++ b/doc/NgrokAPI/Models/IdentityProvider.html
@@ -659,9 +659,9 @@
diff --git a/doc/NgrokAPI/Models/KubernetesOperator.html b/doc/NgrokAPI/Models/KubernetesOperator.html
new file mode 100644
index 00000000..4dd63492
--- /dev/null
+++ b/doc/NgrokAPI/Models/KubernetesOperator.html
@@ -0,0 +1,1519 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Models::KubernetesOperator
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Models::KubernetesOperator
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/models/kubernetes_operator.rb
+
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+ #binding ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute binding.
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+ #created_at ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute created_at.
+
+
+
+
+
+
+
+
+ #deployment ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute deployment.
+
+
+
+
+
+
+
+
+ #description ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute description.
+
+
+
+
+
+
+
+
+ #enabled_features ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute enabled_features.
+
+
+
+
+
+
+
+
+ #id ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute id.
+
+
+
+
+
+
+
+
+ #metadata ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute metadata.
+
+
+
+
+
+
+
+
+ #principal ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute principal.
+
+
+
+
+
+
+
+
+ #region ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute region.
+
+
+
+
+
+
+
+
+ #updated_at ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute updated_at.
+
+
+
+
+
+
+
+
+ #uri ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute uri.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+ #initialize (client: nil, attrs: {}) ⇒ KubernetesOperator
+
+
+
+
+
+
+
+
+
Returns a new instance of KubernetesOperator.
+
+
+
+
+
+
+
+
+
+
+
+
+
+24
+25
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+39
+40
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 24
+
+def initialize ( client: nil , attrs: { } )
+ @client = client
+ @attrs = attrs
+ @id = @attrs [ ' id ' ]
+ unless @attrs [ ' uri ' ] . nil?
+ @uri = URI ( @attrs [ ' uri ' ] )
+ end
+ @created_at = @attrs [ ' created_at ' ]
+ @updated_at = @attrs [ ' updated_at ' ]
+ @description = @attrs [ ' description ' ]
+ @metadata = @attrs [ ' metadata ' ]
+ @principal = @attrs [ ' principal ' ]
+ @enabled_features = @attrs [ ' enabled_features ' ]
+ @region = @attrs [ ' region ' ]
+ @deployment = @attrs [ ' deployment ' ]
+ @binding = @attrs [ ' binding ' ]
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def attrs
+ @attrs
+end
+
+
+
+
+
+
+
+
+
+
+ #binding ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute binding.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def binding
+ @binding
+end
+
+
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
+ #created_at ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute created_at.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def created_at
+ @created_at
+end
+
+
+
+
+
+
+
+
+
+
+ #deployment ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute deployment.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def deployment
+ @deployment
+end
+
+
+
+
+
+
+
+
+
+
+ #description ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute description.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def description
+ @description
+end
+
+
+
+
+
+
+
+
+
+
+ #enabled_features ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute enabled_features.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def enabled_features
+ @enabled_features
+end
+
+
+
+
+
+
+
+
+
+
+ #id ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute id.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def id
+ @id
+end
+
+
+
+
+
+
+
+
+
+
+ #metadata ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute metadata.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def metadata
+ @metadata
+end
+
+
+
+
+
+
+
+
+
+
+ #principal ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute principal.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def principal
+ @principal
+end
+
+
+
+
+
+
+
+
+
+
+ #region ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute region.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def region
+ @region
+end
+
+
+
+
+
+
+
+
+
+
+ #updated_at ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute updated_at.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def updated_at
+ @updated_at
+end
+
+
+
+
+
+
+
+
+
+
+ #uri ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute uri.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def uri
+ @uri
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #== (other) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+42
+43
+44
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 42
+
+def == ( other )
+ @attrs == other . attrs
+end
+
+
+
+
+
+
+
+
+ #delete ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+87
+88
+89
+90
+91
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 87
+
+def delete
+ @client . delete (
+ id: @id
+ )
+end
+
+
+
+
+
+
+
+
+ #to_h ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+50
+51
+52
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 50
+
+def to_h
+ @attrs . to_h
+end
+
+
+
+
+
+
+
+
+ #to_s ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+46
+47
+48
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 46
+
+def to_s
+ @attrs . to_s
+end
+
+
+
+
+
+
+
+
+ #update (description: nil, metadata: nil, enabled_features: nil, region: nil, binding: nil, deployment: nil) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+58
+59
+60
+61
+62
+63
+64
+65
+66
+67
+68
+69
+70
+71
+72
+73
+74
+75
+76
+77
+78
+79
+80
+81
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 58
+
+def update (
+ description: nil ,
+ metadata: nil ,
+ enabled_features: nil ,
+ region: nil ,
+ binding: nil ,
+ deployment: nil
+)
+ @description = description if description
+ @metadata = metadata if metadata
+ @enabled_features = enabled_features if enabled_features
+ @region = region if region
+ @binding = binding if binding
+ @deployment = deployment if deployment
+ @client . update (
+ id: @id ,
+ description: description ,
+ metadata: metadata ,
+ enabled_features: enabled_features ,
+ region: region ,
+ binding: binding ,
+ deployment: deployment
+ )
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Models/KubernetesOperatorBinding.html b/doc/NgrokAPI/Models/KubernetesOperatorBinding.html
new file mode 100644
index 00000000..101fbd8a
--- /dev/null
+++ b/doc/NgrokAPI/Models/KubernetesOperatorBinding.html
@@ -0,0 +1,743 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Models::KubernetesOperatorBinding
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Models::KubernetesOperatorBinding
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Models::KubernetesOperatorBinding
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/models/kubernetes_operator_binding.rb
+
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+ #cert ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute cert.
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+ #endpoint_selectors ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute endpoint_selectors.
+
+
+
+
+
+
+
+
+ #ingress_endpoint ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute ingress_endpoint.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+ #initialize (client: nil, attrs: {}) ⇒ KubernetesOperatorBinding
+
+
+
+
+
+
+
+
+
Returns a new instance of KubernetesOperatorBinding.
+
+
+
+
+
+
+
+
+
+
+
+
+
+14
+15
+16
+17
+18
+19
+20
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 14
+
+def initialize ( client: nil , attrs: { } )
+ @client = client
+ @attrs = attrs
+ @endpoint_selectors = @attrs [ ' endpoint_selectors ' ]
+ @cert = @attrs [ ' cert ' ]
+ @ingress_endpoint = @attrs [ ' ingress_endpoint ' ]
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 8
+
+def attrs
+ @attrs
+end
+
+
+
+
+
+
+
+
+
+
+ #cert ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute cert.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 8
+
+def cert
+ @cert
+end
+
+
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 8
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
+ #endpoint_selectors ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute endpoint_selectors.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 8
+
+def endpoint_selectors
+ @endpoint_selectors
+end
+
+
+
+
+
+
+
+
+
+
+ #ingress_endpoint ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute ingress_endpoint.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 8
+
+def ingress_endpoint
+ @ingress_endpoint
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #== (other) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+22
+23
+24
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 22
+
+def == ( other )
+ @attrs == other . attrs
+end
+
+
+
+
+
+
+
+
+ #to_h ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+30
+31
+32
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 30
+
+def to_h
+ @attrs . to_h
+end
+
+
+
+
+
+
+
+
+ #to_s ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+26
+27
+28
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 26
+
+def to_s
+ @attrs . to_s
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Models/KubernetesOperatorBindingCreate.html b/doc/NgrokAPI/Models/KubernetesOperatorBindingCreate.html
new file mode 100644
index 00000000..0a11b156
--- /dev/null
+++ b/doc/NgrokAPI/Models/KubernetesOperatorBindingCreate.html
@@ -0,0 +1,743 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Models::KubernetesOperatorBindingCreate
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Models::KubernetesOperatorBindingCreate
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Models::KubernetesOperatorBindingCreate
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/models/kubernetes_operator_binding_create.rb
+
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+ #csr ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute csr.
+
+
+
+
+
+
+
+
+ #endpoint_selectors ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute endpoint_selectors.
+
+
+
+
+
+
+
+
+ #ingress_endpoint ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute ingress_endpoint.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+ #initialize (client: nil, attrs: {}) ⇒ KubernetesOperatorBindingCreate
+
+
+
+
+
+
+
+
+
Returns a new instance of KubernetesOperatorBindingCreate.
+
+
+
+
+
+
+
+
+
+
+
+
+
+14
+15
+16
+17
+18
+19
+20
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 14
+
+def initialize ( client: nil , attrs: { } )
+ @client = client
+ @attrs = attrs
+ @endpoint_selectors = @attrs [ ' endpoint_selectors ' ]
+ @csr = @attrs [ ' csr ' ]
+ @ingress_endpoint = @attrs [ ' ingress_endpoint ' ]
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 8
+
+def attrs
+ @attrs
+end
+
+
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 8
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
+ #csr ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute csr.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 8
+
+def csr
+ @csr
+end
+
+
+
+
+
+
+
+
+
+
+ #endpoint_selectors ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute endpoint_selectors.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 8
+
+def endpoint_selectors
+ @endpoint_selectors
+end
+
+
+
+
+
+
+
+
+
+
+ #ingress_endpoint ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute ingress_endpoint.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 8
+
+def ingress_endpoint
+ @ingress_endpoint
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #== (other) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+22
+23
+24
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 22
+
+def == ( other )
+ @attrs == other . attrs
+end
+
+
+
+
+
+
+
+
+ #to_h ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+30
+31
+32
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 30
+
+def to_h
+ @attrs . to_h
+end
+
+
+
+
+
+
+
+
+ #to_s ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+26
+27
+28
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 26
+
+def to_s
+ @attrs . to_s
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Models/KubernetesOperatorBindingUpdate.html b/doc/NgrokAPI/Models/KubernetesOperatorBindingUpdate.html
new file mode 100644
index 00000000..3d5edaef
--- /dev/null
+++ b/doc/NgrokAPI/Models/KubernetesOperatorBindingUpdate.html
@@ -0,0 +1,743 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Models::KubernetesOperatorBindingUpdate
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Models::KubernetesOperatorBindingUpdate
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Models::KubernetesOperatorBindingUpdate
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/models/kubernetes_operator_binding_update.rb
+
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+ #csr ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute csr.
+
+
+
+
+
+
+
+
+ #endpoint_selectors ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute endpoint_selectors.
+
+
+
+
+
+
+
+
+ #ingress_endpoint ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute ingress_endpoint.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+ #initialize (client: nil, attrs: {}) ⇒ KubernetesOperatorBindingUpdate
+
+
+
+
+
+
+
+
+
Returns a new instance of KubernetesOperatorBindingUpdate.
+
+
+
+
+
+
+
+
+
+
+
+
+
+14
+15
+16
+17
+18
+19
+20
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 14
+
+def initialize ( client: nil , attrs: { } )
+ @client = client
+ @attrs = attrs
+ @endpoint_selectors = @attrs [ ' endpoint_selectors ' ]
+ @csr = @attrs [ ' csr ' ]
+ @ingress_endpoint = @attrs [ ' ingress_endpoint ' ]
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 8
+
+def attrs
+ @attrs
+end
+
+
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 8
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
+ #csr ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute csr.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 8
+
+def csr
+ @csr
+end
+
+
+
+
+
+
+
+
+
+
+ #endpoint_selectors ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute endpoint_selectors.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 8
+
+def endpoint_selectors
+ @endpoint_selectors
+end
+
+
+
+
+
+
+
+
+
+
+ #ingress_endpoint ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute ingress_endpoint.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 8
+
+def ingress_endpoint
+ @ingress_endpoint
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #== (other) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+22
+23
+24
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 22
+
+def == ( other )
+ @attrs == other . attrs
+end
+
+
+
+
+
+
+
+
+ #to_h ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+30
+31
+32
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 30
+
+def to_h
+ @attrs . to_h
+end
+
+
+
+
+
+
+
+
+ #to_s ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+26
+27
+28
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 26
+
+def to_s
+ @attrs . to_s
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Models/KubernetesOperatorCert.html b/doc/NgrokAPI/Models/KubernetesOperatorCert.html
new file mode 100644
index 00000000..977e2db5
--- /dev/null
+++ b/doc/NgrokAPI/Models/KubernetesOperatorCert.html
@@ -0,0 +1,743 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Models::KubernetesOperatorCert
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Models::KubernetesOperatorCert
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Models::KubernetesOperatorCert
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/models/kubernetes_operator_cert.rb
+
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+ #cert ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute cert.
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+ #not_after ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute not_after.
+
+
+
+
+
+
+
+
+ #not_before ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute not_before.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+ #initialize (client: nil, attrs: {}) ⇒ KubernetesOperatorCert
+
+
+
+
+
+
+
+
+
Returns a new instance of KubernetesOperatorCert.
+
+
+
+
+
+
+
+
+
+
+
+
+
+14
+15
+16
+17
+18
+19
+20
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 14
+
+def initialize ( client: nil , attrs: { } )
+ @client = client
+ @attrs = attrs
+ @cert = @attrs [ ' cert ' ]
+ @not_before = @attrs [ ' not_before ' ]
+ @not_after = @attrs [ ' not_after ' ]
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 8
+
+def attrs
+ @attrs
+end
+
+
+
+
+
+
+
+
+
+
+ #cert ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute cert.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 8
+
+def cert
+ @cert
+end
+
+
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 8
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
+ #not_after ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute not_after.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 8
+
+def not_after
+ @not_after
+end
+
+
+
+
+
+
+
+
+
+
+ #not_before ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute not_before.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 8
+
+def not_before
+ @not_before
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #== (other) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+22
+23
+24
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 22
+
+def == ( other )
+ @attrs == other . attrs
+end
+
+
+
+
+
+
+
+
+ #to_h ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+30
+31
+32
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 30
+
+def to_h
+ @attrs . to_h
+end
+
+
+
+
+
+
+
+
+ #to_s ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+26
+27
+28
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 26
+
+def to_s
+ @attrs . to_s
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Models/KubernetesOperatorDeployment.html b/doc/NgrokAPI/Models/KubernetesOperatorDeployment.html
new file mode 100644
index 00000000..22b2bdf1
--- /dev/null
+++ b/doc/NgrokAPI/Models/KubernetesOperatorDeployment.html
@@ -0,0 +1,817 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Models::KubernetesOperatorDeployment
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Models::KubernetesOperatorDeployment
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Models::KubernetesOperatorDeployment
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/models/kubernetes_operator_deployment.rb
+
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+ #cluster_name ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute cluster_name.
+
+
+
+
+
+
+
+
+ #name ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute name.
+
+
+
+
+
+
+
+
+ #namespace ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute namespace.
+
+
+
+
+
+
+
+
+ #version ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute version.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+ #initialize (client: nil, attrs: {}) ⇒ KubernetesOperatorDeployment
+
+
+
+
+
+
+
+
+
Returns a new instance of KubernetesOperatorDeployment.
+
+
+
+
+
+
+
+
+
+
+
+
+
+15
+16
+17
+18
+19
+20
+21
+22
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 15
+
+def initialize ( client: nil , attrs: { } )
+ @client = client
+ @attrs = attrs
+ @name = @attrs [ ' name ' ]
+ @namespace = @attrs [ ' namespace ' ]
+ @version = @attrs [ ' version ' ]
+ @cluster_name = @attrs [ ' cluster_name ' ]
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 8
+
+def attrs
+ @attrs
+end
+
+
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 8
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
+ #cluster_name ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute cluster_name.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 8
+
+def cluster_name
+ @cluster_name
+end
+
+
+
+
+
+
+
+
+
+
+ #name ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute name.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 8
+
+def name
+ @name
+end
+
+
+
+
+
+
+
+
+
+
+ #namespace ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute namespace.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 8
+
+def namespace
+ @namespace
+end
+
+
+
+
+
+
+
+
+
+
+ #version ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute version.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 8
+
+def version
+ @version
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #== (other) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+24
+25
+26
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 24
+
+def == ( other )
+ @attrs == other . attrs
+end
+
+
+
+
+
+
+
+
+ #to_h ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+32
+33
+34
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 32
+
+def to_h
+ @attrs . to_h
+end
+
+
+
+
+
+
+
+
+ #to_s ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+28
+29
+30
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 28
+
+def to_s
+ @attrs . to_s
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Models/KubernetesOperatorDeploymentUpdate.html b/doc/NgrokAPI/Models/KubernetesOperatorDeploymentUpdate.html
new file mode 100644
index 00000000..9dbb2cd8
--- /dev/null
+++ b/doc/NgrokAPI/Models/KubernetesOperatorDeploymentUpdate.html
@@ -0,0 +1,669 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Models::KubernetesOperatorDeploymentUpdate
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Models::KubernetesOperatorDeploymentUpdate
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Models::KubernetesOperatorDeploymentUpdate
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/models/kubernetes_operator_deployment_update.rb
+
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+ #name ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute name.
+
+
+
+
+
+
+
+
+ #version ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute version.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+ #initialize (client: nil, attrs: {}) ⇒ KubernetesOperatorDeploymentUpdate
+
+
+
+
+
+
+
+
+
Returns a new instance of KubernetesOperatorDeploymentUpdate.
+
+
+
+
+
+
+
+
+
+
+
+
+
+13
+14
+15
+16
+17
+18
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment_update.rb', line 13
+
+def initialize ( client: nil , attrs: { } )
+ @client = client
+ @attrs = attrs
+ @name = @attrs [ ' name ' ]
+ @version = @attrs [ ' version ' ]
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment_update.rb', line 8
+
+def attrs
+ @attrs
+end
+
+
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment_update.rb', line 8
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
+ #name ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute name.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment_update.rb', line 8
+
+def name
+ @name
+end
+
+
+
+
+
+
+
+
+
+
+ #version ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute version.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment_update.rb', line 8
+
+def version
+ @version
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #== (other) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+20
+21
+22
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment_update.rb', line 20
+
+def == ( other )
+ @attrs == other . attrs
+end
+
+
+
+
+
+
+
+
+ #to_h ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+28
+29
+30
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment_update.rb', line 28
+
+def to_h
+ @attrs . to_h
+end
+
+
+
+
+
+
+
+
+ #to_s ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+24
+25
+26
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment_update.rb', line 24
+
+def to_s
+ @attrs . to_s
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Models/Listable.html b/doc/NgrokAPI/Models/Listable.html
index b201256c..36c08840 100644
--- a/doc/NgrokAPI/Models/Listable.html
+++ b/doc/NgrokAPI/Models/Listable.html
@@ -992,9 +992,9 @@
diff --git a/doc/NgrokAPI/Models/Location.html b/doc/NgrokAPI/Models/Location.html
index 3174235f..7704cdf5 100644
--- a/doc/NgrokAPI/Models/Location.html
+++ b/doc/NgrokAPI/Models/Location.html
@@ -807,9 +807,9 @@
diff --git a/doc/NgrokAPI/Models/Ref.html b/doc/NgrokAPI/Models/Ref.html
index 5cccf8be..6387fe75 100644
--- a/doc/NgrokAPI/Models/Ref.html
+++ b/doc/NgrokAPI/Models/Ref.html
@@ -663,9 +663,9 @@
diff --git a/doc/NgrokAPI/Models/ReservedAddr.html b/doc/NgrokAPI/Models/ReservedAddr.html
index 5a5f00d4..02480eda 100644
--- a/doc/NgrokAPI/Models/ReservedAddr.html
+++ b/doc/NgrokAPI/Models/ReservedAddr.html
@@ -1104,9 +1104,9 @@
diff --git a/doc/NgrokAPI/Models/ReservedDomain.html b/doc/NgrokAPI/Models/ReservedDomain.html
index 082b1a4e..50ba2909 100644
--- a/doc/NgrokAPI/Models/ReservedDomain.html
+++ b/doc/NgrokAPI/Models/ReservedDomain.html
@@ -1474,9 +1474,9 @@
diff --git a/doc/NgrokAPI/Models/ReservedDomainCertJob.html b/doc/NgrokAPI/Models/ReservedDomainCertJob.html
index 843130bc..e1e6a839 100644
--- a/doc/NgrokAPI/Models/ReservedDomainCertJob.html
+++ b/doc/NgrokAPI/Models/ReservedDomainCertJob.html
@@ -807,9 +807,9 @@
diff --git a/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html b/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html
index bad3e3f4..83117dc7 100644
--- a/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html
+++ b/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html
@@ -659,9 +659,9 @@
diff --git a/doc/NgrokAPI/Models/ReservedDomainCertStatus.html b/doc/NgrokAPI/Models/ReservedDomainCertStatus.html
index d78e9b77..a70465a7 100644
--- a/doc/NgrokAPI/Models/ReservedDomainCertStatus.html
+++ b/doc/NgrokAPI/Models/ReservedDomainCertStatus.html
@@ -659,9 +659,9 @@
diff --git a/doc/NgrokAPI/Models/SSHCertificateAuthority.html b/doc/NgrokAPI/Models/SSHCertificateAuthority.html
index 7d3a9917..7d8e1190 100644
--- a/doc/NgrokAPI/Models/SSHCertificateAuthority.html
+++ b/doc/NgrokAPI/Models/SSHCertificateAuthority.html
@@ -1189,9 +1189,9 @@
diff --git a/doc/NgrokAPI/Models/SSHCredential.html b/doc/NgrokAPI/Models/SSHCredential.html
index f8e0015b..e1cf3ca0 100644
--- a/doc/NgrokAPI/Models/SSHCredential.html
+++ b/doc/NgrokAPI/Models/SSHCredential.html
@@ -1269,9 +1269,9 @@
diff --git a/doc/NgrokAPI/Models/SSHHostCertificate.html b/doc/NgrokAPI/Models/SSHHostCertificate.html
index c9103d30..f221a111 100644
--- a/doc/NgrokAPI/Models/SSHHostCertificate.html
+++ b/doc/NgrokAPI/Models/SSHHostCertificate.html
@@ -1559,9 +1559,9 @@
diff --git a/doc/NgrokAPI/Models/SSHUserCertificate.html b/doc/NgrokAPI/Models/SSHUserCertificate.html
index f29e62fa..f571fd94 100644
--- a/doc/NgrokAPI/Models/SSHUserCertificate.html
+++ b/doc/NgrokAPI/Models/SSHUserCertificate.html
@@ -1707,9 +1707,9 @@
diff --git a/doc/NgrokAPI/Models/StaticBackend.html b/doc/NgrokAPI/Models/StaticBackend.html
index 25668cdc..ea852393 100644
--- a/doc/NgrokAPI/Models/StaticBackend.html
+++ b/doc/NgrokAPI/Models/StaticBackend.html
@@ -1201,9 +1201,9 @@
diff --git a/doc/NgrokAPI/Models/StaticBackendTLS.html b/doc/NgrokAPI/Models/StaticBackendTLS.html
index e331c3b7..86e613ae 100644
--- a/doc/NgrokAPI/Models/StaticBackendTLS.html
+++ b/doc/NgrokAPI/Models/StaticBackendTLS.html
@@ -585,9 +585,9 @@
diff --git a/doc/NgrokAPI/Models/TCPEdge.html b/doc/NgrokAPI/Models/TCPEdge.html
index a7097427..6d9083fe 100644
--- a/doc/NgrokAPI/Models/TCPEdge.html
+++ b/doc/NgrokAPI/Models/TCPEdge.html
@@ -1361,9 +1361,9 @@
diff --git a/doc/NgrokAPI/Models/TLSCertificate.html b/doc/NgrokAPI/Models/TLSCertificate.html
index 69065b46..26753e91 100644
--- a/doc/NgrokAPI/Models/TLSCertificate.html
+++ b/doc/NgrokAPI/Models/TLSCertificate.html
@@ -2225,9 +2225,9 @@
diff --git a/doc/NgrokAPI/Models/TLSCertificateSANs.html b/doc/NgrokAPI/Models/TLSCertificateSANs.html
index 3db90af1..c2aaeebe 100644
--- a/doc/NgrokAPI/Models/TLSCertificateSANs.html
+++ b/doc/NgrokAPI/Models/TLSCertificateSANs.html
@@ -659,9 +659,9 @@
diff --git a/doc/NgrokAPI/Models/TLSEdge.html b/doc/NgrokAPI/Models/TLSEdge.html
index d8a7139b..099bd83b 100644
--- a/doc/NgrokAPI/Models/TLSEdge.html
+++ b/doc/NgrokAPI/Models/TLSEdge.html
@@ -1521,9 +1521,9 @@
diff --git a/doc/NgrokAPI/Models/Tunnel.html b/doc/NgrokAPI/Models/Tunnel.html
index f65dfd6c..775c8ea5 100644
--- a/doc/NgrokAPI/Models/Tunnel.html
+++ b/doc/NgrokAPI/Models/Tunnel.html
@@ -1329,9 +1329,9 @@
diff --git a/doc/NgrokAPI/Models/TunnelGroupBackend.html b/doc/NgrokAPI/Models/TunnelGroupBackend.html
index 05d40f39..48f88ff2 100644
--- a/doc/NgrokAPI/Models/TunnelGroupBackend.html
+++ b/doc/NgrokAPI/Models/TunnelGroupBackend.html
@@ -1195,9 +1195,9 @@
diff --git a/doc/NgrokAPI/Models/TunnelSession.html b/doc/NgrokAPI/Models/TunnelSession.html
index 70d2b83a..7605ad10 100644
--- a/doc/NgrokAPI/Models/TunnelSession.html
+++ b/doc/NgrokAPI/Models/TunnelSession.html
@@ -1255,9 +1255,9 @@
diff --git a/doc/NgrokAPI/Models/UserAgent.html b/doc/NgrokAPI/Models/UserAgent.html
index 9d4da3a6..06715369 100644
--- a/doc/NgrokAPI/Models/UserAgent.html
+++ b/doc/NgrokAPI/Models/UserAgent.html
@@ -955,9 +955,9 @@
diff --git a/doc/NgrokAPI/Models/WeightedBackend.html b/doc/NgrokAPI/Models/WeightedBackend.html
index 94ec998c..947bec6f 100644
--- a/doc/NgrokAPI/Models/WeightedBackend.html
+++ b/doc/NgrokAPI/Models/WeightedBackend.html
@@ -1121,9 +1121,9 @@
diff --git a/doc/NgrokAPI/PagedIterator.html b/doc/NgrokAPI/PagedIterator.html
index daa59573..40e4c38c 100644
--- a/doc/NgrokAPI/PagedIterator.html
+++ b/doc/NgrokAPI/PagedIterator.html
@@ -625,9 +625,9 @@
diff --git a/doc/NgrokAPI/Services.html b/doc/NgrokAPI/Services.html
index 5b21f288..a5bb411b 100644
--- a/doc/NgrokAPI/Services.html
+++ b/doc/NgrokAPI/Services.html
@@ -79,7 +79,7 @@
Defined in:
lib/ngrokapi/services/tunnels_client.rb,
- lib/ngrokapi/services/api_keys_client.rb, lib/ngrokapi/services/bot_users_client.rb, lib/ngrokapi/services/edges_tcp_client.rb, lib/ngrokapi/services/edges_tls_client.rb, lib/ngrokapi/services/endpoints_client.rb, lib/ngrokapi/services/credentials_client.rb, lib/ngrokapi/services/edges_https_client.rb, lib/ngrokapi/services/ip_policies_client.rb, lib/ngrokapi/services/abuse_reports_client.rb, lib/ngrokapi/services/event_sources_client.rb, lib/ngrokapi/services/reserved_addrs_client.rb, lib/ngrokapi/services/agent_ingresses_client.rb, lib/ngrokapi/services/ip_policy_rules_client.rb, lib/ngrokapi/services/ip_restrictions_client.rb, lib/ngrokapi/services/ssh_credentials_client.rb, lib/ngrokapi/services/static_backends_client.rb, lib/ngrokapi/services/tunnel_sessions_client.rb, lib/ngrokapi/services/reserved_domains_client.rb, lib/ngrokapi/services/tls_certificates_client.rb, lib/ngrokapi/services/application_users_client.rb, lib/ngrokapi/services/failover_backends_client.rb, lib/ngrokapi/services/weighted_backends_client.rb, lib/ngrokapi/services/edges_https_routes_client.rb, lib/ngrokapi/services/event_destinations_client.rb, lib/ngrokapi/services/event_subscriptions_client.rb, lib/ngrokapi/services/application_sessions_client.rb, lib/ngrokapi/services/ssh_host_certificates_client.rb, lib/ngrokapi/services/ssh_user_certificates_client.rb, lib/ngrokapi/services/tunnel_group_backends_client.rb, lib/ngrokapi/services/edge_route_oidc_module_client.rb, lib/ngrokapi/services/edge_route_saml_module_client.rb, lib/ngrokapi/services/http_response_backends_client.rb, lib/ngrokapi/services/certificate_authorities_client.rb, lib/ngrokapi/services/tcp_edge_backend_module_client.rb, lib/ngrokapi/services/tls_edge_backend_module_client.rb, lib/ngrokapi/services/edge_route_o_auth_module_client.rb, lib/ngrokapi/services/edge_route_backend_module_client.rb, lib/ngrokapi/services/tls_edge_mutual_tls_module_client.rb, lib/ngrokapi/services/ssh_certificate_authorities_client.rb, lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb, lib/ngrokapi/services/edge_route_compression_module_client.rb, lib/ngrokapi/services/tcp_edge_ip_restriction_module_client.rb, lib/ngrokapi/services/tcp_edge_traffic_policy_module_client.rb, lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb, lib/ngrokapi/services/tls_edge_traffic_policy_module_client.rb, lib/ngrokapi/services/tls_edge_tls_termination_module_client.rb, lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb, lib/ngrokapi/services/edge_route_traffic_policy_module_client.rb, lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb, lib/ngrokapi/services/edge_route_request_headers_module_client.rb, lib/ngrokapi/services/https_edge_tls_termination_module_client.rb, lib/ngrokapi/services/edge_route_response_headers_module_client.rb, lib/ngrokapi/services/edge_route_user_agent_filter_module_client.rb, lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb, lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb
+ lib/ngrokapi/services/api_keys_client.rb, lib/ngrokapi/services/bot_users_client.rb, lib/ngrokapi/services/edges_tcp_client.rb, lib/ngrokapi/services/edges_tls_client.rb, lib/ngrokapi/services/endpoints_client.rb, lib/ngrokapi/services/credentials_client.rb, lib/ngrokapi/services/edges_https_client.rb, lib/ngrokapi/services/ip_policies_client.rb, lib/ngrokapi/services/abuse_reports_client.rb, lib/ngrokapi/services/event_sources_client.rb, lib/ngrokapi/services/reserved_addrs_client.rb, lib/ngrokapi/services/agent_ingresses_client.rb, lib/ngrokapi/services/ip_policy_rules_client.rb, lib/ngrokapi/services/ip_restrictions_client.rb, lib/ngrokapi/services/ssh_credentials_client.rb, lib/ngrokapi/services/static_backends_client.rb, lib/ngrokapi/services/tunnel_sessions_client.rb, lib/ngrokapi/services/reserved_domains_client.rb, lib/ngrokapi/services/tls_certificates_client.rb, lib/ngrokapi/services/application_users_client.rb, lib/ngrokapi/services/failover_backends_client.rb, lib/ngrokapi/services/weighted_backends_client.rb, lib/ngrokapi/services/edges_https_routes_client.rb, lib/ngrokapi/services/event_destinations_client.rb, lib/ngrokapi/services/event_subscriptions_client.rb, lib/ngrokapi/services/application_sessions_client.rb, lib/ngrokapi/services/kubernetes_operators_client.rb, lib/ngrokapi/services/ssh_host_certificates_client.rb, lib/ngrokapi/services/ssh_user_certificates_client.rb, lib/ngrokapi/services/tunnel_group_backends_client.rb, lib/ngrokapi/services/edge_route_oidc_module_client.rb, lib/ngrokapi/services/edge_route_saml_module_client.rb, lib/ngrokapi/services/http_response_backends_client.rb, lib/ngrokapi/services/certificate_authorities_client.rb, lib/ngrokapi/services/tcp_edge_backend_module_client.rb, lib/ngrokapi/services/tls_edge_backend_module_client.rb, lib/ngrokapi/services/edge_route_o_auth_module_client.rb, lib/ngrokapi/services/edge_route_backend_module_client.rb, lib/ngrokapi/services/tls_edge_mutual_tls_module_client.rb, lib/ngrokapi/services/ssh_certificate_authorities_client.rb, lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb, lib/ngrokapi/services/edge_route_compression_module_client.rb, lib/ngrokapi/services/tcp_edge_ip_restriction_module_client.rb, lib/ngrokapi/services/tcp_edge_traffic_policy_module_client.rb, lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb, lib/ngrokapi/services/tls_edge_traffic_policy_module_client.rb, lib/ngrokapi/services/tls_edge_tls_termination_module_client.rb, lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb, lib/ngrokapi/services/edge_route_traffic_policy_module_client.rb, lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb, lib/ngrokapi/services/edge_route_request_headers_module_client.rb, lib/ngrokapi/services/https_edge_tls_termination_module_client.rb, lib/ngrokapi/services/edge_route_response_headers_module_client.rb, lib/ngrokapi/services/edge_route_user_agent_filter_module_client.rb, lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb, lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb
@@ -91,7 +91,7 @@ Defined Under Namespace
- Classes: APIKeysClient , AbuseReportsClient , AgentIngressesClient , ApplicationSessionsClient , ApplicationUsersClient , BotUsersClient , CertificateAuthoritiesClient , CredentialsClient , EdgeRouteBackendModuleClient , EdgeRouteCircuitBreakerModuleClient , EdgeRouteCompressionModuleClient , EdgeRouteIPRestrictionModuleClient , EdgeRouteOAuthModuleClient , EdgeRouteOIDCModuleClient , EdgeRouteRequestHeadersModuleClient , EdgeRouteResponseHeadersModuleClient , EdgeRouteSAMLModuleClient , EdgeRouteTrafficPolicyModuleClient , EdgeRouteUserAgentFilterModuleClient , EdgeRouteWebhookVerificationModuleClient , EdgeRouteWebsocketTCPConverterModuleClient , EdgesHTTPSClient , EdgesHTTPSRoutesClient , EdgesTCPClient , EdgesTLSClient , EndpointsClient , EventDestinationsClient , EventSourcesClient , EventSubscriptionsClient , FailoverBackendsClient , HTTPResponseBackendsClient , HTTPSEdgeMutualTLSModuleClient , HTTPSEdgeTLSTerminationModuleClient , IPPoliciesClient , IPPolicyRulesClient , IPRestrictionsClient , ReservedAddrsClient , ReservedDomainsClient , SSHCertificateAuthoritiesClient , SSHCredentialsClient , SSHHostCertificatesClient , SSHUserCertificatesClient , StaticBackendsClient , TCPEdgeBackendModuleClient , TCPEdgeIPRestrictionModuleClient , TCPEdgeTrafficPolicyModuleClient , TLSCertificatesClient , TLSEdgeBackendModuleClient , TLSEdgeIPRestrictionModuleClient , TLSEdgeMutualTLSModuleClient , TLSEdgeTLSTerminationModuleClient , TLSEdgeTrafficPolicyModuleClient , TunnelGroupBackendsClient , TunnelSessionsClient , TunnelsClient , WeightedBackendsClient
+ Classes: APIKeysClient , AbuseReportsClient , AgentIngressesClient , ApplicationSessionsClient , ApplicationUsersClient , BotUsersClient , CertificateAuthoritiesClient , CredentialsClient , EdgeRouteBackendModuleClient , EdgeRouteCircuitBreakerModuleClient , EdgeRouteCompressionModuleClient , EdgeRouteIPRestrictionModuleClient , EdgeRouteOAuthModuleClient , EdgeRouteOIDCModuleClient , EdgeRouteRequestHeadersModuleClient , EdgeRouteResponseHeadersModuleClient , EdgeRouteSAMLModuleClient , EdgeRouteTrafficPolicyModuleClient , EdgeRouteUserAgentFilterModuleClient , EdgeRouteWebhookVerificationModuleClient , EdgeRouteWebsocketTCPConverterModuleClient , EdgesHTTPSClient , EdgesHTTPSRoutesClient , EdgesTCPClient , EdgesTLSClient , EndpointsClient , EventDestinationsClient , EventSourcesClient , EventSubscriptionsClient , FailoverBackendsClient , HTTPResponseBackendsClient , HTTPSEdgeMutualTLSModuleClient , HTTPSEdgeTLSTerminationModuleClient , IPPoliciesClient , IPPolicyRulesClient , IPRestrictionsClient , KubernetesOperatorsClient , ReservedAddrsClient , ReservedDomainsClient , SSHCertificateAuthoritiesClient , SSHCredentialsClient , SSHHostCertificatesClient , SSHUserCertificatesClient , StaticBackendsClient , TCPEdgeBackendModuleClient , TCPEdgeIPRestrictionModuleClient , TCPEdgeTrafficPolicyModuleClient , TLSCertificatesClient , TLSEdgeBackendModuleClient , TLSEdgeIPRestrictionModuleClient , TLSEdgeMutualTLSModuleClient , TLSEdgeTLSTerminationModuleClient , TLSEdgeTrafficPolicyModuleClient , TunnelGroupBackendsClient , TunnelSessionsClient , TunnelsClient , WeightedBackendsClient
@@ -107,9 +107,9 @@ Defined Under Namespace
diff --git a/doc/NgrokAPI/Services/APIKeysClient.html b/doc/NgrokAPI/Services/APIKeysClient.html
index 7687f840..1506d851 100644
--- a/doc/NgrokAPI/Services/APIKeysClient.html
+++ b/doc/NgrokAPI/Services/APIKeysClient.html
@@ -1749,9 +1749,9 @@
diff --git a/doc/NgrokAPI/Services/AbuseReportsClient.html b/doc/NgrokAPI/Services/AbuseReportsClient.html
index 7d63260c..a5596106 100644
--- a/doc/NgrokAPI/Services/AbuseReportsClient.html
+++ b/doc/NgrokAPI/Services/AbuseReportsClient.html
@@ -833,9 +833,9 @@
diff --git a/doc/NgrokAPI/Services/AgentIngressesClient.html b/doc/NgrokAPI/Services/AgentIngressesClient.html
index b6e27521..2ac480ab 100644
--- a/doc/NgrokAPI/Services/AgentIngressesClient.html
+++ b/doc/NgrokAPI/Services/AgentIngressesClient.html
@@ -1823,9 +1823,9 @@
diff --git a/doc/NgrokAPI/Services/ApplicationSessionsClient.html b/doc/NgrokAPI/Services/ApplicationSessionsClient.html
index 6c1d119e..8021c80d 100644
--- a/doc/NgrokAPI/Services/ApplicationSessionsClient.html
+++ b/doc/NgrokAPI/Services/ApplicationSessionsClient.html
@@ -1121,9 +1121,9 @@
diff --git a/doc/NgrokAPI/Services/ApplicationUsersClient.html b/doc/NgrokAPI/Services/ApplicationUsersClient.html
index f3205ab8..9c2b9821 100644
--- a/doc/NgrokAPI/Services/ApplicationUsersClient.html
+++ b/doc/NgrokAPI/Services/ApplicationUsersClient.html
@@ -1121,9 +1121,9 @@
diff --git a/doc/NgrokAPI/Services/BotUsersClient.html b/doc/NgrokAPI/Services/BotUsersClient.html
index 3e1ad1a8..b7570206 100644
--- a/doc/NgrokAPI/Services/BotUsersClient.html
+++ b/doc/NgrokAPI/Services/BotUsersClient.html
@@ -1707,9 +1707,9 @@
diff --git a/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html b/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html
index 19b83ba2..55abd385 100644
--- a/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html
+++ b/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html
@@ -1745,9 +1745,9 @@
diff --git a/doc/NgrokAPI/Services/CredentialsClient.html b/doc/NgrokAPI/Services/CredentialsClient.html
index 996f4a09..734df524 100644
--- a/doc/NgrokAPI/Services/CredentialsClient.html
+++ b/doc/NgrokAPI/Services/CredentialsClient.html
@@ -1829,9 +1829,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html
index d85b82c8..2fe3b52b 100644
--- a/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html
index 361820ae..2b559fac 100644
--- a/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html
index f18da524..9bb8a7e7 100644
--- a/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html
index be57d581..6ff63713 100644
--- a/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html
index 4033ba5d..84f60538 100644
--- a/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html
index 76afda7c..404cb7e3 100644
--- a/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html
index 83b81956..222d4bed 100644
--- a/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html
index 649f9a2b..f2694990 100644
--- a/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html
index d02796e7..e81ac2cb 100644
--- a/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html
index 788f772e..f69080d6 100644
--- a/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html
index 73e55803..697cfb9a 100644
--- a/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html
index e69edea5..5b547f57 100644
--- a/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html
index da9150a1..5dad4b0e 100644
--- a/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgesHTTPSClient.html b/doc/NgrokAPI/Services/EdgesHTTPSClient.html
index 75ec4e60..d22e6067 100644
--- a/doc/NgrokAPI/Services/EdgesHTTPSClient.html
+++ b/doc/NgrokAPI/Services/EdgesHTTPSClient.html
@@ -1937,9 +1937,9 @@
diff --git a/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html b/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html
index fa706698..362f6d67 100644
--- a/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html
+++ b/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html
@@ -2715,9 +2715,9 @@
diff --git a/doc/NgrokAPI/Services/EdgesTCPClient.html b/doc/NgrokAPI/Services/EdgesTCPClient.html
index 490efa20..4fab3d0f 100644
--- a/doc/NgrokAPI/Services/EdgesTCPClient.html
+++ b/doc/NgrokAPI/Services/EdgesTCPClient.html
@@ -2017,9 +2017,9 @@
diff --git a/doc/NgrokAPI/Services/EdgesTLSClient.html b/doc/NgrokAPI/Services/EdgesTLSClient.html
index ca3f7bcb..687d81ee 100644
--- a/doc/NgrokAPI/Services/EdgesTLSClient.html
+++ b/doc/NgrokAPI/Services/EdgesTLSClient.html
@@ -2137,9 +2137,9 @@
diff --git a/doc/NgrokAPI/Services/EndpointsClient.html b/doc/NgrokAPI/Services/EndpointsClient.html
index 41818e2a..6925b87d 100644
--- a/doc/NgrokAPI/Services/EndpointsClient.html
+++ b/doc/NgrokAPI/Services/EndpointsClient.html
@@ -207,7 +207,7 @@
- #create (url: "", type: "", traffic_policy: "", description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
+ #create (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
@@ -231,7 +231,7 @@
- #create! (url: "", type: "", traffic_policy: "", description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
+ #create! (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
@@ -425,7 +425,7 @@
- #update (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
+ #update (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
@@ -449,7 +449,7 @@
- #update! (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
+ #update! (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
@@ -575,7 +575,7 @@ Instance Method Details
- #create (url: "", type: "", traffic_policy: "", description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
+ #create (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
@@ -603,8 +603,6 @@
(string )
- (defaults to: "" )
-
—
@@ -621,12 +619,10 @@
(string )
- (defaults to: "" )
-
—
-
whether the endpoint is ephemeral (served directly by an agent-initiated tunnel) or edge (served by an edge) or cloud (represents a cloud endpoint)
+
Type of endpoint. Only ‘cloud’ is currently supported (represents a cloud endpoint). Defaults to ‘cloud’ if not specified.
@@ -639,8 +635,6 @@
(string )
- (defaults to: "" )
-
—
@@ -703,6 +697,19 @@
+
+
+ pooling_enabled
+
+
+ (boolean )
+
+
+ (defaults to: False )
+
+
+
+
Returns:
@@ -730,7 +737,6 @@
-37
38
39
40
@@ -743,12 +749,14 @@
47
48
49
-50
+50
+51
+52
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 37
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 38
-def create ( url: " " , type: " " , traffic_policy: " " , description: nil , metadata: nil , bindings: nil )
+def create ( url: , type: , traffic_policy: , description: nil , metadata: nil , bindings: nil , pooling_enabled: False )
path = ' /endpoints '
replacements = {
}
@@ -759,6 +767,7 @@
data [ :description ] = description if description
data [ :metadata ] = metadata if metadata
data [ :bindings ] = bindings if bindings
+ data [ :pooling_enabled ] = pooling_enabled if pooling_enabled
result = @client . post ( path % replacements , data: data )
NgrokAPI :: Models :: Endpoint . new ( client: self , attrs: result )
end
@@ -770,7 +779,7 @@
- #create! (url: "", type: "", traffic_policy: "", description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
+ #create! (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
@@ -798,8 +807,6 @@
(string )
- (defaults to: "" )
-
—
@@ -816,12 +823,10 @@
(string )
- (defaults to: "" )
-
—
-
whether the endpoint is ephemeral (served directly by an agent-initiated tunnel) or edge (served by an edge) or cloud (represents a cloud endpoint)
+
Type of endpoint. Only ‘cloud’ is currently supported (represents a cloud endpoint). Defaults to ‘cloud’ if not specified.
@@ -834,8 +839,6 @@
(string )
- (defaults to: "" )
-
—
@@ -898,6 +901,19 @@
+
+
+ pooling_enabled
+
+
+ (boolean )
+
+
+ (defaults to: False )
+
+
+
+
Returns:
@@ -925,9 +941,6 @@
-65
-66
-67
68
69
70
@@ -938,12 +951,16 @@
75
76
77
-78
+78
+79
+80
+81
+82
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 65
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 68
-def create! ( url: " " , type: " " , traffic_policy: " " , description: nil , metadata: nil , bindings: nil )
+def create! ( url: , type: , traffic_policy: , description: nil , metadata: nil , bindings: nil , pooling_enabled: False )
path = ' /endpoints '
replacements = {
}
@@ -954,6 +971,7 @@
data [ :description ] = description if description
data [ :metadata ] = metadata if metadata
data [ :bindings ] = bindings if bindings
+ data [ :pooling_enabled ] = pooling_enabled if pooling_enabled
result = @client . post ( path % replacements , data: data , danger: true )
NgrokAPI :: Models :: Endpoint . new ( client: self , attrs: result )
end
@@ -1030,16 +1048,16 @@
-230
-231
-232
-233
-234
-235
-236
+238
+239
+240
+241
+242
+243
+244
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 230
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 238
def delete ( id: " " )
path = ' /endpoints/%{id} '
@@ -1121,16 +1139,16 @@
-246
-247
-248
-249
-250
-251
-252
+254
+255
+256
+257
+258
+259
+260
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 246
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 254
def delete! ( id: " " )
path = ' /endpoints/%{id} '
@@ -1212,18 +1230,18 @@
-140
-141
-142
-143
144
145
146
147
-148
+148
+149
+150
+151
+152
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 140
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 144
def get ( id: " " )
path = ' /endpoints/%{id} '
@@ -1307,18 +1325,18 @@
-158
-159
-160
-161
162
163
164
165
-166
+166
+167
+168
+169
+170
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 158
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 162
def get! ( id: " " )
path = ' /endpoints/%{id} '
@@ -1428,10 +1446,6 @@
-89
-90
-91
-92
93
94
95
@@ -1442,10 +1456,14 @@
100
101
102
-103
+103
+104
+105
+106
+107
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 89
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 93
def list ( before_id: nil , limit: nil , url: nil )
result = @client . list (
@@ -1561,10 +1579,6 @@
-115
-116
-117
-118
119
120
121
@@ -1577,10 +1591,14 @@
128
129
130
-131
+131
+132
+133
+134
+135
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 115
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 119
def list! ( before_id: nil , limit: nil , url: nil )
result = @client . list (
@@ -1607,7 +1625,7 @@
- #update (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
+ #update (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
@@ -1735,6 +1753,19 @@
+
+
+ pooling_enabled
+
+
+ (boolean )
+
+
+ (defaults to: False )
+
+
+
+
Returns:
@@ -1762,11 +1793,6 @@
-180
-181
-182
-183
-184
185
186
187
@@ -1775,12 +1801,18 @@
190
191
192
-193
+193
+194
+195
+196
+197
+198
+199
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 180
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 185
-def update ( id: " " , url: nil , traffic_policy: nil , description: nil , metadata: nil , bindings: nil )
+def update ( id: " " , url: nil , traffic_policy: nil , description: nil , metadata: nil , bindings: nil , pooling_enabled: False )
path = ' /endpoints/%{id} '
replacements = {
id: id ,
@@ -1791,6 +1823,7 @@
data [ :description ] = description if description
data [ :metadata ] = metadata if metadata
data [ :bindings ] = bindings if bindings
+ data [ :pooling_enabled ] = pooling_enabled if pooling_enabled
result = @client . patch ( path % replacements , data: data )
NgrokAPI :: Models :: Endpoint . new ( client: self , attrs: result )
end
@@ -1802,7 +1835,7 @@
- #update! (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
+ #update! (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
@@ -1930,6 +1963,19 @@
+
+
+ pooling_enabled
+
+
+ (boolean )
+
+
+ (defaults to: False )
+
+
+
+
Returns:
@@ -1957,25 +2003,26 @@
-208
-209
-210
-211
-212
-213
-214
215
216
217
218
219
220
-221
+221
+222
+223
+224
+225
+226
+227
+228
+229
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 208
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 215
-def update! ( id: " " , url: nil , traffic_policy: nil , description: nil , metadata: nil , bindings: nil )
+def update! ( id: " " , url: nil , traffic_policy: nil , description: nil , metadata: nil , bindings: nil , pooling_enabled: False )
path = ' /endpoints/%{id} '
replacements = {
id: id ,
@@ -1986,6 +2033,7 @@
data [ :description ] = description if description
data [ :metadata ] = metadata if metadata
data [ :bindings ] = bindings if bindings
+ data [ :pooling_enabled ] = pooling_enabled if pooling_enabled
result = @client . patch ( path % replacements , data: data , danger: true )
NgrokAPI :: Models :: Endpoint . new ( client: self , attrs: result )
end
@@ -1999,9 +2047,9 @@
diff --git a/doc/NgrokAPI/Services/EventDestinationsClient.html b/doc/NgrokAPI/Services/EventDestinationsClient.html
index 5b0cf977..009ae371 100644
--- a/doc/NgrokAPI/Services/EventDestinationsClient.html
+++ b/doc/NgrokAPI/Services/EventDestinationsClient.html
@@ -1877,9 +1877,9 @@
diff --git a/doc/NgrokAPI/Services/EventSourcesClient.html b/doc/NgrokAPI/Services/EventSourcesClient.html
index a58771a8..dc9599b7 100644
--- a/doc/NgrokAPI/Services/EventSourcesClient.html
+++ b/doc/NgrokAPI/Services/EventSourcesClient.html
@@ -1661,9 +1661,9 @@
diff --git a/doc/NgrokAPI/Services/EventSubscriptionsClient.html b/doc/NgrokAPI/Services/EventSubscriptionsClient.html
index de22f570..b476d4fb 100644
--- a/doc/NgrokAPI/Services/EventSubscriptionsClient.html
+++ b/doc/NgrokAPI/Services/EventSubscriptionsClient.html
@@ -1877,9 +1877,9 @@
diff --git a/doc/NgrokAPI/Services/FailoverBackendsClient.html b/doc/NgrokAPI/Services/FailoverBackendsClient.html
index 35b23e18..49c17bcf 100644
--- a/doc/NgrokAPI/Services/FailoverBackendsClient.html
+++ b/doc/NgrokAPI/Services/FailoverBackendsClient.html
@@ -1789,9 +1789,9 @@
diff --git a/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html b/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html
index ed821016..5520bd2d 100644
--- a/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html
+++ b/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html
@@ -1927,9 +1927,9 @@
diff --git a/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html b/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html
index b030a93b..039cb969 100644
--- a/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html
+++ b/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html b/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html
index b7933f6b..cbcccdef 100644
--- a/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html
+++ b/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/IPPoliciesClient.html b/doc/NgrokAPI/Services/IPPoliciesClient.html
index fe2d8413..e11718ee 100644
--- a/doc/NgrokAPI/Services/IPPoliciesClient.html
+++ b/doc/NgrokAPI/Services/IPPoliciesClient.html
@@ -1709,9 +1709,9 @@
diff --git a/doc/NgrokAPI/Services/IPPolicyRulesClient.html b/doc/NgrokAPI/Services/IPPolicyRulesClient.html
index 3c816472..38b93772 100644
--- a/doc/NgrokAPI/Services/IPPolicyRulesClient.html
+++ b/doc/NgrokAPI/Services/IPPolicyRulesClient.html
@@ -1857,9 +1857,9 @@
diff --git a/doc/NgrokAPI/Services/IPRestrictionsClient.html b/doc/NgrokAPI/Services/IPRestrictionsClient.html
index d111f0a0..26353dfe 100644
--- a/doc/NgrokAPI/Services/IPRestrictionsClient.html
+++ b/doc/NgrokAPI/Services/IPRestrictionsClient.html
@@ -1901,9 +1901,9 @@
diff --git a/doc/NgrokAPI/Services/KubernetesOperatorsClient.html b/doc/NgrokAPI/Services/KubernetesOperatorsClient.html
new file mode 100644
index 00000000..86cb30bd
--- /dev/null
+++ b/doc/NgrokAPI/Services/KubernetesOperatorsClient.html
@@ -0,0 +1,2423 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Services::KubernetesOperatorsClient
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Services::KubernetesOperatorsClient
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Services::KubernetesOperatorsClient
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/services/kubernetes_operators_client.rb
+
+
+
+
+
Overview
+
+
+
+
+
+
+ Constant Summary
+ collapse
+
+
+
+
+ PATH =
+
+
+
+
The API path for the requests
+
+
+
+
+
+
+
+
+
+ ' /kubernetes_operators '
+
+ LIST_PROPERTY =
+
+
+
+
The List Property from the resulting API for list calls
+
+
+
+
+
+
+
+
+
+ ' operators '
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
+ #create (description: "", metadata: "", enabled_features: [], region: "", deployment: nil, binding: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Create a new Kubernetes Operator.
+
+
+
+
+
+
+
+
+ #create! (description: "", metadata: "", enabled_features: [], region: "", deployment: nil, binding: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Create a new Kubernetes Operator Throws an exception if API error.
+
+
+
+
+
+
+
+
+ #delete (id: "") ⇒ NgrokAPI::Models::Empty
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Delete a Kubernetes Operator.
+
+
+
+
+
+
+
+
+ #delete! (id: "") ⇒ NgrokAPI::Models::Empty
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Delete a Kubernetes Operator Throws an exception if API error.
+
+
+
+
+
+
+
+
+ #get (id: "") ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Get of a Kubernetes Operator.
+
+
+
+
+
+
+
+
+ #get! (id: "") ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Get of a Kubernetes Operator Throws an exception if API error.
+
+
+
+
+
+
+
+
+ #get_bound_endpoints (id: "", before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
List Endpoints bound to a Kubernetes Operator.
+
+
+
+
+
+
+
+
+ #get_bound_endpoints! (id: "", before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
List Endpoints bound to a Kubernetes Operator Throws an exception if API error.
+
+
+
+
+
+
+
+
+ #initialize (client:) ⇒ KubernetesOperatorsClient
+
+
+
+
+
+
+ constructor
+
+
+
+
+
+
+
+
+
+
A new instance of KubernetesOperatorsClient.
+
+
+
+
+
+
+
+
+ #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
List all Kubernetes Operators owned by this account.
+
+
+
+
+
+
+
+
+ #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
List all Kubernetes Operators owned by this account Throws an exception if API error.
+
+
+
+
+
+
+
+
+ #update (id: "", description: nil, metadata: nil, enabled_features: nil, region: nil, binding: nil, deployment: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Update an existing Kubernetes operator by ID.
+
+
+
+
+
+
+
+
+ #update! (id: "", description: nil, metadata: nil, enabled_features: nil, region: nil, binding: nil, deployment: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Update an existing Kubernetes operator by ID.
+
+
+
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+ #initialize (client:) ⇒ KubernetesOperatorsClient
+
+
+
+
+
+
+
+
+
Returns a new instance of KubernetesOperatorsClient.
+
+
+
+
+
+
+
+
+
+
+
+
+
+21
+22
+23
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 21
+
+def initialize ( client: )
+ @client = client
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+19
+20
+21
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 19
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #create (description: "", metadata: "", enabled_features: [], region: "", deployment: nil, binding: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+37
+38
+39
+40
+41
+42
+43
+44
+45
+46
+47
+48
+49
+50
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 37
+
+def create ( description: " " , metadata: " " , enabled_features: [ ] , region: " " , deployment: nil , binding: nil )
+ path = ' /kubernetes_operators '
+ replacements = {
+ }
+ data = { }
+ data [ :description ] = description if description
+ data [ :metadata ] = metadata if metadata
+ data [ :enabled_features ] = enabled_features if enabled_features
+ data [ :region ] = region if region
+ data [ :deployment ] = deployment if deployment
+ data [ :binding ] = binding if binding
+ result = @client . post ( path % replacements , data: data )
+ NgrokAPI :: Models :: KubernetesOperator . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+ #create! (description: "", metadata: "", enabled_features: [], region: "", deployment: nil, binding: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+65
+66
+67
+68
+69
+70
+71
+72
+73
+74
+75
+76
+77
+78
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 65
+
+def create! ( description: " " , metadata: " " , enabled_features: [ ] , region: " " , deployment: nil , binding: nil )
+ path = ' /kubernetes_operators '
+ replacements = {
+ }
+ data = { }
+ data [ :description ] = description if description
+ data [ :metadata ] = metadata if metadata
+ data [ :enabled_features ] = enabled_features if enabled_features
+ data [ :region ] = region if region
+ data [ :deployment ] = deployment if deployment
+ data [ :binding ] = binding if binding
+ result = @client . post ( path % replacements , data: data , danger: true )
+ NgrokAPI :: Models :: KubernetesOperator . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+ #delete (id: "") ⇒ NgrokAPI::Models::Empty
+
+
+
+
+
+
+
+
+
+
+
+
+146
+147
+148
+149
+150
+151
+152
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 146
+
+def delete ( id: " " )
+ path = ' /kubernetes_operators/%{id} '
+ replacements = {
+ id: id ,
+ }
+ @client . delete ( path % replacements )
+end
+
+
+
+
+
+
+
+
+ #delete! (id: "") ⇒ NgrokAPI::Models::Empty
+
+
+
+
+
+
+
+
+
+
+
+
+162
+163
+164
+165
+166
+167
+168
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 162
+
+def delete! ( id: " " )
+ path = ' /kubernetes_operators/%{id} '
+ replacements = {
+ id: id ,
+ }
+ @client . delete ( path % replacements , danger: true )
+end
+
+
+
+
+
+
+
+
+ #get (id: "") ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+177
+178
+179
+180
+181
+182
+183
+184
+185
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 177
+
+def get ( id: " " )
+ path = ' /kubernetes_operators/%{id} '
+ replacements = {
+ id: id ,
+ }
+ data = { }
+ result = @client . get ( path % replacements , data: data )
+ NgrokAPI :: Models :: KubernetesOperator . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+ #get! (id: "") ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+195
+196
+197
+198
+199
+200
+201
+202
+203
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 195
+
+def get! ( id: " " )
+ path = ' /kubernetes_operators/%{id} '
+ replacements = {
+ id: id ,
+ }
+ data = { }
+ result = @client . get ( path % replacements , data: data , danger: true )
+ NgrokAPI :: Models :: KubernetesOperator . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+ #get_bound_endpoints (id: "", before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+268
+269
+270
+271
+272
+273
+274
+275
+276
+277
+278
+279
+280
+281
+282
+283
+284
+285
+286
+287
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 268
+
+def get_bound_endpoints ( id: " " , before_id: nil , limit: nil , url: nil )
+ path = ' /kubernetes_operators/%{id}/bound_endpoints '
+ replacements = {
+ id: id ,
+ }
+ result = @client . list (
+ id: id ,
+ before_id: before_id ,
+ limit: limit ,
+ url: url ,
+ path: path % replacements
+ )
+
+ NgrokAPI :: Models :: Listable . new (
+ client: self ,
+ attrs: result ,
+ list_property: ' endpoints ' ,
+ klass: NgrokAPI :: Models :: Endpoint
+ )
+end
+
+
+
+
+
+
+
+
+ #get_bound_endpoints! (id: "", before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+300
+301
+302
+303
+304
+305
+306
+307
+308
+309
+310
+311
+312
+313
+314
+315
+316
+317
+318
+319
+320
+321
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 300
+
+def get_bound_endpoints! ( id: " " , before_id: nil , limit: nil , url: nil )
+ path = ' /kubernetes_operators/%{id}/bound_endpoints '
+ replacements = {
+ id: id ,
+ }
+ result = @client . list (
+ id: id ,
+ before_id: before_id ,
+ limit: limit ,
+ danger: true ,
+ url: url ,
+ path: path % replacements
+ )
+
+ NgrokAPI :: Models :: Listable . new (
+ client: self ,
+ attrs: result ,
+ list_property: ' endpoints ' ,
+ klass: NgrokAPI :: Models :: Endpoint ,
+ danger: true
+ )
+end
+
+
+
+
+
+
+
+
+ #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+214
+215
+216
+217
+218
+219
+220
+221
+222
+223
+224
+225
+226
+227
+228
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 214
+
+def list ( before_id: nil , limit: nil , url: nil )
+ result = @client . list (
+ before_id: before_id ,
+ limit: limit ,
+ url: url ,
+ path: PATH
+ )
+
+ NgrokAPI :: Models :: Listable . new (
+ client: self ,
+ attrs: result ,
+ list_property: LIST_PROPERTY ,
+ klass: NgrokAPI :: Models :: KubernetesOperator
+ )
+end
+
+
+
+
+
+
+
+
+ #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+240
+241
+242
+243
+244
+245
+246
+247
+248
+249
+250
+251
+252
+253
+254
+255
+256
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 240
+
+def list! ( before_id: nil , limit: nil , url: nil )
+ result = @client . list (
+ before_id: before_id ,
+ limit: limit ,
+ danger: true ,
+ url: url ,
+ path: PATH
+ )
+
+ NgrokAPI :: Models :: Listable . new (
+ client: self ,
+ attrs: result ,
+ list_property: LIST_PROPERTY ,
+ klass: NgrokAPI :: Models :: KubernetesOperator ,
+ danger: true
+ )
+end
+
+
+
+
+
+
+
+
+ #update (id: "", description: nil, metadata: nil, enabled_features: nil, region: nil, binding: nil, deployment: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+93
+94
+95
+96
+97
+98
+99
+100
+101
+102
+103
+104
+105
+106
+107
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 93
+
+def update ( id: " " , description: nil , metadata: nil , enabled_features: nil , region: nil , binding: nil , deployment: nil )
+ path = ' /kubernetes_operators/%{id} '
+ replacements = {
+ id: id ,
+ }
+ data = { }
+ data [ :description ] = description if description
+ data [ :metadata ] = metadata if metadata
+ data [ :enabled_features ] = enabled_features if enabled_features
+ data [ :region ] = region if region
+ data [ :binding ] = binding if binding
+ data [ :deployment ] = deployment if deployment
+ result = @client . patch ( path % replacements , data: data )
+ NgrokAPI :: Models :: KubernetesOperator . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+ #update! (id: "", description: nil, metadata: nil, enabled_features: nil, region: nil, binding: nil, deployment: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+123
+124
+125
+126
+127
+128
+129
+130
+131
+132
+133
+134
+135
+136
+137
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 123
+
+def update! ( id: " " , description: nil , metadata: nil , enabled_features: nil , region: nil , binding: nil , deployment: nil )
+ path = ' /kubernetes_operators/%{id} '
+ replacements = {
+ id: id ,
+ }
+ data = { }
+ data [ :description ] = description if description
+ data [ :metadata ] = metadata if metadata
+ data [ :enabled_features ] = enabled_features if enabled_features
+ data [ :region ] = region if region
+ data [ :binding ] = binding if binding
+ data [ :deployment ] = deployment if deployment
+ result = @client . patch ( path % replacements , data: data , danger: true )
+ NgrokAPI :: Models :: KubernetesOperator . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Services/ReservedAddrsClient.html b/doc/NgrokAPI/Services/ReservedAddrsClient.html
index 8f50432d..76178e5c 100644
--- a/doc/NgrokAPI/Services/ReservedAddrsClient.html
+++ b/doc/NgrokAPI/Services/ReservedAddrsClient.html
@@ -1749,9 +1749,9 @@
diff --git a/doc/NgrokAPI/Services/ReservedDomainsClient.html b/doc/NgrokAPI/Services/ReservedDomainsClient.html
index dddae276..b43d24c7 100644
--- a/doc/NgrokAPI/Services/ReservedDomainsClient.html
+++ b/doc/NgrokAPI/Services/ReservedDomainsClient.html
@@ -2409,9 +2409,9 @@
diff --git a/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html b/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html
index 1c411ff0..bf3669c7 100644
--- a/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html
+++ b/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html
@@ -1829,9 +1829,9 @@
diff --git a/doc/NgrokAPI/Services/SSHCredentialsClient.html b/doc/NgrokAPI/Services/SSHCredentialsClient.html
index c3417e3e..03ff9bd2 100644
--- a/doc/NgrokAPI/Services/SSHCredentialsClient.html
+++ b/doc/NgrokAPI/Services/SSHCredentialsClient.html
@@ -1865,9 +1865,9 @@
diff --git a/doc/NgrokAPI/Services/SSHHostCertificatesClient.html b/doc/NgrokAPI/Services/SSHHostCertificatesClient.html
index 310be8f5..c9ee6175 100644
--- a/doc/NgrokAPI/Services/SSHHostCertificatesClient.html
+++ b/doc/NgrokAPI/Services/SSHHostCertificatesClient.html
@@ -1901,9 +1901,9 @@
diff --git a/doc/NgrokAPI/Services/SSHUserCertificatesClient.html b/doc/NgrokAPI/Services/SSHUserCertificatesClient.html
index 5f469dae..9f51d232 100644
--- a/doc/NgrokAPI/Services/SSHUserCertificatesClient.html
+++ b/doc/NgrokAPI/Services/SSHUserCertificatesClient.html
@@ -1981,9 +1981,9 @@
diff --git a/doc/NgrokAPI/Services/StaticBackendsClient.html b/doc/NgrokAPI/Services/StaticBackendsClient.html
index 4267ed3c..2f860172 100644
--- a/doc/NgrokAPI/Services/StaticBackendsClient.html
+++ b/doc/NgrokAPI/Services/StaticBackendsClient.html
@@ -1869,9 +1869,9 @@
diff --git a/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html
index b1f6e95d..dde1da8b 100644
--- a/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html
+++ b/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html
index 27cb3743..e04e5519 100644
--- a/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html
+++ b/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html
index 240689ec..9739fe31 100644
--- a/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html
+++ b/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TLSCertificatesClient.html b/doc/NgrokAPI/Services/TLSCertificatesClient.html
index b1ef4d94..83d49a72 100644
--- a/doc/NgrokAPI/Services/TLSCertificatesClient.html
+++ b/doc/NgrokAPI/Services/TLSCertificatesClient.html
@@ -1781,9 +1781,9 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html
index df3f351e..16308841 100644
--- a/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html
index 25fcbbfa..155e3e6b 100644
--- a/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html
index 0c7604d9..e97d2849 100644
--- a/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html
index b01ce109..3a9cef39 100644
--- a/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html
index 173f984e..dc3ca6c2 100644
--- a/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html b/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html
index 183ddec7..4da62067 100644
--- a/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html
+++ b/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html
@@ -1789,9 +1789,9 @@
diff --git a/doc/NgrokAPI/Services/TunnelSessionsClient.html b/doc/NgrokAPI/Services/TunnelSessionsClient.html
index 6e07eb8c..565b48d1 100644
--- a/doc/NgrokAPI/Services/TunnelSessionsClient.html
+++ b/doc/NgrokAPI/Services/TunnelSessionsClient.html
@@ -1573,9 +1573,9 @@
diff --git a/doc/NgrokAPI/Services/TunnelsClient.html b/doc/NgrokAPI/Services/TunnelsClient.html
index 8686d428..b436f573 100644
--- a/doc/NgrokAPI/Services/TunnelsClient.html
+++ b/doc/NgrokAPI/Services/TunnelsClient.html
@@ -893,9 +893,9 @@
diff --git a/doc/NgrokAPI/Services/WeightedBackendsClient.html b/doc/NgrokAPI/Services/WeightedBackendsClient.html
index 303ad75f..d7d3420a 100644
--- a/doc/NgrokAPI/Services/WeightedBackendsClient.html
+++ b/doc/NgrokAPI/Services/WeightedBackendsClient.html
@@ -1789,9 +1789,9 @@
diff --git a/doc/_index.html b/doc/_index.html
index 0451f5bc..46f181a0 100644
--- a/doc/_index.html
+++ b/doc/_index.html
@@ -870,6 +870,70 @@ Namespace Listing A-Z
+
+
+
L
@@ -1239,6 +1303,9 @@ Namespace Listing A-Z
+
+
+
U
@@ -1254,9 +1321,6 @@ Namespace Listing A-Z
-
-
-
W
@@ -1287,9 +1351,9 @@ Namespace Listing A-Z
diff --git a/doc/class_list.html b/doc/class_list.html
index 4b8aadfa..f979f060 100644
--- a/doc/class_list.html
+++ b/doc/class_list.html
@@ -43,7 +43,7 @@
-Error < StandardError
NgrokAPI APIKey < Object
NgrokAPI::Models Ref < Object
NgrokAPI::Models Tunnel < Object
NgrokAPI::Models
+Error < StandardError
NgrokAPI APIKey < Object
NgrokAPI::Models Ref < Object
NgrokAPI::Models Tunnel < Object
NgrokAPI::Models
diff --git a/doc/file.README.html b/doc/file.README.html
index 796d62b6..3b0a626f 100644
--- a/doc/file.README.html
+++ b/doc/file.README.html
@@ -166,9 +166,9 @@ Building (internal)
diff --git a/doc/index.html b/doc/index.html
index e12cc3ee..e7e9858b 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -166,9 +166,9 @@ Building (internal)
diff --git a/doc/method_list.html b/doc/method_list.html
index 6b545294..853e17bb 100644
--- a/doc/method_list.html
+++ b/doc/method_list.html
@@ -405,6 +405,14 @@
+
+
#==
+
NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
#==
NgrokAPI::Models::EndpointCompression
@@ -412,7 +420,7 @@
-
+
#==
NgrokAPI::Models::EndpointSAMLMutate
@@ -420,7 +428,7 @@
-
+
#==
NgrokAPI::Models::EventSourceReplace
@@ -428,7 +436,7 @@
-
+
#==
NgrokAPI::Models::EventTargetDatadog
@@ -436,7 +444,7 @@
-
+
#==
NgrokAPI::Models::EventTargetKinesis
@@ -444,7 +452,7 @@
-
+
#==
NgrokAPI::Models::SSHHostCertificate
@@ -452,7 +460,7 @@
-
+
#==
NgrokAPI::Models::SSHUserCertificate
@@ -460,7 +468,7 @@
-
+
#==
NgrokAPI::Models::TunnelGroupBackend
@@ -468,7 +476,7 @@
-
+
#==
NgrokAPI::Models::AbuseReportHostname
@@ -476,7 +484,7 @@
-
+
#==
NgrokAPI::Models::CertificateAuthority
@@ -484,7 +492,7 @@
-
+
#==
NgrokAPI::Models::EventTargetFirehose
@@ -492,7 +500,7 @@
-
+
#==
NgrokAPI::Models::HTTPResponseBackend
@@ -500,7 +508,7 @@
-
+
#==
NgrokAPI::Models::TLSCertificateSANs
@@ -508,7 +516,7 @@
-
+
#==
NgrokAPI::Models::AgentIngressCertJob
@@ -516,7 +524,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthAmazon
@@ -524,7 +532,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthGoogle
@@ -532,7 +540,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthTwitch
@@ -540,7 +548,7 @@
-
+
#==
NgrokAPI::Models::EndpointBackendMutate
@@ -548,7 +556,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthGitHub
@@ -556,7 +564,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthGitLab
@@ -564,7 +572,7 @@
-
+
#==
NgrokAPI::Models::EndpointTrafficPolicy
@@ -572,7 +580,7 @@
-
+
#==
NgrokAPI::Models::EndpointCircuitBreaker
@@ -580,7 +588,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthFacebook
@@ -588,7 +596,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthProvider
@@ -596,7 +604,7 @@
-
+
#==
NgrokAPI::Models::EndpointRequestHeaders
@@ -604,7 +612,7 @@
-
+
#==
NgrokAPI::Models::EndpointTLSTermination
@@ -612,6 +620,14 @@
+
+
+
#==
+
NgrokAPI::Models::KubernetesOperatorCert
+
+
+
+
#==
@@ -701,6 +717,14 @@
+
+
#==
+
NgrokAPI::Models::KubernetesOperatorBinding
+
+
+
+
+
#==
NgrokAPI::Models::ReservedDomainCertPolicy
@@ -708,7 +732,7 @@
-
+
#==
NgrokAPI::Models::ReservedDomainCertStatus
@@ -716,7 +740,7 @@
-
+
#==
NgrokAPI::Models::EventTargetCloudwatchLogs
@@ -724,6 +748,14 @@
+
+
+
#==
+
NgrokAPI::Models::KubernetesOperatorDeployment
+
+
+
+
#==
@@ -749,6 +781,30 @@
+
+
#==
+
NgrokAPI::Models::KubernetesOperatorBindingCreate
+
+
+
+
+
+
+
#==
+
NgrokAPI::Models::KubernetesOperatorBindingUpdate
+
+
+
+
+
+
+
#==
+
NgrokAPI::Models::KubernetesOperatorDeploymentUpdate
+
+
+
+
+
#abuse_reports
NgrokAPI::Client
@@ -756,7 +812,7 @@
-
+
#acl
NgrokAPI::Models::Credential
@@ -764,7 +820,7 @@
-
+
#acl
NgrokAPI::Models::SSHCredential
@@ -772,7 +828,7 @@
-
+
#acme_challenge_cname_target
NgrokAPI::Models::ReservedDomain
@@ -780,7 +836,7 @@
-
+
#action
NgrokAPI::Models::IPPolicyRule
@@ -788,7 +844,7 @@
-
+
#active
NgrokAPI::Models::BotUser
@@ -796,7 +852,7 @@
-
+
#add
NgrokAPI::Models::EndpointRequestHeaders
@@ -804,7 +860,7 @@
-
+
#add
NgrokAPI::Models::EndpointResponseHeaders
@@ -812,7 +868,7 @@
-
+
#addr
NgrokAPI::Models::ReservedAddr
@@ -820,7 +876,7 @@
-
+
#address
NgrokAPI::Models::StaticBackend
@@ -828,7 +884,7 @@
-
+
#agent_ingresses
NgrokAPI::Client
@@ -836,7 +892,7 @@
-
+
#agent_version
NgrokAPI::Models::TunnelSession
@@ -844,7 +900,7 @@
-
+
#allow
NgrokAPI::Models::EndpointUserAgentFilter
@@ -852,7 +908,7 @@
-
+
#allow_idp_initiated
NgrokAPI::Models::EndpointSAML
@@ -860,7 +916,7 @@
-
+
#allow_idp_initiated
NgrokAPI::Models::EndpointSAMLMutate
@@ -868,7 +924,7 @@
-
+
#amazon
NgrokAPI::Models::EndpointOAuthProvider
@@ -876,7 +932,7 @@
-
+
#api_key
NgrokAPI::HttpClient
@@ -884,7 +940,7 @@
-
+
#api_key
NgrokAPI::Models::EventTargetDatadog
@@ -892,7 +948,7 @@
-
+
#api_keys
NgrokAPI::Client
@@ -900,7 +956,7 @@
-
+
#application_sessions
NgrokAPI::Client
@@ -908,7 +964,7 @@
-
+
#application_user
NgrokAPI::Models::ApplicationSession
@@ -916,7 +972,7 @@
-
+
#application_users
NgrokAPI::Client
@@ -924,7 +980,7 @@
-
+
#assertion_consumer_service_url
NgrokAPI::Models::EndpointSAML
@@ -932,7 +988,7 @@
-
+
#attrs
NgrokAPI::Models::Ref
@@ -940,7 +996,7 @@
-
+
#attrs
NgrokAPI::Models::Tunnel
@@ -948,7 +1004,7 @@
-
+
#attrs
NgrokAPI::Models::APIKey
@@ -956,7 +1012,7 @@
-
+
#attrs
NgrokAPI::Models::AWSAuth
@@ -964,7 +1020,7 @@
-
+
#attrs
NgrokAPI::Models::AWSRole
@@ -972,7 +1028,7 @@
-
+
#attrs
NgrokAPI::Models::BotUser
@@ -980,7 +1036,7 @@
-
+
#attrs
NgrokAPI::Models::Endpoint
@@ -988,7 +1044,7 @@
-
+
#attrs
NgrokAPI::Models::Listable
@@ -996,7 +1052,7 @@
-
+
#attrs
NgrokAPI::Models::Location
@@ -1004,7 +1060,7 @@
-
+
#attrs
NgrokAPI::Models::TCPEdge
@@ -1012,7 +1068,7 @@
-
+
#attrs
NgrokAPI::Models::TLSEdge
@@ -1020,7 +1076,7 @@
-
+
#attrs
NgrokAPI::Models::IPPolicy
@@ -1028,7 +1084,7 @@
-
+
#attrs
NgrokAPI::Models::Credential
@@ -1036,7 +1092,7 @@
-
+
#attrs
NgrokAPI::Models::HTTPSEdge
@@ -1044,7 +1100,7 @@
-
+
#attrs
NgrokAPI::Models::UserAgent
@@ -1052,7 +1108,7 @@
-
+
#attrs
NgrokAPI::Models::AbuseReport
@@ -1060,7 +1116,7 @@
-
+
#attrs
NgrokAPI::Models::EventSource
@@ -1068,7 +1124,7 @@
-
+
#attrs
NgrokAPI::Models::EventTarget
@@ -1076,7 +1132,7 @@
-
+
#attrs
NgrokAPI::Models::AgentIngress
@@ -1084,7 +1140,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointOIDC
@@ -1092,7 +1148,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointSAML
@@ -1100,7 +1156,7 @@
-
+
#attrs
NgrokAPI::Models::ReservedAddr
@@ -1108,7 +1164,7 @@
-
+
#attrs
NgrokAPI::Models::IPPolicyRule
@@ -1116,7 +1172,7 @@
-
+
#attrs
NgrokAPI::Models::IPRestriction
@@ -1124,7 +1180,7 @@
-
+
#attrs
NgrokAPI::Models::SSHCredential
@@ -1132,7 +1188,7 @@
-
+
#attrs
NgrokAPI::Models::StaticBackend
@@ -1140,7 +1196,7 @@
-
+
#attrs
NgrokAPI::Models::TunnelSession
@@ -1148,7 +1204,7 @@
-
+
#attrs
NgrokAPI::Models::AWSCredentials
@@ -1156,7 +1212,7 @@
-
+
#attrs
NgrokAPI::Models::BrowserSession
@@ -1164,7 +1220,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointOAuth
@@ -1172,7 +1228,7 @@
-
+
#attrs
NgrokAPI::Models::ReservedDomain
@@ -1180,7 +1236,7 @@
-
+
#attrs
NgrokAPI::Models::TLSCertificate
@@ -1188,7 +1244,7 @@
-
+
#attrs
NgrokAPI::Models::ApplicationUser
@@ -1196,7 +1252,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointBackend
@@ -1204,7 +1260,7 @@
-
+
#attrs
NgrokAPI::Models::FailoverBackend
@@ -1212,7 +1268,7 @@
-
+
#attrs
NgrokAPI::Models::HTTPSEdgeRoute
@@ -1220,7 +1276,7 @@
-
+
#attrs
NgrokAPI::Models::WeightedBackend
@@ -1228,7 +1284,7 @@
-
+
#attrs
NgrokAPI::Models::EventDestination
@@ -1236,7 +1292,7 @@
-
+
#attrs
NgrokAPI::Models::EventSourceList
@@ -1244,7 +1300,7 @@
-
+
#attrs
NgrokAPI::Models::IdentityProvider
@@ -1252,7 +1308,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointIPPolicy
@@ -1260,7 +1316,7 @@
-
+
#attrs
NgrokAPI::Models::EventSubscription
@@ -1268,7 +1324,7 @@
-
+
#attrs
NgrokAPI::Models::StaticBackendTLS
@@ -1276,7 +1332,7 @@
-
+
#attrs
NgrokAPI::Models::ApplicationSession
@@ -1284,7 +1340,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointMutualTLS
@@ -1292,6 +1348,14 @@
+
+
+
#attrs
+
NgrokAPI::Models::KubernetesOperator
+
+
+
+
#attrs
@@ -1501,6 +1565,14 @@
+
+
#attrs
+
NgrokAPI::Models::KubernetesOperatorCert
+
+
+
+
+
#attrs
NgrokAPI::Models::ReservedDomainCertJob
@@ -1508,7 +1580,7 @@
-
+
#attrs
NgrokAPI::Models::AgentIngressCertPolicy
@@ -1516,7 +1588,7 @@
-
+
#attrs
NgrokAPI::Models::AgentIngressCertStatus
@@ -1524,7 +1596,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointIPPolicyMutate
@@ -1532,7 +1604,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointOAuthLinkedIn
@@ -1540,7 +1612,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointOAuthMicrosoft
@@ -1548,7 +1620,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointResponseHeaders
@@ -1556,7 +1628,7 @@
-
+
#attrs
NgrokAPI::Models::SSHCertificateAuthority
@@ -1564,7 +1636,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointMutualTLSMutate
@@ -1572,7 +1644,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointUserAgentFilter
@@ -1580,7 +1652,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointWebhookValidation
@@ -1588,6 +1660,14 @@
+
+
+