Skip to content

Commit

Permalink
feat(gkehub): update the api
Browse files Browse the repository at this point in the history
#### gkehub:v1

The following keys were added:
- schemas.CommonFleetDefaultMemberConfigSpec (Total Keys: 2)
- schemas.Feature.properties.fleetDefaultMemberConfig.$ref (Total Keys: 1)

#### gkehub:v1alpha

The following keys were added:
- schemas.CommonFleetDefaultMemberConfigSpec (Total Keys: 3)
- schemas.Feature.properties.fleetDefaultMemberConfig.$ref (Total Keys: 1)

#### gkehub:v1beta

The following keys were added:
- schemas.CommonFleetDefaultMemberConfigSpec (Total Keys: 3)
- schemas.Feature.properties.fleetDefaultMemberConfig.$ref (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jan 31, 2023
1 parent eb0b715 commit f689940
Show file tree
Hide file tree
Showing 9 changed files with 346 additions and 10 deletions.
8 changes: 8 additions & 0 deletions docs/dyn/gkehub_v1.projects.locations.features.html
Expand Up @@ -122,6 +122,8 @@ <h3>Method Details</h3>
{ # Feature represents the settings and status of any Hub Feature.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was created.
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was deleted.
&quot;fleetDefaultMemberConfig&quot;: { # CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet # Optional. Feature configuration applicable to all memberships of the fleet.
},
&quot;labels&quot;: { # GCP labels for this Feature.
&quot;a_key&quot;: &quot;A String&quot;,
},
Expand Down Expand Up @@ -547,6 +549,8 @@ <h3>Method Details</h3>
{ # Feature represents the settings and status of any Hub Feature.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was created.
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was deleted.
&quot;fleetDefaultMemberConfig&quot;: { # CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet # Optional. Feature configuration applicable to all memberships of the fleet.
},
&quot;labels&quot;: { # GCP labels for this Feature.
&quot;a_key&quot;: &quot;A String&quot;,
},
Expand Down Expand Up @@ -960,6 +964,8 @@ <h3>Method Details</h3>
{ # Feature represents the settings and status of any Hub Feature.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was created.
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was deleted.
&quot;fleetDefaultMemberConfig&quot;: { # CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet # Optional. Feature configuration applicable to all memberships of the fleet.
},
&quot;labels&quot;: { # GCP labels for this Feature.
&quot;a_key&quot;: &quot;A String&quot;,
},
Expand Down Expand Up @@ -1329,6 +1335,8 @@ <h3>Method Details</h3>
{ # Feature represents the settings and status of any Hub Feature.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was created.
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was deleted.
&quot;fleetDefaultMemberConfig&quot;: { # CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet # Optional. Feature configuration applicable to all memberships of the fleet.
},
&quot;labels&quot;: { # GCP labels for this Feature.
&quot;a_key&quot;: &quot;A String&quot;,
},
Expand Down
144 changes: 144 additions & 0 deletions docs/dyn/gkehub_v1alpha.projects.locations.features.html

Large diffs are not rendered by default.

144 changes: 144 additions & 0 deletions docs/dyn/gkehub_v1beta.projects.locations.features.html

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion googleapiclient/discovery_cache/documents/gkehub.v1.json
Expand Up @@ -905,7 +905,7 @@
}
}
},
"revision": "20230106",
"revision": "20230119",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AppDevExperienceFeatureSpec": {
Expand Down Expand Up @@ -1077,6 +1077,12 @@
},
"type": "object"
},
"CommonFleetDefaultMemberConfigSpec": {
"description": "CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet",
"id": "CommonFleetDefaultMemberConfigSpec",
"properties": {},
"type": "object"
},
"ConfigManagementConfigSync": {
"description": "Configuration for Config Sync",
"id": "ConfigManagementConfigSync",
Expand Down Expand Up @@ -1878,6 +1884,10 @@
"readOnly": true,
"type": "string"
},
"fleetDefaultMemberConfig": {
"$ref": "CommonFleetDefaultMemberConfigSpec",
"description": "Optional. Feature configuration applicable to all memberships of the fleet."
},
"labels": {
"additionalProperties": {
"type": "string"
Expand Down
21 changes: 18 additions & 3 deletions googleapiclient/discovery_cache/documents/gkehub.v1alpha.json
Expand Up @@ -1179,7 +1179,7 @@
}
}
},
"revision": "20230106",
"revision": "20230119",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AnthosObservabilityFeatureSpec": {
Expand Down Expand Up @@ -1436,6 +1436,17 @@
},
"type": "object"
},
"CommonFleetDefaultMemberConfigSpec": {
"description": "CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet",
"id": "CommonFleetDefaultMemberConfigSpec",
"properties": {
"identityservice": {
"$ref": "IdentityServiceMembershipSpec",
"description": "Identity Service-specific spec."
}
},
"type": "object"
},
"ConfigManagementBinauthzConfig": {
"description": "Configuration for Binauthz",
"id": "ConfigManagementBinauthzConfig",
Expand Down Expand Up @@ -2294,6 +2305,10 @@
"readOnly": true,
"type": "string"
},
"fleetDefaultMemberConfig": {
"$ref": "CommonFleetDefaultMemberConfigSpec",
"description": "Optional. Feature configuration applicable to all memberships of the fleet."
},
"labels": {
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -3570,7 +3585,7 @@
"INSTALLING",
"ACTIVE",
"UPDATING",
"DECOMISSIONING",
"DECOMMISSIONING",
"CLUSTER_ERROR",
"HUB_ERROR",
"SUSPENDED"
Expand Down Expand Up @@ -3631,7 +3646,7 @@
"INSTALLING",
"ACTIVE",
"UPDATING",
"DECOMISSIONING",
"DECOMMISSIONING",
"CLUSTER_ERROR",
"HUB_ERROR",
"SUSPENDED"
Expand Down
Expand Up @@ -652,7 +652,7 @@
}
}
},
"revision": "20230106",
"revision": "20230119",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"ApplianceCluster": {
Expand Down
21 changes: 18 additions & 3 deletions googleapiclient/discovery_cache/documents/gkehub.v1beta.json
Expand Up @@ -670,7 +670,7 @@
}
}
},
"revision": "20230106",
"revision": "20230119",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AnthosObservabilityFeatureSpec": {
Expand Down Expand Up @@ -839,6 +839,17 @@
},
"type": "object"
},
"CommonFleetDefaultMemberConfigSpec": {
"description": "CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet",
"id": "CommonFleetDefaultMemberConfigSpec",
"properties": {
"identityservice": {
"$ref": "IdentityServiceMembershipSpec",
"description": "Identity Service-specific spec."
}
},
"type": "object"
},
"ConfigManagementBinauthzConfig": {
"description": "Configuration for Binauthz",
"id": "ConfigManagementBinauthzConfig",
Expand Down Expand Up @@ -1671,6 +1682,10 @@
"readOnly": true,
"type": "string"
},
"fleetDefaultMemberConfig": {
"$ref": "CommonFleetDefaultMemberConfigSpec",
"description": "Optional. Feature configuration applicable to all memberships of the fleet."
},
"labels": {
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -2494,7 +2509,7 @@
"INSTALLING",
"ACTIVE",
"UPDATING",
"DECOMISSIONING",
"DECOMMISSIONING",
"CLUSTER_ERROR",
"HUB_ERROR",
"SUSPENDED"
Expand Down Expand Up @@ -2555,7 +2570,7 @@
"INSTALLING",
"ACTIVE",
"UPDATING",
"DECOMISSIONING",
"DECOMMISSIONING",
"CLUSTER_ERROR",
"HUB_ERROR",
"SUSPENDED"
Expand Down
Expand Up @@ -706,7 +706,7 @@
}
}
},
"revision": "20230106",
"revision": "20230119",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"ApplianceCluster": {
Expand Down
Expand Up @@ -280,7 +280,7 @@
}
}
},
"revision": "20230106",
"revision": "20230119",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
Expand Down

0 comments on commit f689940

Please sign in to comment.