Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0f2f4b9

Browse files
committedJul 5, 2023
feat(gkehub): update the api
#### gkehub:v1 The following keys were added: - schemas.FleetObservabilityFeatureError (Total Keys: 3) - schemas.FleetObservabilityFeatureSpec.properties.loggingConfig.$ref (Total Keys: 1) - schemas.FleetObservabilityFeatureState.properties.logging.$ref (Total Keys: 1) - schemas.FleetObservabilityFeatureState.properties.monitoring.$ref (Total Keys: 1) - schemas.FleetObservabilityFleetObservabilityBaseFeatureState (Total Keys: 5) - schemas.FleetObservabilityFleetObservabilityLoggingState (Total Keys: 4) - schemas.FleetObservabilityFleetObservabilityMonitoringState (Total Keys: 3) - schemas.FleetObservabilityLoggingConfig (Total Keys: 4) - schemas.FleetObservabilityRoutingConfig (Total Keys: 3) #### gkehub:v1alpha The following keys were deleted: - schemas.PolicyControllerBundleInstallSpec.properties.management.type (Total Keys: 1) - schemas.PolicyControllerHubConfig.properties.templateLibraryConfig.$ref (Total Keys: 1) - schemas.PolicyControllerMembershipState.properties.contentStates (Total Keys: 2) - schemas.PolicyControllerTemplateLibraryConfig.properties.included.type (Total Keys: 1) The following keys were added: - schemas.FleetObservabilityFeatureError (Total Keys: 3) - schemas.FleetObservabilityFeatureState.properties.logging.$ref (Total Keys: 1) - schemas.FleetObservabilityFeatureState.properties.monitoring.$ref (Total Keys: 1) - schemas.FleetObservabilityFleetObservabilityBaseFeatureState (Total Keys: 5) - schemas.FleetObservabilityFleetObservabilityLoggingState (Total Keys: 4) - schemas.FleetObservabilityFleetObservabilityMonitoringState (Total Keys: 3) - schemas.PolicyControllerPolicyControllerDeploymentConfig.properties.podAffinity.type (Total Keys: 1) #### gkehub:v1beta The following keys were deleted: - schemas.PolicyControllerBundleInstallSpec.properties.management.type (Total Keys: 1) - schemas.PolicyControllerHubConfig.properties.templateLibraryConfig.$ref (Total Keys: 1) - schemas.PolicyControllerMembershipState.properties.contentStates (Total Keys: 2) - schemas.PolicyControllerTemplateLibraryConfig.properties.included.type (Total Keys: 1) The following keys were added: - schemas.FleetObservabilityFeatureError (Total Keys: 3) - schemas.FleetObservabilityFeatureState.properties.logging.$ref (Total Keys: 1) - schemas.FleetObservabilityFeatureState.properties.monitoring.$ref (Total Keys: 1) - schemas.FleetObservabilityFleetObservabilityBaseFeatureState (Total Keys: 5) - schemas.FleetObservabilityFleetObservabilityLoggingState (Total Keys: 4) - schemas.FleetObservabilityFleetObservabilityMonitoringState (Total Keys: 3) - schemas.PolicyControllerPolicyControllerDeploymentConfig.properties.podAffinity.type (Total Keys: 1)
1 parent 3a74d97 commit 0f2f4b9

9 files changed

+735
-170
lines changed
 

‎docs/dyn/gkehub_v1.projects.locations.features.html

+156
Large diffs are not rendered by default.

‎docs/dyn/gkehub_v1alpha.projects.locations.features.html

+132-52
Large diffs are not rendered by default.

‎docs/dyn/gkehub_v1beta.projects.locations.features.html

+132-52
Large diffs are not rendered by default.

‎googleapiclient/discovery_cache/documents/gkehub.v1.json

+122-3
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@
15181518
}
15191519
}
15201520
},
1521-
"revision": "20230620",
1521+
"revision": "20230627",
15221522
"rootUrl": "https://gkehub.googleapis.com/",
15231523
"schemas": {
15241524
"AppDevExperienceFeatureSpec": {
@@ -2777,16 +2777,114 @@
27772777
},
27782778
"type": "object"
27792779
},
2780+
"FleetObservabilityFeatureError": {
2781+
"description": "All error details of the fleet observability feature.",
2782+
"id": "FleetObservabilityFeatureError",
2783+
"properties": {
2784+
"code": {
2785+
"description": "The code of the error.",
2786+
"type": "string"
2787+
},
2788+
"description": {
2789+
"description": "A human-readable description of the current status.",
2790+
"type": "string"
2791+
}
2792+
},
2793+
"type": "object"
2794+
},
27802795
"FleetObservabilityFeatureSpec": {
27812796
"description": "**Fleet Observability**: The Hub-wide input for the FleetObservability feature.",
27822797
"id": "FleetObservabilityFeatureSpec",
2783-
"properties": {},
2798+
"properties": {
2799+
"loggingConfig": {
2800+
"$ref": "FleetObservabilityLoggingConfig",
2801+
"description": "Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet."
2802+
}
2803+
},
27842804
"type": "object"
27852805
},
27862806
"FleetObservabilityFeatureState": {
27872807
"description": "**FleetObservability**: Hub-wide Feature for FleetObservability feature. state.",
27882808
"id": "FleetObservabilityFeatureState",
2789-
"properties": {},
2809+
"properties": {
2810+
"logging": {
2811+
"$ref": "FleetObservabilityFleetObservabilityLoggingState",
2812+
"description": "The feature state of default logging."
2813+
},
2814+
"monitoring": {
2815+
"$ref": "FleetObservabilityFleetObservabilityMonitoringState",
2816+
"description": "The feature state of fleet monitoring."
2817+
}
2818+
},
2819+
"type": "object"
2820+
},
2821+
"FleetObservabilityFleetObservabilityBaseFeatureState": {
2822+
"description": "Base state for fleet observability feature.",
2823+
"id": "FleetObservabilityFleetObservabilityBaseFeatureState",
2824+
"properties": {
2825+
"code": {
2826+
"description": "The high-level, machine-readable status of this Feature.",
2827+
"enum": [
2828+
"CODE_UNSPECIFIED",
2829+
"OK",
2830+
"ERROR"
2831+
],
2832+
"enumDescriptions": [
2833+
"Unknown or not set.",
2834+
"The Feature is operating normally.",
2835+
"The Feature is encountering errors in the reconciliation. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information."
2836+
],
2837+
"type": "string"
2838+
},
2839+
"errors": {
2840+
"description": "Errors after reconciling the monitoring and logging feature if the code is not OK.",
2841+
"items": {
2842+
"$ref": "FleetObservabilityFeatureError"
2843+
},
2844+
"type": "array"
2845+
}
2846+
},
2847+
"type": "object"
2848+
},
2849+
"FleetObservabilityFleetObservabilityLoggingState": {
2850+
"description": "Feature state for logging feature.",
2851+
"id": "FleetObservabilityFleetObservabilityLoggingState",
2852+
"properties": {
2853+
"defaultLog": {
2854+
"$ref": "FleetObservabilityFleetObservabilityBaseFeatureState",
2855+
"description": "The base feature state of fleet default log."
2856+
},
2857+
"scopeLog": {
2858+
"$ref": "FleetObservabilityFleetObservabilityBaseFeatureState",
2859+
"description": "The base feature state of fleet scope log."
2860+
}
2861+
},
2862+
"type": "object"
2863+
},
2864+
"FleetObservabilityFleetObservabilityMonitoringState": {
2865+
"description": "Feature state for monitoring feature.",
2866+
"id": "FleetObservabilityFleetObservabilityMonitoringState",
2867+
"properties": {
2868+
"state": {
2869+
"$ref": "FleetObservabilityFleetObservabilityBaseFeatureState",
2870+
"description": "The base feature state of fleet monitoring feature."
2871+
}
2872+
},
2873+
"type": "object"
2874+
},
2875+
"FleetObservabilityLoggingConfig": {
2876+
"description": "LoggingConfig defines the configuration for different types of logs.",
2877+
"id": "FleetObservabilityLoggingConfig",
2878+
"properties": {
2879+
"defaultConfig": {
2880+
"$ref": "FleetObservabilityRoutingConfig",
2881+
"description": "Specified if applying the default routing config to logs not specified in other configs."
2882+
},
2883+
"fleetScopeLogsConfig": {
2884+
"$ref": "FleetObservabilityRoutingConfig",
2885+
"description": "Specified if applying the routing config to all logs for all fleet scopes."
2886+
}
2887+
},
27902888
"type": "object"
27912889
},
27922890
"FleetObservabilityMembershipSpec": {
@@ -2801,6 +2899,27 @@
28012899
"properties": {},
28022900
"type": "object"
28032901
},
2902+
"FleetObservabilityRoutingConfig": {
2903+
"description": "RoutingConfig configures the behaviour of fleet logging feature.",
2904+
"id": "FleetObservabilityRoutingConfig",
2905+
"properties": {
2906+
"mode": {
2907+
"description": "mode configures the logs routing mode.",
2908+
"enum": [
2909+
"MODE_UNSPECIFIED",
2910+
"COPY",
2911+
"MOVE"
2912+
],
2913+
"enumDescriptions": [
2914+
"If UNSPECIFIED, fleet logging feature is disabled.",
2915+
"logs will be copied to the destination project.",
2916+
"logs will be moved to the destination project."
2917+
],
2918+
"type": "string"
2919+
}
2920+
},
2921+
"type": "object"
2922+
},
28042923
"GenerateConnectManifestResponse": {
28052924
"description": "GenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent.",
28062925
"id": "GenerateConnectManifestResponse",

‎googleapiclient/discovery_cache/documents/gkehub.v1alpha.json

+95-30
Original file line numberDiff line numberDiff line change
@@ -2098,7 +2098,7 @@
20982098
}
20992099
}
21002100
},
2101-
"revision": "20230620",
2101+
"revision": "20230627",
21022102
"rootUrl": "https://gkehub.googleapis.com/",
21032103
"schemas": {
21042104
"AnthosObservabilityFeatureSpec": {
@@ -3787,6 +3787,21 @@
37873787
},
37883788
"type": "object"
37893789
},
3790+
"FleetObservabilityFeatureError": {
3791+
"description": "All error details of the fleet observability feature.",
3792+
"id": "FleetObservabilityFeatureError",
3793+
"properties": {
3794+
"code": {
3795+
"description": "The code of the error.",
3796+
"type": "string"
3797+
},
3798+
"description": {
3799+
"description": "A human-readable description of the current status.",
3800+
"type": "string"
3801+
}
3802+
},
3803+
"type": "object"
3804+
},
37903805
"FleetObservabilityFeatureSpec": {
37913806
"description": "**Fleet Observability**: The Hub-wide input for the FleetObservability feature.",
37923807
"id": "FleetObservabilityFeatureSpec",
@@ -3801,7 +3816,70 @@
38013816
"FleetObservabilityFeatureState": {
38023817
"description": "**FleetObservability**: Hub-wide Feature for FleetObservability feature. state.",
38033818
"id": "FleetObservabilityFeatureState",
3804-
"properties": {},
3819+
"properties": {
3820+
"logging": {
3821+
"$ref": "FleetObservabilityFleetObservabilityLoggingState",
3822+
"description": "The feature state of default logging."
3823+
},
3824+
"monitoring": {
3825+
"$ref": "FleetObservabilityFleetObservabilityMonitoringState",
3826+
"description": "The feature state of fleet monitoring."
3827+
}
3828+
},
3829+
"type": "object"
3830+
},
3831+
"FleetObservabilityFleetObservabilityBaseFeatureState": {
3832+
"description": "Base state for fleet observability feature.",
3833+
"id": "FleetObservabilityFleetObservabilityBaseFeatureState",
3834+
"properties": {
3835+
"code": {
3836+
"description": "The high-level, machine-readable status of this Feature.",
3837+
"enum": [
3838+
"CODE_UNSPECIFIED",
3839+
"OK",
3840+
"ERROR"
3841+
],
3842+
"enumDescriptions": [
3843+
"Unknown or not set.",
3844+
"The Feature is operating normally.",
3845+
"The Feature is encountering errors in the reconciliation. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information."
3846+
],
3847+
"type": "string"
3848+
},
3849+
"errors": {
3850+
"description": "Errors after reconciling the monitoring and logging feature if the code is not OK.",
3851+
"items": {
3852+
"$ref": "FleetObservabilityFeatureError"
3853+
},
3854+
"type": "array"
3855+
}
3856+
},
3857+
"type": "object"
3858+
},
3859+
"FleetObservabilityFleetObservabilityLoggingState": {
3860+
"description": "Feature state for logging feature.",
3861+
"id": "FleetObservabilityFleetObservabilityLoggingState",
3862+
"properties": {
3863+
"defaultLog": {
3864+
"$ref": "FleetObservabilityFleetObservabilityBaseFeatureState",
3865+
"description": "The base feature state of fleet default log."
3866+
},
3867+
"scopeLog": {
3868+
"$ref": "FleetObservabilityFleetObservabilityBaseFeatureState",
3869+
"description": "The base feature state of fleet scope log."
3870+
}
3871+
},
3872+
"type": "object"
3873+
},
3874+
"FleetObservabilityFleetObservabilityMonitoringState": {
3875+
"description": "Feature state for monitoring feature.",
3876+
"id": "FleetObservabilityFleetObservabilityMonitoringState",
3877+
"properties": {
3878+
"state": {
3879+
"$ref": "FleetObservabilityFleetObservabilityBaseFeatureState",
3880+
"description": "The base feature state of fleet monitoring feature."
3881+
}
3882+
},
38053883
"type": "object"
38063884
},
38073885
"FleetObservabilityLoggingConfig": {
@@ -5069,23 +5147,11 @@
50695147
"id": "PolicyControllerBundleInstallSpec",
50705148
"properties": {
50715149
"exemptedNamespaces": {
5072-
"description": "the set of namespaces to be exempted from the bundle",
5150+
"description": "The set of namespaces to be exempted from the bundle.",
50735151
"items": {
50745152
"type": "string"
50755153
},
50765154
"type": "array"
5077-
},
5078-
"management": {
5079-
"description": "Management specifies how the bundle will be managed by the controller.",
5080-
"enum": [
5081-
"MANAGEMENT_UNSPECIFIED",
5082-
"INSTALLED"
5083-
],
5084-
"enumDescriptions": [
5085-
"No Management strategy has been specified.",
5086-
"The entity should be insistently reconciled by the Hub controller"
5087-
],
5088-
"type": "string"
50895155
}
50905156
},
50915157
"type": "object"
@@ -5153,10 +5219,6 @@
51535219
"referentialRulesEnabled": {
51545220
"description": "Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.",
51555221
"type": "boolean"
5156-
},
5157-
"templateLibraryConfig": {
5158-
"$ref": "PolicyControllerTemplateLibraryConfig",
5159-
"description": "Configures the library templates to install along with Policy Controller."
51605222
}
51615223
},
51625224
"type": "object"
@@ -5187,13 +5249,6 @@
51875249
"description": "Currently these include (also serving as map keys): 1. \"admission\" 2. \"audit\" 3. \"mutation\"",
51885250
"type": "object"
51895251
},
5190-
"contentStates": {
5191-
"additionalProperties": {
5192-
"$ref": "PolicyControllerOnClusterState"
5193-
},
5194-
"description": "The state of the template library and any bundles included in the chosen version of the manifest",
5195-
"type": "object"
5196-
},
51975252
"policyContentState": {
51985253
"$ref": "PolicyControllerPolicyContentState",
51995254
"description": "The overall content state observed by the Hub Feature controller."
@@ -5336,6 +5391,20 @@
53365391
"$ref": "PolicyControllerResourceRequirements",
53375392
"description": "Container resource requirements."
53385393
},
5394+
"podAffinity": {
5395+
"description": "Pod affinity configuration.",
5396+
"enum": [
5397+
"AFFINITY_UNSPECIFIED",
5398+
"NO_AFFINITY",
5399+
"ANTI_AFFINITY"
5400+
],
5401+
"enumDescriptions": [
5402+
"No affinity configuration has been specified.",
5403+
"Affinity configurations will be removed from the deployment.",
5404+
"Anti-affinity configuration will be applied to this deployment. Default for admissions deployment."
5405+
],
5406+
"type": "string"
5407+
},
53395408
"podAntiAffinity": {
53405409
"description": "Pod anti-affinity enablement.",
53415410
"type": "boolean"
@@ -5389,10 +5458,6 @@
53895458
"description": "The config specifying which default library templates to install.",
53905459
"id": "PolicyControllerTemplateLibraryConfig",
53915460
"properties": {
5392-
"included": {
5393-
"description": "Whether the standard template library should be installed or not.",
5394-
"type": "boolean"
5395-
},
53965461
"installation": {
53975462
"description": "Configures the manner in which the template library is installed on the cluster.",
53985463
"enum": [

‎googleapiclient/discovery_cache/documents/gkehub.v1alpha2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@
657657
}
658658
}
659659
},
660-
"revision": "20230620",
660+
"revision": "20230627",
661661
"rootUrl": "https://gkehub.googleapis.com/",
662662
"schemas": {
663663
"ApplianceCluster": {

‎googleapiclient/discovery_cache/documents/gkehub.v1beta.json

+95-30
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@
17841784
}
17851785
}
17861786
},
1787-
"revision": "20230620",
1787+
"revision": "20230627",
17881788
"rootUrl": "https://gkehub.googleapis.com/",
17891789
"schemas": {
17901790
"AnthosObservabilityFeatureSpec": {
@@ -3076,6 +3076,21 @@
30763076
},
30773077
"type": "object"
30783078
},
3079+
"FleetObservabilityFeatureError": {
3080+
"description": "All error details of the fleet observability feature.",
3081+
"id": "FleetObservabilityFeatureError",
3082+
"properties": {
3083+
"code": {
3084+
"description": "The code of the error.",
3085+
"type": "string"
3086+
},
3087+
"description": {
3088+
"description": "A human-readable description of the current status.",
3089+
"type": "string"
3090+
}
3091+
},
3092+
"type": "object"
3093+
},
30793094
"FleetObservabilityFeatureSpec": {
30803095
"description": "**Fleet Observability**: The Hub-wide input for the FleetObservability feature.",
30813096
"id": "FleetObservabilityFeatureSpec",
@@ -3090,7 +3105,70 @@
30903105
"FleetObservabilityFeatureState": {
30913106
"description": "**FleetObservability**: Hub-wide Feature for FleetObservability feature. state.",
30923107
"id": "FleetObservabilityFeatureState",
3093-
"properties": {},
3108+
"properties": {
3109+
"logging": {
3110+
"$ref": "FleetObservabilityFleetObservabilityLoggingState",
3111+
"description": "The feature state of default logging."
3112+
},
3113+
"monitoring": {
3114+
"$ref": "FleetObservabilityFleetObservabilityMonitoringState",
3115+
"description": "The feature state of fleet monitoring."
3116+
}
3117+
},
3118+
"type": "object"
3119+
},
3120+
"FleetObservabilityFleetObservabilityBaseFeatureState": {
3121+
"description": "Base state for fleet observability feature.",
3122+
"id": "FleetObservabilityFleetObservabilityBaseFeatureState",
3123+
"properties": {
3124+
"code": {
3125+
"description": "The high-level, machine-readable status of this Feature.",
3126+
"enum": [
3127+
"CODE_UNSPECIFIED",
3128+
"OK",
3129+
"ERROR"
3130+
],
3131+
"enumDescriptions": [
3132+
"Unknown or not set.",
3133+
"The Feature is operating normally.",
3134+
"The Feature is encountering errors in the reconciliation. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information."
3135+
],
3136+
"type": "string"
3137+
},
3138+
"errors": {
3139+
"description": "Errors after reconciling the monitoring and logging feature if the code is not OK.",
3140+
"items": {
3141+
"$ref": "FleetObservabilityFeatureError"
3142+
},
3143+
"type": "array"
3144+
}
3145+
},
3146+
"type": "object"
3147+
},
3148+
"FleetObservabilityFleetObservabilityLoggingState": {
3149+
"description": "Feature state for logging feature.",
3150+
"id": "FleetObservabilityFleetObservabilityLoggingState",
3151+
"properties": {
3152+
"defaultLog": {
3153+
"$ref": "FleetObservabilityFleetObservabilityBaseFeatureState",
3154+
"description": "The base feature state of fleet default log."
3155+
},
3156+
"scopeLog": {
3157+
"$ref": "FleetObservabilityFleetObservabilityBaseFeatureState",
3158+
"description": "The base feature state of fleet scope log."
3159+
}
3160+
},
3161+
"type": "object"
3162+
},
3163+
"FleetObservabilityFleetObservabilityMonitoringState": {
3164+
"description": "Feature state for monitoring feature.",
3165+
"id": "FleetObservabilityFleetObservabilityMonitoringState",
3166+
"properties": {
3167+
"state": {
3168+
"$ref": "FleetObservabilityFleetObservabilityBaseFeatureState",
3169+
"description": "The base feature state of fleet monitoring feature."
3170+
}
3171+
},
30943172
"type": "object"
30953173
},
30963174
"FleetObservabilityLoggingConfig": {
@@ -3978,23 +4056,11 @@
39784056
"id": "PolicyControllerBundleInstallSpec",
39794057
"properties": {
39804058
"exemptedNamespaces": {
3981-
"description": "the set of namespaces to be exempted from the bundle",
4059+
"description": "The set of namespaces to be exempted from the bundle.",
39824060
"items": {
39834061
"type": "string"
39844062
},
39854063
"type": "array"
3986-
},
3987-
"management": {
3988-
"description": "Management specifies how the bundle will be managed by the controller.",
3989-
"enum": [
3990-
"MANAGEMENT_UNSPECIFIED",
3991-
"INSTALLED"
3992-
],
3993-
"enumDescriptions": [
3994-
"No Management strategy has been specified.",
3995-
"The entity should be insistently reconciled by the Hub controller"
3996-
],
3997-
"type": "string"
39984064
}
39994065
},
40004066
"type": "object"
@@ -4062,10 +4128,6 @@
40624128
"referentialRulesEnabled": {
40634129
"description": "Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.",
40644130
"type": "boolean"
4065-
},
4066-
"templateLibraryConfig": {
4067-
"$ref": "PolicyControllerTemplateLibraryConfig",
4068-
"description": "Configures the library templates to install along with Policy Controller."
40694131
}
40704132
},
40714133
"type": "object"
@@ -4096,13 +4158,6 @@
40964158
"description": "Currently these include (also serving as map keys): 1. \"admission\" 2. \"audit\" 3. \"mutation\"",
40974159
"type": "object"
40984160
},
4099-
"contentStates": {
4100-
"additionalProperties": {
4101-
"$ref": "PolicyControllerOnClusterState"
4102-
},
4103-
"description": "The state of the template library and any bundles included in the chosen version of the manifest",
4104-
"type": "object"
4105-
},
41064161
"policyContentState": {
41074162
"$ref": "PolicyControllerPolicyContentState",
41084163
"description": "The overall content state observed by the Hub Feature controller."
@@ -4245,6 +4300,20 @@
42454300
"$ref": "PolicyControllerResourceRequirements",
42464301
"description": "Container resource requirements."
42474302
},
4303+
"podAffinity": {
4304+
"description": "Pod affinity configuration.",
4305+
"enum": [
4306+
"AFFINITY_UNSPECIFIED",
4307+
"NO_AFFINITY",
4308+
"ANTI_AFFINITY"
4309+
],
4310+
"enumDescriptions": [
4311+
"No affinity configuration has been specified.",
4312+
"Affinity configurations will be removed from the deployment.",
4313+
"Anti-affinity configuration will be applied to this deployment. Default for admissions deployment."
4314+
],
4315+
"type": "string"
4316+
},
42484317
"podAntiAffinity": {
42494318
"description": "Pod anti-affinity enablement.",
42504319
"type": "boolean"
@@ -4298,10 +4367,6 @@
42984367
"description": "The config specifying which default library templates to install.",
42994368
"id": "PolicyControllerTemplateLibraryConfig",
43004369
"properties": {
4301-
"included": {
4302-
"description": "Whether the standard template library should be installed or not.",
4303-
"type": "boolean"
4304-
},
43054370
"installation": {
43064371
"description": "Configures the manner in which the template library is installed on the cluster.",
43074372
"enum": [

‎googleapiclient/discovery_cache/documents/gkehub.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@
712712
}
713713
}
714714
},
715-
"revision": "20230620",
715+
"revision": "20230627",
716716
"rootUrl": "https://gkehub.googleapis.com/",
717717
"schemas": {
718718
"ApplianceCluster": {

‎googleapiclient/discovery_cache/documents/gkehub.v2alpha.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
}
281281
}
282282
},
283-
"revision": "20230620",
283+
"revision": "20230627",
284284
"rootUrl": "https://gkehub.googleapis.com/",
285285
"schemas": {
286286
"CancelOperationRequest": {

0 commit comments

Comments
 (0)
Please sign in to comment.