You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActionIPLoadbalancingTcpRouteActionOpts`json:"action"`//Action triggered when all rules match
347
347
DisplayName*string`json:"displayName,omitempty"`//Human readable name for your route, this field is for you
@@ -381,7 +381,7 @@ func (v IPLoadbalancingTcpRouteAction) ToMap() map[string]interface{} {
381
381
returnobj
382
382
}
383
383
384
-
//IPLoadbalancingTcpRoute HTTP Route
384
+
//IPLoadbalancingTcpRoute HTTP Route
385
385
typeIPLoadbalancingTcpRoutestruct {
386
386
ActionIPLoadbalancingTcpRouteAction`json:"action"`//Action triggered when all rules match
387
387
DisplayName*string`json:"displayName"`//Human readable name for your route, this field is for you
@@ -419,7 +419,7 @@ func (v IPLoadbalancingTcpRoute) ToMap() map[string]interface{} {
419
419
returnobj
420
420
}
421
421
422
-
//IPLoadbalancingRouteRule Route Rule
422
+
//IPLoadbalancingRouteRule Route Rule
423
423
typeIPLoadbalancingRouteRulestruct {
424
424
DisplayName*string`json:"displayName"`//Human readable name for your rule
425
425
Fieldstring`json:"field"`//Name of the field to match like "protocol" or "host". See "/ipLoadbalancing/{serviceName}/availableRouteRules" for a list of available rules
@@ -468,7 +468,7 @@ func (v IPLoadbalancingRouteRule) ToMapForRoutes() map[string]interface{} {
468
468
returnobj
469
469
}
470
470
471
-
//IPLoadbalancingRouteRule Route Rule
471
+
//IPLoadbalancingRouteRule Route Rule
472
472
typeIPLoadbalancingRouteRuleOptsstruct {
473
473
DisplayName*string`json:"displayName,omitempty"`//Human readable name for your rule
474
474
Fieldstring`json:"field"`//Name of the field to match like "protocol" or "host". See "/ipLoadbalancing/{serviceName}/availableRouteRules" for a list of available rules
Copy file name to clipboardexpand all lines: website/docs/r/cloud_project_kube_oidc.html.markdown
+8
Original file line number
Diff line number
Diff line change
@@ -58,3 +58,11 @@ The following arguments are supported:
58
58
*`oidcSigningAlgs` - Array of signing algorithms accepted. Default is `RS256`.
59
59
60
60
*`oidcCaContent` - Content of the certificate for the CA, in Base64 format, that signed your identity provider's web certificate. Defaults to the host's root CAs.
61
+
62
+
## Import
63
+
64
+
OVHcloud Managed Kubernetes Service cluster OIDC can be imported using the tenant `service_name` and cluster id `kube_id` separated by "/" E.g.,
0 commit comments