Skip to content

Commit

Permalink
Generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Sep 18, 2017
1 parent dc0b558 commit a72b77b
Show file tree
Hide file tree
Showing 12 changed files with 159 additions and 85 deletions.
3 changes: 2 additions & 1 deletion api/docs/apis-oauth.openshift.io/v1.OAuthClient.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Expand or mouse-over a field for more information about it.

++++
<pre>
<details><summary><span title="(array) AdditionalSecrets holds other secrets that may be used to identify the client. This is useful for rotation and for service account token validation">additionalSecrets</span>:
<div style="margin-left:13px;"><span title="(integer) AccessTokenMaxAgeSeconds overrides the default access token max age for tokens granted to this client. 0 means no expiration.">accessTokenMaxAgeSeconds</span>:
</div><details><summary><span title="(array) AdditionalSecrets holds other secrets that may be used to identify the client. This is useful for rotation and for service account token validation">additionalSecrets</span>:
</summary><div style="margin-left:13px;">- <span title="(string)">[string]</span>:
</div></details><div style="margin-left:13px;"><span title="(string) APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources">apiVersion</span>:
</div><div style="margin-left:13px;"><span title="(string) GrantMethod determines how to handle grants for this client. If no method is provided, the cluster default grant handling method will be used. Valid grant handling methods are:
Expand Down
3 changes: 2 additions & 1 deletion api/docs/oapi/v1.OAuthClient.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Expand or mouse-over a field for more information about it.

++++
<pre>
<details><summary><span title="(array) AdditionalSecrets holds other secrets that may be used to identify the client. This is useful for rotation and for service account token validation">additionalSecrets</span>:
<div style="margin-left:13px;"><span title="(integer) AccessTokenMaxAgeSeconds overrides the default access token max age for tokens granted to this client. 0 means no expiration.">accessTokenMaxAgeSeconds</span>:
</div><details><summary><span title="(array) AdditionalSecrets holds other secrets that may be used to identify the client. This is useful for rotation and for service account token validation">additionalSecrets</span>:
</summary><div style="margin-left:13px;">- <span title="(string)">[string]</span>:
</div></details><div style="margin-left:13px;"><span title="(string) APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources">apiVersion</span>:
</div><div style="margin-left:13px;"><span title="(string) GrantMethod determines how to handle grants for this client. If no method is provided, the cluster default grant handling method will be used. Valid grant handling methods are:
Expand Down

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

5 changes: 5 additions & 0 deletions api/swagger-spec/oapi-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -27218,6 +27218,11 @@
"$ref": "v1.ScopeRestriction"
},
"description": "ScopeRestrictions describes which scopes this client can request. Each requested scope is checked against each restriction. If any restriction matches, then the scope is allowed. If no restriction matches, then the scope is denied."
},
"accessTokenMaxAgeSeconds": {
"type": "integer",
"format": "int32",
"description": "AccessTokenMaxAgeSeconds overrides the default access token max age for tokens granted to this client. 0 means no expiration."
}
}
},
Expand Down
5 changes: 5 additions & 0 deletions api/swagger-spec/openshift-openapi-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -91358,6 +91358,11 @@
"com.github.openshift.origin.pkg.oauth.apis.oauth.v1.OAuthClient": {
"description": "OAuthClient describes an OAuth client",
"properties": {
"accessTokenMaxAgeSeconds": {
"description": "AccessTokenMaxAgeSeconds overrides the default access token max age for tokens granted to this client. 0 means no expiration.",
"type": "integer",
"format": "int32"
},
"additionalSecrets": {
"description": "AdditionalSecrets holds other secrets that may be used to identify the client. This is useful for rotation and for service account token validation",
"type": "array",
Expand Down
Loading

0 comments on commit a72b77b

Please sign in to comment.