google-apis-gkehub_v2alpha 0.33.0 → 0.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95940f150014dd3a35ca1b6db3bf9092e30063f3b308ae85531040a0815997d0
|
|
4
|
+
data.tar.gz: 4970d6881a904b7ac3d4409d799650116f9f34e7a7fb39452016028611709e2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 416771fef5c354d8d75d80e209dd2807afe870eca0f9e77103fd1007b8dcdf53098d61514164f596b1e4f0bf6466a1c60b203b616ed41b93d69f1ee45dba1e45
|
|
7
|
+
data.tar.gz: 6257be65fc816dd2d34f3d6922967a79584d80be801c31c7e2bdf9b7f33a1f087e6e77650732c7cd8b78b3abafa0a7c855acaa87a96ba7defe0edee32e7e02a5
|
data/CHANGELOG.md
CHANGED
|
@@ -307,16 +307,21 @@ module Google
|
|
|
307
307
|
class ConfigManagementConfigSync
|
|
308
308
|
include Google::Apis::Core::Hashable
|
|
309
309
|
|
|
310
|
-
# Optional. Configuration for deployment overrides.
|
|
310
|
+
# Optional. Configuration for deployment overrides. Applies only to Config Sync
|
|
311
|
+
# deployments with containers that are not a root or namespace reconciler: `
|
|
312
|
+
# reconciler-manager`, `otel-collector`, `resource-group-controller-manager`, `
|
|
313
|
+
# admission-webhook`. To override a root or namespace reconciler, use the
|
|
314
|
+
# rootsync or reposync fields at https://docs.cloud.google.com/kubernetes-engine/
|
|
315
|
+
# config-sync/docs/reference/rootsync-reposync-fields#override-resources instead.
|
|
311
316
|
# Corresponds to the JSON property `deploymentOverrides`
|
|
312
317
|
# @return [Array<Google::Apis::GkehubV2alpha::ConfigManagementDeploymentOverride>]
|
|
313
318
|
attr_accessor :deployment_overrides
|
|
314
319
|
|
|
315
|
-
# Optional. Enables the installation of
|
|
316
|
-
#
|
|
317
|
-
# exist. If set to false,
|
|
318
|
-
#
|
|
319
|
-
#
|
|
320
|
+
# Optional. Enables the installation of Config Sync. If set to true, the Feature
|
|
321
|
+
# will manage Config Sync resources, and apply the other ConfigSync fields if
|
|
322
|
+
# they exist. If set to false, the Feature will ignore all other ConfigSync
|
|
323
|
+
# fields and delete the Config Sync resources. If omitted, ConfigSync is
|
|
324
|
+
# considered enabled if the git or oci field is present.
|
|
320
325
|
# Corresponds to the JSON property `enabled`
|
|
321
326
|
# @return [Boolean]
|
|
322
327
|
attr_accessor :enabled
|
|
@@ -346,15 +351,18 @@ module Google
|
|
|
346
351
|
attr_accessor :oci
|
|
347
352
|
|
|
348
353
|
# Optional. Set to true to enable the Config Sync admission webhook to prevent
|
|
349
|
-
# drifts. If set to
|
|
350
|
-
# not prevent drifts.
|
|
354
|
+
# drifts. If set to false, disables the Config Sync admission webhook and does
|
|
355
|
+
# not prevent drifts. Defaults to false. See https://docs.cloud.google.com/
|
|
356
|
+
# kubernetes-engine/config-sync/docs/how-to/prevent-config-drift for details.
|
|
351
357
|
# Corresponds to the JSON property `preventDrift`
|
|
352
358
|
# @return [Boolean]
|
|
353
359
|
attr_accessor :prevent_drift
|
|
354
360
|
alias_method :prevent_drift?, :prevent_drift
|
|
355
361
|
|
|
356
|
-
# Optional. Specifies whether the Config Sync
|
|
357
|
-
# unstructured
|
|
362
|
+
# Optional. Specifies whether the Config Sync repo is in `hierarchical` or `
|
|
363
|
+
# unstructured` mode. Defaults to `hierarchical`. See https://docs.cloud.google.
|
|
364
|
+
# com/kubernetes-engine/config-sync/docs/concepts/configs#organize-configs for
|
|
365
|
+
# an explanation.
|
|
358
366
|
# Corresponds to the JSON property `sourceFormat`
|
|
359
367
|
# @return [String]
|
|
360
368
|
attr_accessor :source_format
|
|
@@ -614,22 +622,30 @@ module Google
|
|
|
614
622
|
# @return [String]
|
|
615
623
|
attr_accessor :container_name
|
|
616
624
|
|
|
617
|
-
# Optional. The cpu limit of the container.
|
|
625
|
+
# Optional. The cpu limit of the container. Use the following CPU resource units:
|
|
626
|
+
# https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
|
|
627
|
+
# #meaning-of-cpu.
|
|
618
628
|
# Corresponds to the JSON property `cpuLimit`
|
|
619
629
|
# @return [String]
|
|
620
630
|
attr_accessor :cpu_limit
|
|
621
631
|
|
|
622
|
-
# Optional. The cpu request of the container.
|
|
632
|
+
# Optional. The cpu request of the container. Use the following CPU resource
|
|
633
|
+
# units: https://kubernetes.io/docs/concepts/configuration/manage-resources-
|
|
634
|
+
# containers/#meaning-of-cpu.
|
|
623
635
|
# Corresponds to the JSON property `cpuRequest`
|
|
624
636
|
# @return [String]
|
|
625
637
|
attr_accessor :cpu_request
|
|
626
638
|
|
|
627
|
-
# Optional. The memory limit of the container.
|
|
639
|
+
# Optional. The memory limit of the container. Use the following memory resource
|
|
640
|
+
# units: https://kubernetes.io/docs/concepts/configuration/manage-resources-
|
|
641
|
+
# containers/#meaning-of-memory.
|
|
628
642
|
# Corresponds to the JSON property `memoryLimit`
|
|
629
643
|
# @return [String]
|
|
630
644
|
attr_accessor :memory_limit
|
|
631
645
|
|
|
632
|
-
# Optional. The memory request of the container.
|
|
646
|
+
# Optional. The memory request of the container. Use the following memory
|
|
647
|
+
# resource units: https://kubernetes.io/docs/concepts/configuration/manage-
|
|
648
|
+
# resources-containers/#meaning-of-memory.
|
|
633
649
|
# Corresponds to the JSON property `memoryRequest`
|
|
634
650
|
# @return [String]
|
|
635
651
|
attr_accessor :memory_request
|
|
@@ -752,13 +768,13 @@ module Google
|
|
|
752
768
|
include Google::Apis::Core::Hashable
|
|
753
769
|
|
|
754
770
|
# Optional. The Google Cloud Service Account Email used for auth when
|
|
755
|
-
# secret_type is
|
|
771
|
+
# secret_type is `gcpserviceaccount`.
|
|
756
772
|
# Corresponds to the JSON property `gcpServiceAccountEmail`
|
|
757
773
|
# @return [String]
|
|
758
774
|
attr_accessor :gcp_service_account_email
|
|
759
775
|
|
|
760
776
|
# Optional. URL for the HTTPS proxy to be used when communicating with the Git
|
|
761
|
-
# repo.
|
|
777
|
+
# repo. Only specify when secret_type is `cookiefile`, `token`, or `none`.
|
|
762
778
|
# Corresponds to the JSON property `httpsProxy`
|
|
763
779
|
# @return [String]
|
|
764
780
|
attr_accessor :https_proxy
|
|
@@ -770,8 +786,8 @@ module Google
|
|
|
770
786
|
attr_accessor :policy_dir
|
|
771
787
|
|
|
772
788
|
# Required. Type of secret configured for access to the Git repo. Must be one of
|
|
773
|
-
# ssh
|
|
774
|
-
# validation of this is case-sensitive.
|
|
789
|
+
# `ssh`, `cookiefile`, `gcenode`, `token`, `gcpserviceaccount`, `githubapp` or `
|
|
790
|
+
# none`. The validation of this is case-sensitive.
|
|
775
791
|
# Corresponds to the JSON property `secretType`
|
|
776
792
|
# @return [String]
|
|
777
793
|
attr_accessor :secret_type
|
|
@@ -977,7 +993,7 @@ module Google
|
|
|
977
993
|
include Google::Apis::Core::Hashable
|
|
978
994
|
|
|
979
995
|
# Optional. The Google Cloud Service Account Email used for auth when
|
|
980
|
-
# secret_type is
|
|
996
|
+
# secret_type is `gcpserviceaccount`.
|
|
981
997
|
# Corresponds to the JSON property `gcpServiceAccountEmail`
|
|
982
998
|
# @return [String]
|
|
983
999
|
attr_accessor :gcp_service_account_email
|
|
@@ -989,8 +1005,8 @@ module Google
|
|
|
989
1005
|
attr_accessor :policy_dir
|
|
990
1006
|
|
|
991
1007
|
# Required. Type of secret configured for access to the OCI repo. Must be one of
|
|
992
|
-
# gcenode
|
|
993
|
-
# is case-sensitive.
|
|
1008
|
+
# `gcenode`, `gcpserviceaccount`, `k8sserviceaccount` or `none`. The validation
|
|
1009
|
+
# of this is case-sensitive.
|
|
994
1010
|
# Corresponds to the JSON property `secretType`
|
|
995
1011
|
# @return [String]
|
|
996
1012
|
attr_accessor :secret_type
|
|
@@ -1238,12 +1254,13 @@ module Google
|
|
|
1238
1254
|
# @return [Google::Apis::GkehubV2alpha::ConfigManagementBinauthzConfig]
|
|
1239
1255
|
attr_accessor :binauthz
|
|
1240
1256
|
|
|
1241
|
-
# Optional.
|
|
1242
|
-
# selector annotation or ClusterSelector, for applying configs to only a
|
|
1243
|
-
# of clusters.
|
|
1244
|
-
#
|
|
1257
|
+
# Optional. User-specified cluster name used by the Config Sync cluster-name-
|
|
1258
|
+
# selector annotation or ClusterSelector object, for applying configs to only a
|
|
1259
|
+
# subset of clusters. Read more about the cluster-name-selector annotation and
|
|
1260
|
+
# ClusterSelector object at https://docs.cloud.google.com/kubernetes-engine/
|
|
1261
|
+
# config-sync/docs/how-to/cluster-scoped-objects#limiting-configs. Only set this
|
|
1245
1262
|
# field if a name different from the cluster's fleet membership name is used by
|
|
1246
|
-
# Config Sync cluster-name-selector annotation or ClusterSelector.
|
|
1263
|
+
# the Config Sync cluster-name-selector annotation or ClusterSelector.
|
|
1247
1264
|
# Corresponds to the JSON property `cluster`
|
|
1248
1265
|
# @return [String]
|
|
1249
1266
|
attr_accessor :cluster
|
|
@@ -1269,7 +1286,10 @@ module Google
|
|
|
1269
1286
|
# @return [Google::Apis::GkehubV2alpha::ConfigManagementPolicyController]
|
|
1270
1287
|
attr_accessor :policy_controller
|
|
1271
1288
|
|
|
1272
|
-
# Optional. Version of
|
|
1289
|
+
# Optional. Version of Config Sync to install. Defaults to the latest supported
|
|
1290
|
+
# Config Sync version if the config_sync field is enabled. See supported
|
|
1291
|
+
# versions at https://cloud.google.com/kubernetes-engine/config-sync/docs/get-
|
|
1292
|
+
# support-config-sync#version_support_policy.
|
|
1273
1293
|
# Corresponds to the JSON property `version`
|
|
1274
1294
|
# @return [String]
|
|
1275
1295
|
attr_accessor :version
|
|
@@ -1579,6 +1599,12 @@ module Google
|
|
|
1579
1599
|
# @return [Google::Apis::GkehubV2alpha::State]
|
|
1580
1600
|
attr_accessor :state
|
|
1581
1601
|
|
|
1602
|
+
# **WorkloadIdentity**: The membership-specific state for WorkloadIdentity
|
|
1603
|
+
# feature.
|
|
1604
|
+
# Corresponds to the JSON property `workloadidentity`
|
|
1605
|
+
# @return [Google::Apis::GkehubV2alpha::WorkloadIdentityState]
|
|
1606
|
+
attr_accessor :workloadidentity
|
|
1607
|
+
|
|
1582
1608
|
def initialize(**args)
|
|
1583
1609
|
update!(**args)
|
|
1584
1610
|
end
|
|
@@ -1594,6 +1620,7 @@ module Google
|
|
|
1594
1620
|
@rbacrolebindingactuation = args[:rbacrolebindingactuation] if args.key?(:rbacrolebindingactuation)
|
|
1595
1621
|
@servicemesh = args[:servicemesh] if args.key?(:servicemesh)
|
|
1596
1622
|
@state = args[:state] if args.key?(:state)
|
|
1623
|
+
@workloadidentity = args[:workloadidentity] if args.key?(:workloadidentity)
|
|
1597
1624
|
end
|
|
1598
1625
|
end
|
|
1599
1626
|
|
|
@@ -3535,6 +3562,58 @@ module Google
|
|
|
3535
3562
|
@certificate_management = args[:certificate_management] if args.key?(:certificate_management)
|
|
3536
3563
|
end
|
|
3537
3564
|
end
|
|
3565
|
+
|
|
3566
|
+
# IdentityProviderStateDetail represents the state of an Identity Provider.
|
|
3567
|
+
class WorkloadIdentityIdentityProviderStateDetail
|
|
3568
|
+
include Google::Apis::Core::Hashable
|
|
3569
|
+
|
|
3570
|
+
# The state of the Identity Provider.
|
|
3571
|
+
# Corresponds to the JSON property `code`
|
|
3572
|
+
# @return [String]
|
|
3573
|
+
attr_accessor :code
|
|
3574
|
+
|
|
3575
|
+
# A human-readable description of the current state or returned error.
|
|
3576
|
+
# Corresponds to the JSON property `description`
|
|
3577
|
+
# @return [String]
|
|
3578
|
+
attr_accessor :description
|
|
3579
|
+
|
|
3580
|
+
def initialize(**args)
|
|
3581
|
+
update!(**args)
|
|
3582
|
+
end
|
|
3583
|
+
|
|
3584
|
+
# Update properties of this object
|
|
3585
|
+
def update!(**args)
|
|
3586
|
+
@code = args[:code] if args.key?(:code)
|
|
3587
|
+
@description = args[:description] if args.key?(:description)
|
|
3588
|
+
end
|
|
3589
|
+
end
|
|
3590
|
+
|
|
3591
|
+
# **WorkloadIdentity**: The membership-specific state for WorkloadIdentity
|
|
3592
|
+
# feature.
|
|
3593
|
+
class WorkloadIdentityState
|
|
3594
|
+
include Google::Apis::Core::Hashable
|
|
3595
|
+
|
|
3596
|
+
# Deprecated, this field will be erased after code is changed to use the new
|
|
3597
|
+
# field.
|
|
3598
|
+
# Corresponds to the JSON property `description`
|
|
3599
|
+
# @return [String]
|
|
3600
|
+
attr_accessor :description
|
|
3601
|
+
|
|
3602
|
+
# The state of the Identity Providers corresponding to the membership.
|
|
3603
|
+
# Corresponds to the JSON property `identityProviderStateDetails`
|
|
3604
|
+
# @return [Hash<String,Google::Apis::GkehubV2alpha::WorkloadIdentityIdentityProviderStateDetail>]
|
|
3605
|
+
attr_accessor :identity_provider_state_details
|
|
3606
|
+
|
|
3607
|
+
def initialize(**args)
|
|
3608
|
+
update!(**args)
|
|
3609
|
+
end
|
|
3610
|
+
|
|
3611
|
+
# Update properties of this object
|
|
3612
|
+
def update!(**args)
|
|
3613
|
+
@description = args[:description] if args.key?(:description)
|
|
3614
|
+
@identity_provider_state_details = args[:identity_provider_state_details] if args.key?(:identity_provider_state_details)
|
|
3615
|
+
end
|
|
3616
|
+
end
|
|
3538
3617
|
end
|
|
3539
3618
|
end
|
|
3540
3619
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module GkehubV2alpha
|
|
18
18
|
# Version of the google-apis-gkehub_v2alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.34.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260126"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -592,6 +592,18 @@ module Google
|
|
|
592
592
|
include Google::Apis::Core::JsonObjectSupport
|
|
593
593
|
end
|
|
594
594
|
|
|
595
|
+
class WorkloadIdentityIdentityProviderStateDetail
|
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
597
|
+
|
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
599
|
+
end
|
|
600
|
+
|
|
601
|
+
class WorkloadIdentityState
|
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
603
|
+
|
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
605
|
+
end
|
|
606
|
+
|
|
595
607
|
class AppDevExperienceState
|
|
596
608
|
# @private
|
|
597
609
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1050,6 +1062,8 @@ module Google
|
|
|
1050
1062
|
|
|
1051
1063
|
property :state, as: 'state', class: Google::Apis::GkehubV2alpha::State, decorator: Google::Apis::GkehubV2alpha::State::Representation
|
|
1052
1064
|
|
|
1065
|
+
property :workloadidentity, as: 'workloadidentity', class: Google::Apis::GkehubV2alpha::WorkloadIdentityState, decorator: Google::Apis::GkehubV2alpha::WorkloadIdentityState::Representation
|
|
1066
|
+
|
|
1053
1067
|
end
|
|
1054
1068
|
end
|
|
1055
1069
|
|
|
@@ -1595,6 +1609,23 @@ module Google
|
|
|
1595
1609
|
property :certificate_management, as: 'certificateManagement'
|
|
1596
1610
|
end
|
|
1597
1611
|
end
|
|
1612
|
+
|
|
1613
|
+
class WorkloadIdentityIdentityProviderStateDetail
|
|
1614
|
+
# @private
|
|
1615
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1616
|
+
property :code, as: 'code'
|
|
1617
|
+
property :description, as: 'description'
|
|
1618
|
+
end
|
|
1619
|
+
end
|
|
1620
|
+
|
|
1621
|
+
class WorkloadIdentityState
|
|
1622
|
+
# @private
|
|
1623
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1624
|
+
property :description, as: 'description'
|
|
1625
|
+
hash :identity_provider_state_details, as: 'identityProviderStateDetails', class: Google::Apis::GkehubV2alpha::WorkloadIdentityIdentityProviderStateDetail, decorator: Google::Apis::GkehubV2alpha::WorkloadIdentityIdentityProviderStateDetail::Representation
|
|
1626
|
+
|
|
1627
|
+
end
|
|
1628
|
+
end
|
|
1598
1629
|
end
|
|
1599
1630
|
end
|
|
1600
1631
|
end
|
|
@@ -81,7 +81,11 @@ module Google
|
|
|
81
81
|
execute_or_queue_command(command, &block)
|
|
82
82
|
end
|
|
83
83
|
|
|
84
|
-
# Lists information about the supported locations for this service.
|
|
84
|
+
# Lists information about the supported locations for this service. This method
|
|
85
|
+
# can be called in two ways: * **List all public locations:** Use the path `GET /
|
|
86
|
+
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
|
|
87
|
+
# projects/`project_id`/locations`. This may include public locations as well as
|
|
88
|
+
# private or other locations specifically visible to the project.
|
|
85
89
|
# @param [String] name
|
|
86
90
|
# The resource that owns the locations collection, if applicable.
|
|
87
91
|
# @param [Array<String>, String] extra_location_types
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-gkehub_v2alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.34.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v2alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2alpha/v0.34.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v2alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|