Skip to content

Commit 855c61b

Browse files
feat(gkehub): update the api
#### gkehub:v1 The following keys were added: - resources.organizations.resources.locations.resources.fleets.methods.list (Total Keys: 16) - resources.projects.resources.locations.resources.fleets.methods.create (Total Keys: 12) - resources.projects.resources.locations.resources.fleets.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.fleets.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.fleets.methods.list (Total Keys: 16) - resources.projects.resources.locations.resources.fleets.methods.patch (Total Keys: 15) - resources.projects.resources.locations.resources.scopes.methods.patch (Total Keys: 15) - schemas.ConfigManagementConfigSync.properties.metricsGcpServiceAccountEmail.type (Total Keys: 1) - schemas.ConfigManagementConfigSyncError (Total Keys: 3) - schemas.ConfigManagementConfigSyncState.properties.errors (Total Keys: 2) - schemas.ConfigManagementManaged.properties.stopSyncing.type (Total Keys: 1) - schemas.ConfigManagementMembershipSpec.properties.cluster.type (Total Keys: 1) - schemas.ConfigManagementPolicyController.properties.updateTime (Total Keys: 3) - schemas.ConfigManagementPolicyControllerMigration.properties.copyTime (Total Keys: 2) - schemas.Fleet (Total Keys: 22) - schemas.ListFleetsResponse (Total Keys: 5) #### gkehub:v1alpha The following keys were added: - schemas.ClusterUpgradeGKEUpgrade (Total Keys: 21) - schemas.ClusterUpgradeIgnoredMembership (Total Keys: 5) - schemas.ClusterUpgradeMembershipGKEUpgradeState (Total Keys: 4) - schemas.ClusterUpgradeMembershipState (Total Keys: 7) - schemas.ClusterUpgradePostConditions (Total Keys: 4) - schemas.ClusterUpgradeScopeGKEUpgradeState (Total Keys: 7) - schemas.ClusterUpgradeScopeSpec (Total Keys: 7) - schemas.ClusterUpgradeScopeState (Total Keys: 7) - schemas.ClusterUpgradeUpgradeStatus (Total Keys: 6) - schemas.ConfigManagementConfigSync.properties.metricsGcpServiceAccountEmail.type (Total Keys: 1) - schemas.ConfigManagementConfigSyncError (Total Keys: 3) - schemas.ConfigManagementConfigSyncState.properties.errors (Total Keys: 2) - schemas.ConfigManagementManaged.properties.stopSyncing.type (Total Keys: 1) - schemas.ConfigManagementMembershipSpec.properties.cluster.type (Total Keys: 1) - schemas.ConfigManagementPolicyController.properties.updateTime (Total Keys: 3) - schemas.ConfigManagementPolicyControllerMigration.properties.copyTime (Total Keys: 2) - schemas.MembershipFeatureState.properties.clusterupgrade.$ref (Total Keys: 1) - schemas.PolicyControllerPolicyContentState.properties.referentialSyncConfigState.$ref (Total Keys: 1) - schemas.ScopeFeatureSpec.properties.clusterupgrade.$ref (Total Keys: 1) - schemas.ScopeFeatureState.properties.clusterupgrade.$ref (Total Keys: 1) #### gkehub:v1beta The following keys were added: - schemas.ConfigManagementConfigSync.properties.metricsGcpServiceAccountEmail.type (Total Keys: 1) - schemas.ConfigManagementConfigSyncError (Total Keys: 3) - schemas.ConfigManagementConfigSyncState.properties.errors (Total Keys: 2) - schemas.ConfigManagementManaged.properties.stopSyncing.type (Total Keys: 1) - schemas.ConfigManagementMembershipSpec.properties.cluster.type (Total Keys: 1) - schemas.ConfigManagementPolicyController.properties.updateTime (Total Keys: 3) - schemas.ConfigManagementPolicyControllerMigration.properties.copyTime (Total Keys: 2) - schemas.PolicyControllerPolicyContentState.properties.referentialSyncConfigState.$ref (Total Keys: 1)
1 parent d53652c commit 855c61b

16 files changed

+2030
-93
lines changed

docs/dyn/gkehub_v1.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474

7575
<h1><a href="gkehub_v1.html">GKE Hub API</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="gkehub_v1.organizations.html">organizations()</a></code>
79+
</p>
80+
<p class="firstline">Returns the organizations Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="gkehub_v1.projects.html">projects()</a></code>
7984
</p>
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="gkehub_v1.html">GKE Hub API</a> . <a href="gkehub_v1.organizations.html">organizations</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="gkehub_v1.organizations.locations.html">locations()</a></code>
79+
</p>
80+
<p class="firstline">Returns the locations Resource.</p>
81+
82+
<p class="toc_element">
83+
<code><a href="#close">close()</a></code></p>
84+
<p class="firstline">Close httplib2 connections.</p>
85+
<h3>Method Details</h3>
86+
<div class="method">
87+
<code class="details" id="close">close()</code>
88+
<pre>Close httplib2 connections.</pre>
89+
</div>
90+
91+
</body></html>
Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="gkehub_v1.html">GKE Hub API</a> . <a href="gkehub_v1.organizations.html">organizations</a> . <a href="gkehub_v1.organizations.locations.html">locations</a> . <a href="gkehub_v1.organizations.locations.fleets.html">fleets</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Returns all fleets within an organization or a project that the caller has access to.</p>
83+
<p class="toc_element">
84+
<code><a href="#list_next">list_next()</a></code></p>
85+
<p class="firstline">Retrieves the next page of results.</p>
86+
<h3>Method Details</h3>
87+
<div class="method">
88+
<code class="details" id="close">close()</code>
89+
<pre>Close httplib2 connections.</pre>
90+
</div>
91+
92+
<div class="method">
93+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
94+
<pre>Returns all fleets within an organization or a project that the caller has access to.
95+
96+
Args:
97+
parent: string, Required. The organization or project to list for Fleets under, in the format `organizations/*/locations/*` or `projects/*/locations/*`. (required)
98+
pageSize: integer, Optional. The maximum number of fleets to return. The service may return fewer than this value. If unspecified, at most 200 fleets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
99+
pageToken: string, Optional. A page token, received from a previous `ListFleets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFleets` must match the call that provided the page token.
100+
x__xgafv: string, V1 error format.
101+
Allowed values
102+
1 - v1 error format
103+
2 - v2 error format
104+
105+
Returns:
106+
An object of the form:
107+
108+
{ # Response message for the `GkeHub.ListFleetsResponse` method.
109+
&quot;fleets&quot;: [ # The list of matching fleets.
110+
{ # Fleet contains the Fleet-wide metadata and configuration.
111+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. When the Fleet was created.
112+
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. When the Fleet was deleted.
113+
&quot;displayName&quot;: &quot;A String&quot;, # Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. Example: `Production Fleet`
114+
&quot;name&quot;: &quot;A String&quot;, # Output only. The full, unique resource name of this fleet in the format of `projects/{project}/locations/{location}/fleets/{fleet}`. Each Google Cloud project can have at most one fleet resource, named &quot;default&quot;.
115+
&quot;state&quot;: { # FleetLifecycleState describes the state of a Fleet resource. # Output only. State of the namespace resource.
116+
&quot;code&quot;: &quot;A String&quot;, # Output only. The current state of the Fleet resource.
117+
},
118+
&quot;uid&quot;: &quot;A String&quot;, # Output only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet resource is deleted and another resource with the same name is created, it gets a different uid.
119+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. When the Fleet was last updated.
120+
},
121+
],
122+
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. The token is only valid for 1h.
123+
}</pre>
124+
</div>
125+
126+
<div class="method">
127+
<code class="details" id="list_next">list_next()</code>
128+
<pre>Retrieves the next page of results.
129+
130+
Args:
131+
previous_request: The request for the previous page. (required)
132+
previous_response: The response from the request for the previous page. (required)
133+
134+
Returns:
135+
A request object that you can call &#x27;execute()&#x27; on to request the next
136+
page. Returns None if there are no more items in the collection.
137+
</pre>
138+
</div>
139+
140+
</body></html>
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="gkehub_v1.html">GKE Hub API</a> . <a href="gkehub_v1.organizations.html">organizations</a> . <a href="gkehub_v1.organizations.locations.html">locations</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="gkehub_v1.organizations.locations.fleets.html">fleets()</a></code>
79+
</p>
80+
<p class="firstline">Returns the fleets Resource.</p>
81+
82+
<p class="toc_element">
83+
<code><a href="#close">close()</a></code></p>
84+
<p class="firstline">Close httplib2 connections.</p>
85+
<h3>Method Details</h3>
86+
<div class="method">
87+
<code class="details" id="close">close()</code>
88+
<pre>Close httplib2 connections.</pre>
89+
</div>
90+
91+
</body></html>

0 commit comments

Comments
 (0)