Skip to content

Commit c68ab6f

Browse files
yoshi-automationsofisl
authored andcommitted
feat(gkehub): update the API
#### gkehub:v1alpha The following keys were added: - schemas.ResourceManifest.properties.clusterScoped.readOnly - schemas.ResourceManifest.properties.manifest.readOnly The following keys were changed: - schemas.ResourceManifest.properties.clusterScoped.description - schemas.ResourceManifest.properties.manifest.description #### gkehub:v1beta The following keys were added: - schemas.ResourceManifest.properties.clusterScoped.readOnly - schemas.ResourceManifest.properties.manifest.readOnly The following keys were changed: - schemas.ResourceManifest.properties.clusterScoped.description - schemas.ResourceManifest.properties.manifest.description #### gkehub:v1 The following keys were added: - schemas.ResourceManifest.properties.clusterScoped.readOnly - schemas.ResourceManifest.properties.manifest.readOnly The following keys were changed: - schemas.ResourceManifest.properties.clusterScoped.description - schemas.ResourceManifest.properties.manifest.description
1 parent 5b9e25b commit c68ab6f

File tree

6 files changed

+21
-15
lines changed

6 files changed

+21
-15
lines changed

discovery/gkehub-v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@
21112111
}
21122112
}
21132113
},
2114-
"revision": "20240815",
2114+
"revision": "20240825",
21152115
"rootUrl": "https://gkehub.googleapis.com/",
21162116
"schemas": {
21172117
"AppDevExperienceFeatureSpec": {
@@ -5875,11 +5875,13 @@
58755875
"id": "ResourceManifest",
58765876
"properties": {
58775877
"clusterScoped": {
5878-
"description": "Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.",
5878+
"description": "Output only. Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.",
5879+
"readOnly": true,
58795880
"type": "boolean"
58805881
},
58815882
"manifest": {
5882-
"description": "YAML manifest of the resource.",
5883+
"description": "Output only. YAML manifest of the resource.",
5884+
"readOnly": true,
58835885
"type": "string"
58845886
}
58855887
},

discovery/gkehub-v1alpha.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2185,7 +2185,7 @@
21852185
}
21862186
}
21872187
},
2188-
"revision": "20240815",
2188+
"revision": "20240825",
21892189
"rootUrl": "https://gkehub.googleapis.com/",
21902190
"schemas": {
21912191
"AnthosObservabilityFeatureSpec": {
@@ -6329,11 +6329,13 @@
63296329
"id": "ResourceManifest",
63306330
"properties": {
63316331
"clusterScoped": {
6332-
"description": "Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.",
6332+
"description": "Output only. Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.",
6333+
"readOnly": true,
63336334
"type": "boolean"
63346335
},
63356336
"manifest": {
6336-
"description": "YAML manifest of the resource.",
6337+
"description": "Output only. YAML manifest of the resource.",
6338+
"readOnly": true,
63376339
"type": "string"
63386340
}
63396341
},

discovery/gkehub-v1beta.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@
21112111
}
21122112
}
21132113
},
2114-
"revision": "20240815",
2114+
"revision": "20240825",
21152115
"rootUrl": "https://gkehub.googleapis.com/",
21162116
"schemas": {
21172117
"AnthosObservabilityFeatureSpec": {
@@ -6038,11 +6038,13 @@
60386038
"id": "ResourceManifest",
60396039
"properties": {
60406040
"clusterScoped": {
6041-
"description": "Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.",
6041+
"description": "Output only. Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.",
6042+
"readOnly": true,
60426043
"type": "boolean"
60436044
},
60446045
"manifest": {
6045-
"description": "YAML manifest of the resource.",
6046+
"description": "Output only. YAML manifest of the resource.",
6047+
"readOnly": true,
60466048
"type": "string"
60476049
}
60486050
},

src/apis/gkehub/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2679,11 +2679,11 @@ export namespace gkehub_v1 {
26792679
*/
26802680
export interface Schema$ResourceManifest {
26812681
/**
2682-
* Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.
2682+
* Output only. Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.
26832683
*/
26842684
clusterScoped?: boolean | null;
26852685
/**
2686-
* YAML manifest of the resource.
2686+
* Output only. YAML manifest of the resource.
26872687
*/
26882688
manifest?: string | null;
26892689
}

src/apis/gkehub/v1alpha.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2929,11 +2929,11 @@ export namespace gkehub_v1alpha {
29292929
*/
29302930
export interface Schema$ResourceManifest {
29312931
/**
2932-
* Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.
2932+
* Output only. Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.
29332933
*/
29342934
clusterScoped?: boolean | null;
29352935
/**
2936-
* YAML manifest of the resource.
2936+
* Output only. YAML manifest of the resource.
29372937
*/
29382938
manifest?: string | null;
29392939
}

src/apis/gkehub/v1beta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2790,11 +2790,11 @@ export namespace gkehub_v1beta {
27902790
*/
27912791
export interface Schema$ResourceManifest {
27922792
/**
2793-
* Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.
2793+
* Output only. Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.
27942794
*/
27952795
clusterScoped?: boolean | null;
27962796
/**
2797-
* YAML manifest of the resource.
2797+
* Output only. YAML manifest of the resource.
27982798
*/
27992799
manifest?: string | null;
28002800
}

0 commit comments

Comments
 (0)