This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release \*beep\* \*boop\* --- ## [0.2.0](https://www.github.com/googleapis/python-gke-hub/compare/v0.1.2...v0.2.0) (2021-07-24) ### Features * add always_use_jwt_access ([f11dcfd](https://www.github.com/googleapis/python-gke-hub/commit/f11dcfdf34ce4fa26de2fc4779b5b4f46a5c52bd)) * add always_use_jwt_access ([#45](https://www.github.com/googleapis/python-gke-hub/issues/45)) ([225d132](https://www.github.com/googleapis/python-gke-hub/commit/225d13235789a5d778658c2938e2c07df847a0cd)) * add v1 ([#51](https://www.github.com/googleapis/python-gke-hub/issues/51)) ([f11dcfd](https://www.github.com/googleapis/python-gke-hub/commit/f11dcfdf34ce4fa26de2fc4779b5b4f46a5c52bd)) ### Bug Fixes * **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#55](https://www.github.com/googleapis/python-gke-hub/issues/55)) ([7035364](https://www.github.com/googleapis/python-gke-hub/commit/703536465a766c452a8c27a6ee951dec35cf3c4f)) * enable self signed jwt for grpc ([#58](https://www.github.com/googleapis/python-gke-hub/issues/58)) ([66f14c9](https://www.github.com/googleapis/python-gke-hub/commit/66f14c93978f97f8180ca8f0a02856d4d633a2bf)) * **v1beta1:** disable always_use_jwt_access ([#52](https://www.github.com/googleapis/python-gke-hub/issues/52)) ([100f72e](https://www.github.com/googleapis/python-gke-hub/commit/100f72e7181f4faeb04a76e106888ffd766ed9ef)) ### Documentation * omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-gke-hub/issues/1127)) ([#40](https://www.github.com/googleapis/python-gke-hub/issues/40)) ([8f703d7](https://www.github.com/googleapis/python-gke-hub/commit/8f703d74ad3d9b3ea31b2136ed4e97594b52f832)), closes [#1126](https://www.github.com/googleapis/python-gke-hub/issues/1126) * add Samples section to CONTRIBUTING.rst ([#56](https://www.github.com/googleapis/python-gke-hub/issues/56)) ([b08cf7e](https://www.github.com/googleapis/python-gke-hub/commit/b08cf7e5f2dbb1f3615f5b652c2d69f991d8aa69)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
- Loading branch information
1 parent
66f14c9
commit fcb849d
Showing
18 changed files
with
152 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2020 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
|
||
from google.cloud.gkehub_v1.services.gke_hub.client import GkeHubClient | ||
from google.cloud.gkehub_v1.services.gke_hub.async_client import GkeHubAsyncClient | ||
|
||
from google.cloud.gkehub_v1.types.feature import CommonFeatureSpec | ||
from google.cloud.gkehub_v1.types.feature import CommonFeatureState | ||
from google.cloud.gkehub_v1.types.feature import Feature | ||
from google.cloud.gkehub_v1.types.feature import FeatureResourceState | ||
from google.cloud.gkehub_v1.types.feature import FeatureState | ||
from google.cloud.gkehub_v1.types.feature import MembershipFeatureSpec | ||
from google.cloud.gkehub_v1.types.feature import MembershipFeatureState | ||
from google.cloud.gkehub_v1.types.membership import Authority | ||
from google.cloud.gkehub_v1.types.membership import GkeCluster | ||
from google.cloud.gkehub_v1.types.membership import KubernetesMetadata | ||
from google.cloud.gkehub_v1.types.membership import Membership | ||
from google.cloud.gkehub_v1.types.membership import MembershipEndpoint | ||
from google.cloud.gkehub_v1.types.membership import MembershipState | ||
from google.cloud.gkehub_v1.types.service import ConnectAgentResource | ||
from google.cloud.gkehub_v1.types.service import CreateFeatureRequest | ||
from google.cloud.gkehub_v1.types.service import CreateMembershipRequest | ||
from google.cloud.gkehub_v1.types.service import DeleteFeatureRequest | ||
from google.cloud.gkehub_v1.types.service import DeleteMembershipRequest | ||
from google.cloud.gkehub_v1.types.service import GenerateConnectManifestRequest | ||
from google.cloud.gkehub_v1.types.service import GenerateConnectManifestResponse | ||
from google.cloud.gkehub_v1.types.service import GetFeatureRequest | ||
from google.cloud.gkehub_v1.types.service import GetMembershipRequest | ||
from google.cloud.gkehub_v1.types.service import ListFeaturesRequest | ||
from google.cloud.gkehub_v1.types.service import ListFeaturesResponse | ||
from google.cloud.gkehub_v1.types.service import ListMembershipsRequest | ||
from google.cloud.gkehub_v1.types.service import ListMembershipsResponse | ||
from google.cloud.gkehub_v1.types.service import OperationMetadata | ||
from google.cloud.gkehub_v1.types.service import TypeMeta | ||
from google.cloud.gkehub_v1.types.service import UpdateFeatureRequest | ||
from google.cloud.gkehub_v1.types.service import UpdateMembershipRequest | ||
|
||
__all__ = ( | ||
"GkeHubClient", | ||
"GkeHubAsyncClient", | ||
"CommonFeatureSpec", | ||
"CommonFeatureState", | ||
"Feature", | ||
"FeatureResourceState", | ||
"FeatureState", | ||
"MembershipFeatureSpec", | ||
"MembershipFeatureState", | ||
"Authority", | ||
"GkeCluster", | ||
"KubernetesMetadata", | ||
"Membership", | ||
"MembershipEndpoint", | ||
"MembershipState", | ||
"ConnectAgentResource", | ||
"CreateFeatureRequest", | ||
"CreateMembershipRequest", | ||
"DeleteFeatureRequest", | ||
"DeleteMembershipRequest", | ||
"GenerateConnectManifestRequest", | ||
"GenerateConnectManifestResponse", | ||
"GetFeatureRequest", | ||
"GetMembershipRequest", | ||
"ListFeaturesRequest", | ||
"ListFeaturesResponse", | ||
"ListMembershipsRequest", | ||
"ListMembershipsResponse", | ||
"OperationMetadata", | ||
"TypeMeta", | ||
"UpdateFeatureRequest", | ||
"UpdateMembershipRequest", | ||
) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.