|
287 | 287 | ],
|
288 | 288 | "parameters": {
|
289 | 289 | "options.requestedPolicyVersion": {
|
290 |
| - "description": "Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", |
| 290 | + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", |
291 | 291 | "format": "int32",
|
292 | 292 | "location": "query",
|
293 | 293 | "type": "integer"
|
|
613 | 613 | ],
|
614 | 614 | "parameters": {
|
615 | 615 | "options.requestedPolicyVersion": {
|
616 |
| - "description": "Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", |
| 616 | + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", |
617 | 617 | "format": "int32",
|
618 | 618 | "location": "query",
|
619 | 619 | "type": "integer"
|
|
905 | 905 | }
|
906 | 906 | }
|
907 | 907 | },
|
908 |
| - "revision": "20211029", |
| 908 | + "revision": "20211105", |
909 | 909 | "rootUrl": "https://gkehub.googleapis.com/",
|
910 | 910 | "schemas": {
|
911 | 911 | "AppDevExperienceFeatureSpec": {
|
|
1070 | 1070 | "$ref": "ConfigManagementGitConfig",
|
1071 | 1071 | "description": "Git repo configuration for the cluster."
|
1072 | 1072 | },
|
| 1073 | + "preventDrift": { |
| 1074 | + "description": "Set to true to enable the Config Sync admission webhook to prevent drifts. If set to `false`, disables the Config Sync admission webhook and does not prevent drifts.", |
| 1075 | + "type": "boolean" |
| 1076 | + }, |
1073 | 1077 | "sourceFormat": {
|
1074 | 1078 | "description": "Specifies whether the Config Sync Repo is in \u201chierarchical\u201d or \u201cunstructured\u201d mode.",
|
1075 | 1079 | "type": "string"
|
|
1329 | 1333 | "type": "string"
|
1330 | 1334 | },
|
1331 | 1335 | "secretType": {
|
1332 |
| - "description": "Type of secret configured for access to the Git repo.", |
| 1336 | + "description": "Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.", |
1333 | 1337 | "type": "string"
|
1334 | 1338 | },
|
1335 | 1339 | "syncBranch": {
|
|
1967 | 1971 | },
|
1968 | 1972 | "type": "object"
|
1969 | 1973 | },
|
| 1974 | + "KubernetesResource": { |
| 1975 | + "description": "KubernetesResource contains the YAML manifests and configuration for Membership Kubernetes resources in the cluster. After CreateMembership or UpdateMembership, these resources should be re-applied in the cluster.", |
| 1976 | + "id": "KubernetesResource", |
| 1977 | + "properties": { |
| 1978 | + "connectResources": { |
| 1979 | + "description": "Output only. The Kubernetes resources for installing the GKE Connect agent This field is only populated in the Membership returned from a successful long-running operation from CreateMembership or UpdateMembership. It is not populated during normal GetMembership or ListMemberships requests. To get the resource manifest after the initial registration, the caller should make a UpdateMembership call with an empty field mask.", |
| 1980 | + "items": { |
| 1981 | + "$ref": "ResourceManifest" |
| 1982 | + }, |
| 1983 | + "readOnly": true, |
| 1984 | + "type": "array" |
| 1985 | + }, |
| 1986 | + "membershipCrManifest": { |
| 1987 | + "description": "Input only. The YAML representation of the Membership CR. This field is ignored for GKE clusters where Hub can read the CR directly. Callers should provide the CR that is currently present in the cluster during CreateMembership or UpdateMembership, or leave this field empty if none exists. The CR manifest is used to validate the cluster has not been registered with another Membership.", |
| 1988 | + "type": "string" |
| 1989 | + }, |
| 1990 | + "membershipResources": { |
| 1991 | + "description": "Output only. Additional Kubernetes resources that need to be applied to the cluster after Membership creation, and after every update. This field is only populated in the Membership returned from a successful long-running operation from CreateMembership or UpdateMembership. It is not populated during normal GetMembership or ListMemberships requests. To get the resource manifest after the initial registration, the caller should make a UpdateMembership call with an empty field mask.", |
| 1992 | + "items": { |
| 1993 | + "$ref": "ResourceManifest" |
| 1994 | + }, |
| 1995 | + "readOnly": true, |
| 1996 | + "type": "array" |
| 1997 | + }, |
| 1998 | + "resourceOptions": { |
| 1999 | + "$ref": "ResourceOptions", |
| 2000 | + "description": "Optional. Options for Kubernetes resource generation." |
| 2001 | + } |
| 2002 | + }, |
| 2003 | + "type": "object" |
| 2004 | + }, |
1970 | 2005 | "ListFeaturesResponse": {
|
1971 | 2006 | "description": "Response message for the `GkeHub.ListFeatures` method.",
|
1972 | 2007 | "id": "ListFeaturesResponse",
|
|
2163 | 2198 | "description": "Output only. Useful Kubernetes-specific metadata.",
|
2164 | 2199 | "readOnly": true
|
2165 | 2200 | },
|
| 2201 | + "kubernetesResource": { |
| 2202 | + "$ref": "KubernetesResource", |
| 2203 | + "description": "Optional. The in-cluster Kubernetes Resources that should be applied for a correctly registered cluster, in the steady state. These resources: * Ensure that the cluster is exclusively registered to one and only one Hub Membership. * Propagate Workload Pool Information available in the Membership Authority field. * Ensure proper initial configuration of default Hub Features." |
| 2204 | + }, |
2166 | 2205 | "multiCloudCluster": {
|
2167 | 2206 | "$ref": "MultiCloudCluster",
|
2168 | 2207 | "description": "Optional. Specific information for a GKE Multi-Cloud cluster."
|
|
2389 | 2428 | },
|
2390 | 2429 | "type": "object"
|
2391 | 2430 | },
|
| 2431 | + "ResourceManifest": { |
| 2432 | + "description": "ResourceManifest represents a single Kubernetes resource to be applied to the cluster.", |
| 2433 | + "id": "ResourceManifest", |
| 2434 | + "properties": { |
| 2435 | + "clusterScoped": { |
| 2436 | + "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.", |
| 2437 | + "type": "boolean" |
| 2438 | + }, |
| 2439 | + "manifest": { |
| 2440 | + "description": "YAML manifest of the resource.", |
| 2441 | + "type": "string" |
| 2442 | + } |
| 2443 | + }, |
| 2444 | + "type": "object" |
| 2445 | + }, |
| 2446 | + "ResourceOptions": { |
| 2447 | + "description": "ResourceOptions represent options for Kubernetes resource generation.", |
| 2448 | + "id": "ResourceOptions", |
| 2449 | + "properties": { |
| 2450 | + "connectVersion": { |
| 2451 | + "description": "Optional. The Connect agent version to use for connect_resources. Defaults to the latest GKE Connect version. The version must be a currently supported version, obsolete versions will be rejected.", |
| 2452 | + "type": "string" |
| 2453 | + }, |
| 2454 | + "v1beta1Crd": { |
| 2455 | + "description": "Optional. Use `apiextensions/v1beta1` instead of `apiextensions/v1` for CustomResourceDefinition resources. This option should be set for clusters with Kubernetes apiserver versions <1.16.", |
| 2456 | + "type": "boolean" |
| 2457 | + } |
| 2458 | + }, |
| 2459 | + "type": "object" |
| 2460 | + }, |
2392 | 2461 | "SetIamPolicyRequest": {
|
2393 | 2462 | "description": "Request message for `SetIamPolicy` method.",
|
2394 | 2463 | "id": "SetIamPolicyRequest",
|
|
0 commit comments